Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3k views
in Java FTP by (120 points)
I am using edtFTPj. When doing "put" to a UNIX FTP server and the remote file name has a blank space in it, the "put" command fails. I don't have any control over names of the files that I am sending to FTP server.

What are my options?

Thanks

1 Answer

0 votes
by (162k points)
Experiment with ftp.exe to see if this can be done against this server. Try using quotes around the filename. edtFTPj sends whatever you pass in, so it seems that the server is misinterpreting the filename.

Keep in mind that on Unix, filenames with spaces aren't really used much (read as very few Unix people would use spaces in filenames) unlike Windows.

Categories

...