Re: FtpDLX GetFile needs LocalPath (General questions)
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:
- FtpDLX GetFile needs LocalPath - jschell, 2006-06-01, 22:18
- Re: FtpDLX GetFile needs LocalPath - wodSupport, 2006-06-01, 22:43
- Re: FtpDLX GetFile needs LocalPath - jschell, 2006-06-01, 22:53
- Re: FtpDLX GetFile needs LocalPath - wodSupport, 2006-06-01, 22:58
- Re: FtpDLX GetFile needs LocalPath - jschell, 2006-06-01, 23:02
- Re: FtpDLX GetFile needs LocalPath - wodSupport, 2006-06-01, 23:06
- Re: FtpDLX GetFile needs LocalPath - jschell, 2006-06-01, 23:19
- Re: FtpDLX GetFile needs LocalPath - wodSupport, 2006-06-02, 00:08
- Re: FtpDLX GetFile needs LocalPath - jschell, 2006-06-02, 00:42
- Re: FtpDLX GetFile needs LocalPath - wodSupport, 2006-06-02, 00:08
- Re: FtpDLX GetFile needs LocalPath - jschell, 2006-06-01, 23:19
- Re: FtpDLX GetFile needs LocalPath - wodSupport, 2006-06-01, 23:06
- Re: FtpDLX GetFile needs LocalPath - jschell, 2006-06-01, 23:02
- Re: FtpDLX GetFile needs LocalPath - wodSupport, 2006-06-01, 22:58
- Re: FtpDLX GetFile needs LocalPath - jschell, 2006-06-01, 22:53
- Re: FtpDLX GetFile needs LocalPath - wodSupport, 2006-06-01, 22:43