Re: Incorrect filename parsing - FTP Client
Thanks for your suggestion.
Will see if more people ask for this.
Will see if more people ask for this.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Command: DELE A D R E S A Document1.doc
Response: 550 The system cannot find the file specified.
Command: RNFR A D R E S A Document1.doc
Response: 550 The system cannot find the file specified.
ftp> o my.ftp.server
Connected to my.ftp.server.
220-Microsoft FTP Service
[...]
230 User logged in.
ftp> cd file/path
250 CWD command successful.
ftp> dir
200 PORT command successful.
125 Data connection already open; Transfer starting.
02-27-17 07:54AM 544768 A D R E S A Document1.doc
02-27-17 08:45AM 753624 A D R E S A Document2.doc
226 Transfer complete.
ftp: 119 bytes received in 0,00Seconds 59,50Kbytes/sec.
ftp> delete "A D R E S A Document1.doc"
550 The system cannot find the file specified.
ftp> mdelete *
200 Type set to I.
mdelete A D R E S A Document1.doc? yes
250 DELE command successful.
mdelete A D R E S A Document2.doc? no
ftp> delete " A D R E S A Document2.doc"
250 DELE command successful.