Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.8k views
in Java FTP by (140 points)
Hi All,

I am getting the following exception while trying to upload the file. This has worked all these days, suddenly uploading started failing with the following exceptions

com.enterprisedt.net.ftp.FTPException: /home/tom/tomFTPRoot/{c396fae0-4ccd-11db-6b54-000000000000}_342.jar: A file or directory in the path name does not exist.
at com.enterprisedt.net.ftp.FTPControlSocket.validateReply(Unknown Source)
at com.enterprisedt.net.ftp.FTPClient.initPut(Unknown Source)
at com.enterprisedt.net.ftp.FTPClient.putBinary(Unknown Source)
at com.enterprisedt.net.ftp.FTPClient.put(Unknown Source)
at com.enterprisedt.net.ftp.FTPClient.put(Unknown Source)
at com.serial.ebiz.util.vfs.FtpUtil.put(Unknown Source)

Please help me in finding out the root cause for this.

Thanks in advance for your reply
Rajani Kanth

1 Answer

0 votes
by (162k points)
The server is telling you that it doesn't think that path name or filename is valid.

Categories

...