M
Mike Lincoln
I am trying to write a program to download files from the Internet, I know
using
webClient.Downloadfile(RemoteDir + remoteFileName, LocalFileName) can
download a singles file,
my question is, if we know a remote Dir, can we find all files in that dir?
(like Directory.Getfiles(Dir))
that way we can download all files in that directory.
Thank you very much.
Mike
using
webClient.Downloadfile(RemoteDir + remoteFileName, LocalFileName) can
download a singles file,
my question is, if we know a remote Dir, can we find all files in that dir?
(like Directory.Getfiles(Dir))
that way we can download all files in that directory.
Thank you very much.
Mike