Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

change drive of remote directory using tFTP

hi!
i am using tFTPFileList to access FTP server.
FTP root is under C: drive.
but the file i want to access is under F: drive.
if i specify remote directory as "F:/hoge/foo", i get the following error.
Exception in component tFTPFileList_1
com.enterprisedt.net.ftp.FTPException: 550 F:/Transmit/20100520Talend???/Master: The filename, directory name, or volume label syntax is incorrect.
at com.enterprisedt.net.ftp.FTPControlSocket.validateReply(FTPControlSocket.java:1149)
at com.enterprisedt.net.ftp.FTPClient.chdir(FTPClient.java:3579)
at employee.test1_0_1.test1.tFTPFileList_1Process(test1.java:533)
at employee.test1_0_1.test1.tFTPConnection_1Process(test1.java:476)
at employee.test1_0_1.test1.runJobInTOS(test1.java:2686)
how can i change the drive of remote directory?
P.S
other applications are using the FTP service too. so i can not change the root directory of FTP
thanks
0 Replies