command line delete

Core FTP client questions and answers
Post Reply
frank tap
Posts: 10
Joined: Thu Mar 13, 2008 11:29 am

command line delete

Post by frank tap »

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
frank tap
Posts: 10
Joined: Thu Mar 13, 2008 11:29 am

Post by frank tap »

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.
frank tap
Posts: 10
Joined: Thu Mar 13, 2008 11:29 am

Post by frank tap »

coreftp.exe -ssl -s ftp://test:test@test.test.org/ -del "/Data/test.txt"

works fine, thank you very much.
Post Reply