Re: Retrieve a list of files from a remote server? (General questions)
Kamal,
I think you should really consult our helpfile, it has it all there.
If you plan to list filenames to a stream use
public void ListDir(string,Stream);
if you plan to download file to a stream, use public void GetFile(Stream,string);
Complete thread:
- Retrieve a list of files from a remote server?! - Kamal, 2005-01-13, 13:49
- Re: Retrieve a list of files from a remote server? - wodSupport, 2005-01-13, 13:54
- Re: Retrieve a list of files from a remote server? - Kamal, 2005-01-13, 15:21
- Re: Retrieve a list of files from a remote server? - wodSupport, 2005-01-13, 15:26
- Re: Retrieve a list of files from a remote server? - Kamal, 2005-01-14, 17:42
- Re: Retrieve a list of files from a remote server? - wodSupport, 2005-01-14, 20:14
- Re: Retrieve a list of files from a remote server? - Kamal, 2005-01-14, 17:42
- Re: Retrieve a list of files from a remote server? - wodSupport, 2005-01-13, 15:26
- Re: Retrieve a list of files from a remote server? - Kamal, 2005-01-13, 15:21
- Re: Retrieve a list of files from a remote server? - wodSupport, 2005-01-13, 13:54