Search found 6 matches

by LurchUSA
Mon Jan 26, 2015 6:12 pm
Forum: Client - General
Topic: Exit with Error Code 1
Replies: 1
Views: 891

Exit with Error Code 1

I am getting FTP failed uploads, from the command line, with an error code of 1.

What does a 1 mean?

I am calling corecmd.exe and I can upload the file up to the FTP site via the UI, so I don't understand why it is throwing this new error code!
by LurchUSA
Mon Dec 29, 2014 5:08 pm
Forum: Client - General
Topic: Is there a comprehensove list of CoreFTP error codes.
Replies: 0
Views: 5534

Is there a comprehensove list of CoreFTP error codes.

So far I have encountered 10 and 30, to which helpful people here have resolved for me, however I am now seeing codes 1 and 255 pop up. Rather than post multiple times on each error code, can I please get a list of all the error codes that CoreFTP may produce? Having this reference will be invaluabl...
by LurchUSA
Mon Dec 22, 2014 10:17 pm
Forum: Client - General
Topic: Exit with error code 30.
Replies: 3
Views: 1053

Thanks for the tip. However this error is occurring when the file is attempting to upload to the remote FTP server. The command line reads as follows: ----- System.Exception: Process exited with code 30. Args: -s -O -site RemoteFTP -u \\hostingserver\dispatch\sampletextfile.txt -p /remote/archive/ -...
by LurchUSA
Mon Dec 22, 2014 8:46 pm
Forum: Client - General
Topic: Exit with error code 30.
Replies: 3
Views: 1053

Exit with error code 30.

I am noticing on some of my uploads, my CoreFTP thread is failing with an error code of 30.

What does error code 30 mean, please?
by LurchUSA
Fri Nov 14, 2014 3:59 pm
Forum: Client - General
Topic: ExitCode 10 on uploading large files.
Replies: 3
Views: 50078

>> 10 means the file is in the process of transferring. Thanks for the details, I was totally puzzled over what that value is. Do you have a list of error codes that CoreFTP throws, as a reference for future issues? >> Use corecmd.exe to block it until the transfer is complete. How do you use corecm...
by LurchUSA
Thu Nov 13, 2014 2:47 pm
Forum: Client - General
Topic: ExitCode 10 on uploading large files.
Replies: 3
Views: 50078

ExitCode 10 on uploading large files.

When I set up a C#.net process object to launch CoreFTP.exe, with command line parameters, [b]I get an ExitCode of 10 for any file over 100Mb.[/b] Can someone please explain what error code 10 means and if there is a reference of codes I can use to troubleshoot future issues, please? The code is as ...