I'm unable to transfer files from remote server to local using tftpget component
it is throwing an error :
Exception in component tFTPGet_1
com.enterprisedt.net.ftp.FTPException: 550 The parameter is incorrect.
at com.enterprisedt.net.ftp.FTPControlSocket.validateReply(FTPControlSocket.java:1201)
at com.enterprisedt.net.ftp.FTPClient.chdir(FTPClient.java:3723)
at scp_bi.ftp_loading_0_1.ftp_loading.tFTPGet_1Process(ftp_loading.java:923)
at scp_bi.ftp_loading_0_1.ftp_loading.tFTPConnection_1Process(ftp_loading.java:679)
at scp_bi.ftp_loading_0_1.ftp_loading.runJobInTOS(ftp_loading.java:5761)
at scp_bi.ftp_loading_0_1.ftp_loading.main(ftp_loading.java:5606)
2014-04-18 13:44:29|hRy5HQ|hRy5HQ|hRy5HQ|SCP_BI|ftp_loading|Default|6|Java
Hi, Could you access your FTP files or a different ftp server and copy files through command prompt? Did you set necessary rights for user's? Best regards Sabrina
You can ask your ftp server admin or access the ftp by client, it will show you the folder location. Usually location will be like '\somename\subdir\' Copy that location from client where your file resides and use that location as remote location.
Vaibhav