Re: FtpDLX GetFile needs LocalPath - WeOnlyDo Discussion board

Re: FtpDLX GetFile needs LocalPath (General questions)

by wodSupport, Thursday, June 01, 2006, 23:06 (6559 days ago) @ jschell

No, you don't understand what I'm trying to say.

If I do this:

ftp1.GetFile( myfile , / )

then it will work, component will be smart enough to determine to download /myfile from remote side since 'myfile' was filename specified in the line. But,

If I do this:

MS = new MemoryStream
ftp1.GetFile(MS, / )

which file should be downloaded?? That's what you're doing, right? You specified

ftp1.GetFile(MS, ./xxx/ )

so where is filename specified that is to be opened on remote server? You only specified folders. I can't download /xxx/ if that folder, give me exact file inside that folder.

Kreso

If


Complete thread: