I\'m actually trying to use CURL to make some operations on a ftp server in C++ with Visual Studio. I\'ve no trouble to do some uploads or downloads with comman
CURL
Problem solved! The dash before DELE should not be there:
DELE
curl -v -u username:pwd ftp://host/FileTodelete.xml -Q "DELE FileTodelete.xml"