Page 1 of 1

FTP Invalid file path syntax

Posted: Mon Jul 07, 2008 3:03 am
by basu.ds
Hi
Can any one help me for how to give a remotepath in ftp stage i tried couple of ways but i am not able to reach .

Thanks in advance,

Posted: Mon Jul 07, 2008 3:09 am
by basu.ds
I am getting this error ftp://INTERFACES/test/Outbound/Z1HZPMPTMS/: The filename, directory name, or volume label syntax is incorrect.

Posted: Mon Jul 07, 2008 3:22 am
by ArndW
Drop the "ftp:/" and make it an absolute path on the remote machine, not an URI

Posted: Mon Jul 07, 2008 3:25 am
by sachin1
you need to check the input tab properties of ftp stage where we mention the Remote Path, please verify it for access and if it is correctly defined.

Posted: Mon Jul 07, 2008 4:12 am
by basu.ds
Thanks a lot ArnDW but now i am not able to put the data into another ftp location.can you more indetail into i want to transfer a file from my etl server to another ftp location in another server


thanks

Posted: Mon Jul 07, 2008 4:20 am
by ArndW
In the server plugin you give the remote host name, the path and the file. No URI

Posted: Mon Jul 07, 2008 7:35 am
by chulett
In other words, the 'path' is what the FTP stage will attempt to 'cd' to before the put/get is issued for the 'filename'.