Search found 19 matches

by brianq1
Wed Apr 29, 2009 4:27 pm
Forum: Client - Issues
Topic: Incomplete uploads
Replies: 7
Views: 1470

Thanks CP...I'll do some testing with 90 and 120. In the meantime I have added a loop to my batch file to retry the transfer up to 5 times before giving up. This is allowing me to get around the issue for now because I never seem to encounter the issue in successive tries. I'm including it here for ...
by brianq1
Wed Apr 29, 2009 1:36 pm
Forum: Client - Issues
Topic: Incomplete uploads
Replies: 7
Views: 1470

CP, I had the issue occur again last night - this time I was using corecmd.exe and the %ERRORRESULT% returned was 10.

I am going to try to adjust the receive/send timeout values. I noticed that these are both 0 by default. Do you have any suggested values to start with?

Thanks.
by brianq1
Thu Apr 23, 2009 10:29 pm
Forum: Client - Issues
Topic: Incomplete uploads
Replies: 7
Views: 1470

I made the changes to use corecmd.exe and return %ERRORRESULT%. So far so good. Thanks CP.
by brianq1
Thu Apr 23, 2009 6:02 pm
Forum: Client - Issues
Topic: Incomplete uploads
Replies: 7
Views: 1470

Here is my command line: "D:\Program Files\CoreFTP\coreftp.exe" -s -O -delsrc -site ThisSite -u S:\SSIS\Mapelig834.txt.pgp -log S:\SSIS\Log\%DATE:~-4%%DATE:~4,2%%DATE:~7,2%.log I am unfamiliar with corecmd.exe and I'm a bit confused after reading the help topic. Can you provide an example?...
by brianq1
Wed Apr 08, 2009 1:24 pm
Forum: Client - Issues
Topic: Incomplete uploads
Replies: 7
Views: 1470

Incomplete uploads

Recently we've been experiencing incomplete uploads using LE Version 2.1 (build 1596). We have several nightly jobs that utilize the command-line feature and it happens at least once a week and occurs on different site profiles (one is SSL Direct and the other is Auth SSL) - I have not been able to ...
by brianq1
Thu Mar 26, 2009 2:19 pm
Forum: Client - Issues
Topic: SSL/TLS error - 0, SSL error - 1, error:00000001:lib(0):func
Replies: 5
Views: 1053

CP, I got another instance of this error with "SSL Transfer" unchecked. Again, it is quite sporadic - most of the time everything works just fine, then I get this in the log: Connect socket #1748 to <REMOVED>, port 2121...TLSv1, cipher TLSv1/SSLv3 (IDEA-CBC-SHA) - 128 bitUSER <REMOVED> 331...
by brianq1
Fri Feb 20, 2009 2:17 pm
Forum: Client - Issues
Topic: SSL/TLS error - 0, SSL error - 1, error:00000001:lib(0):func
Replies: 5
Views: 1053

The error is rather sporadic, but I was not able to produce it this morning by unchecking "SSL Transfer", so I'll go with that and continue to monitor. Thank you.
by brianq1
Thu Feb 05, 2009 5:35 pm
Forum: Client - Issues
Topic: SSL/TLS error - 0, SSL error - 1, error:00000001:lib(0):func
Replies: 5
Views: 1053

SSL/TLS error - 0, SSL error - 1, error:00000001:lib(0):func

I'm trying to download a file using the command line and every once in a while I get the following error below (bolded) which prevents me from downloading the file. Can you tell me what this is? It appears the file is located just fine, but when the transfer is attempted and error is thrown and the ...
by brianq1
Thu Jul 24, 2008 2:01 pm
Forum: Client - General
Topic: path with spaces in command line
Replies: 4
Views: 488

CP, are you able to recreate the issue on your end?
by brianq1
Fri Jul 18, 2008 9:15 pm
Forum: Client - General
Topic: path with spaces in command line
Replies: 4
Views: 488

The following doesn't work (using quotes in argument list): "D:\Program Files\CoreFTP\CoreFTP.exe" -s -O -site SiteName -d /directory/20080716.txt -p "S:\SSIS Packages\Customer\" -FN Input.txt The following creates a directory "SSIS" and places Input.txt there (no quote...
by brianq1
Wed Jul 16, 2008 7:16 pm
Forum: Client - General
Topic: path with spaces in command line
Replies: 4
Views: 488

path with spaces in command line

I'm using the command line interface to transfer files and CoreFTP LE 2.1 does not seem to be able to handle paths that contain spaces. This question has been asked previously, but has remained unanswered: [url]http://www.coreftp.com/forums/viewtopic.php?t=7077&highlight=command+line[/url] Is th...
by brianq1
Wed May 28, 2008 3:59 pm
Forum: Client - General
Topic: Core FTP LE dynamic log file names?
Replies: 13
Views: 2088

CP, build 1568 works great...much thanks!
by brianq1
Thu May 22, 2008 4:56 pm
Forum: Client - General
Topic: Core FTP LE dynamic log file names?
Replies: 13
Views: 2088

Thanks CP.
by brianq1
Sun May 18, 2008 10:30 pm
Forum: Client - General
Topic: Core FTP LE dynamic log file names?
Replies: 13
Views: 2088

CP, I noticed the new build recently released (1565) now supports dynamic log file naming. However, I'm still not able to generate the log file names using the approach described in my original post. Is it that this feature is only available from the command-line interface?
by brianq1
Fri Apr 18, 2008 12:19 am
Forum: Client - General
Topic: Core FTP LE dynamic log file names?
Replies: 13
Views: 2088

Thanks for keeping me updated CP...I'll be looking out for it.
by brianq1
Thu Apr 10, 2008 1:26 pm
Forum: Client - General
Topic: Core FTP LE dynamic log file names?
Replies: 13
Views: 2088

Will do...thanks CP.
by brianq1
Wed Apr 09, 2008 3:43 pm
Forum: Client - General
Topic: Core FTP LE dynamic log file names?
Replies: 13
Views: 2088

Core FTP LE dynamic log file names?

I would like to log all activity to a directory in which the log files are written in the format YYYYMMDD.log. I thought it would be as simple as going to View->Options->General and the clicking the "Log all activity" checkbox and specifying a file name of C:\Logs\%Y%m%d.log. However, the ...
by brianq1
Tue Mar 25, 2008 9:57 pm
Forum: Client - General
Topic: Rename file with date
Replies: 2
Views: 479

Thank CP.
by brianq1
Tue Mar 18, 2008 12:45 pm
Forum: Client - General
Topic: Rename file with date
Replies: 2
Views: 479

Rename file with date

My apologies if this question has been previously answered - I was unable to find using the search. I have an automated job that uploads a file every night, but the file name must include the date (TestFile03172008.txt). Is there a way I can do this using the the Command Line interface? On the flip ...