Search found 4 matches
- 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...
- Sun Feb 04, 2007 5:25 am
- Forum: Client - General
- Topic: Simple command-line 'upload success or retry' example
- Replies: 7
- Views: 925
- 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...
- 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...