problem with -del (delete) command line script

Core FTP client questions and answers
Post Reply
thrasher141
Posts: 2
Joined: Fri May 21, 2010 7:59 pm

problem with -del (delete) command line script

Post by thrasher141 »

I've read all the other threads on this topic and can't figure out what I'm doing wrong.

Here is my command line:
"C:\Program Files\CoreFTP\coreftp.exe" -log deletelog.txt -site New_WWW -del new-pi-org-20100506.zip

I'm trying to delete the file new-pi-org-20100506.zip. I have also tried putting the filename in quotes, putting a slash at the beginning, putting the path with the filename (right now I have the site go to the path by default) but nothing will delete the file. I also don't get any error in the log file. Here is the log file:

Started on Friday May 21, 2010 at 13:03:PMLooking up host "new.partnersintl.org"Connecting to 72.167.28.72 port 22Server version: SSH-2.0-OpenSSH_3.9p1version: SSH-2.0-SSH-Local: Oct 22 2009 20:33:56Using SSH protocol version 2processing group exchangeprocessing key exchangeHost key fingerprint is:ssh-rsa 1024 a8:7c:86:b2:ea:31:c0:fc:b6:88:7a:f8:9e:31:10:ebInitialized AES-256 client->server encryptionInitialized AES-256 server->client encryptionKeyboard-interactive authentication refusedSent passwordAccess grantedOpened channel for sessionStarted shell sessionPWD

Current directory is '/home/new/'
Keep alive off...CWD /home/new/backup/
Transferred 891 bytes in 0.266 seconds
CWD
Total uploaded files: 0
Total uploaded data: 0
Total downloaded files: 0
Total downloaded data: 0

Any help would really be appreciated! I am so close to having this automated!
Post Reply