Search found 2 matches

by zzhekov
Thu Mar 23, 2006 7:21 am
Forum: Client - General
Topic: command line mode - errorlevel
Replies: 4
Views: 1081

zhivko

my CoreFTP version is 1.3c b1447.3 When I issue the following .bat file: "\program files\coreftp\coreftp.exe" -ssl -s -O -u c:\noexist.txt ftp://user:pass@coreftp.com/ -p /remote_dir/ echo %ERRORLEVEL% I see again 0, but if syntax is "\program files\coreftp\coreftp.exe" -ssl -s -...
by zzhekov
Wed Mar 22, 2006 3:23 pm
Forum: Client - General
Topic: command line mode - errorlevel
Replies: 4
Views: 1081

command line mode - errorlevel

I wish to try upload a nonexisting file called "tst.txt" via command line like this Code (batch file tst.bat): --------------------- "C:\Program Files\CoreFTP\coreftp.exe" -ssl -s -O -u "C:\tst.txt" ftp://username:password@domain.com -p /in/ If "%ERRORLEVEL%"=...