I try to delete a file using the following command line:
C:\coreftp.exe -del "Data\test.txt" ftp://test:test@test.test.org -ssl -s
but it does not work. Can anyone please help me?
Frank
command line delete
I have tried:
C:\coreftp.exe -ssl -s ftp://test:test@test.test.org/Data/ -del "test.txt"
but it does not work either. When I look in the log file of the FTP server no delete command can be found. Uploading of files works fine.
Do you have any further suggestions?
For your information I am using Core FTP Pro, version 2.1, build 1547.
C:\coreftp.exe -ssl -s ftp://test:test@test.test.org/Data/ -del "test.txt"
but it does not work either. When I look in the log file of the FTP server no delete command can be found. Uploading of files works fine.
Do you have any further suggestions?
For your information I am using Core FTP Pro, version 2.1, build 1547.
coreftp.exe -ssl -s ftp://test:test@test.test.org/ -del "/Data/test.txt"
works fine, thank you very much.
works fine, thank you very much.