TScFTPClient - Server cannot accept argument.
Posted: Fri 18 Feb 2022 08:13
Connection and Disconnection to the server runs without problems, renaming of a file works, so I think, the connection is not the problem.
Upload or Download works not, leads to the error "Server cannot accept argument"
File to download is on the server, File to upload is in the directory. Up- and Download with FileZilly without problems.
Any ideas?
Upload or Download works not, leads to the error "Server cannot accept argument"
Code: Select all
ScFTPClient1.Upload('c:\temp\test.csv', 'hallo.txt');
ScFTPClient1.Dowload('hallo.txt', 'c:\temp\hallo.txt');
Any ideas?