Re: Retrieve a list of files from a remote server? - WeOnlyDo Discussion board

Re: Retrieve a list of files from a remote server? (General questions)

by wodSupport, Friday, January 14, 2005, 20:14 (7050 days ago) @ Kamal

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: