Re: FtpDLX GetFile needs LocalPath (General questions)
Valid location that points to a remote file, or a remote folder?
If you don't specify filename, only a folder, perhaps that causes trouble?
From your ./xxx/ it looks to me like it's a folder, rigth?
BTW make sure you don't use relative paths ./...., make sure it's absolute /home/joe/xxx
Reason exception was thrown is because component was unable to determine filename of the file to open - because remote path was specified without a filename, and that filename couldn't be resolved from local path too - since stream was used..
You cannot open and read remote folder, if you know what I tried to say.
Kreso
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