Search found 4 matches

by ttdww
Thu Jun 25, 2009 11:22 am
Forum: Server - Issues
Topic: ftps resume sets file to 0 bytes
Replies: 1
Views: 764

ftps resume sets file to 0 bytes

Hi, I use CoreFTPpro extensively with command line and have noticed the following issue: --a file was successfully uploaded --i run my batch file again to 'resume' files that did not complete --when coreftp finds a file that already exists and that does not need to be resumed (it is the same size as...
by ttdww
Sun Feb 04, 2007 5:25 am
Forum: Client - General
Topic: Simple command-line 'upload success or retry' example
Replies: 7
Views: 925

Ok, we installed CoreFTPpro and corecmd connected, however now it keeps giving a 'file not found' error though this same command line setup works with CoreFTP.exe: "C:\Program Files\CoreFTPpro\corecmd.exe" -site oursite -R -u "D:\~1_new\!! testfolder\!! output\!! output, download\SM07...
by ttdww
Sun Feb 04, 2007 5:03 am
Forum: Client - General
Topic: Simple command-line 'upload success or retry' example
Replies: 7
Views: 925

Thanks for the suggestions. Actually we tried corecmd in our scripting yet when the interface opens (we didn't use the -s option), it never would connect. It would just hang. Interesting that it would never show the IP address like CoreFTP would. Only CoreFTP worked and therefore we couldn't use the...
by ttdww
Fri Feb 02, 2007 7:37 am
Forum: Client - General
Topic: Simple command-line 'upload success or retry' example
Replies: 7
Views: 925

Simple command-line 'upload success or retry' example

Just thought I'd share this. I'm using it to upload large files that often get interrupted where I need to automatically resume until the file is complete. runupload.bat (this is the file you manually run): :start call uploadfile.bat if %ERRORLEVEL%==0 goto done goto start :done uploadfile.bat: &quo...