Command line upload : log says 2 files, web shows nothing

Core FTP client questions and answers
Locked
jdorn001
Posts: 1
Joined: Sun Oct 30, 2011 4:13 pm

Command line upload : log says 2 files, web shows nothing

Post by jdorn001 »

I'm trying to set up command line batch files to automate nightly uploads

Here is the command I am using:
D:\Progra~1\CoreFTP\coreftp.exe -log C:\AnesAppt\WebVacation\WebSchedFTP2.log -site TxAn -u -OA C:\AnesAppt\WebVacation\WebSched\*.html -p /home/txanco5/public_html/cal/

There are 19 files matching C:\AnesAppt\WebVacation\WebSched\*.html

Log results:
CWD /home/txanco5/public_html/cal
250 OK. Current directory is /home/txanco5/public_html/cal
PASV
227 Entering Passive Mode (70,39,250,41,123,133)
LIST
Connect socket #1428 to 70.39.250.41, port 31621...150 Accepted data connection
226-Options: -a -l
226 2 matches total
Transferred 131 bytes in 0.008 seconds


Looking at the website, no files were transferred!

So, 2 questions:

1) Why are the 19 files not being transferred (~190 bytes)
2) What is being transferred, and where is it going? (131 bytes...)

Thanks!
Jon
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

The log doesn't look complete... Try corecmd.exe instead of coreftp.exe

Also see examples here:
http://www.coreftp.com/docs/web1/Command_Line_FTP.htm
Locked