I use PRO version in a .NET environment.
I download the file from the server, then delete the file on the server if trsnfer was successful This works just fine for all files. However, our users tend to put .... (periods) in their filenames on occasion, so the DownloadFile works fine and does the transfer OK, but fails the delete or rename.
When doing (binary transfer) an ftp.DeleteFile OR ftpFileRrename (u_TESTFILE_060507082003_....ordersfile_6_5_2007_81743_xx_xxxx_xxxx.xls) it fails with rename or delete error.
The file can be deleted on the server using the standard MS delete in Explorer.
Removing the 4 periods in the middile of the filename corrects the problem and the transfer/delete or rename works without error.
:?: