How Can I get the result from the command line mode

Core FTP client questions and answers
Post Reply
georgeshui
Posts: 1
Joined: Thu Jan 18, 2007 8:03 am

How Can I get the result from the command line mode

Post by georgeshui »

In the command line mode, I use the command like this:
coreftp.exe -O -u c:\a.txt -site mySite -p /HEWPK/ -s.

I want to ask how can I know whether the file has been uploaded sucessfully or not. Can windows's Command Line Screen show the result?

Thanks in advance
mike
Posts: 47
Joined: Fri Jul 28, 2006 4:36 pm

Post by mike »

1: The %errorlevel% environment variable used with corecmd.exe.

2: The -output parameter which when used with corecmd.exe, will give you results for each transfer.

In Core FTP there is a help topic called "Command Line" that gives more details.
Post Reply