Search found 5 matches

by jonny
Mon Nov 04, 2013 3:00 pm
Forum: Client - General
Topic: After PWD : "Timeout (600 seconds), exiting Core FTP&qu
Replies: 2
Views: 13073

Problem solved...I'm using now corecmd.exe with parameters in the script instead of calling coreftp.exe. Since these change I never have had any timeouts. The script has called 2 times the coreftp.exe. Once to upload and again to download a list of the uploaded files. Perhaps the first call still wa...
by jonny
Mon Oct 07, 2013 2:38 pm
Forum: Client - General
Topic: After PWD : "Timeout (600 seconds), exiting Core FTP&qu
Replies: 2
Views: 13073

After PWD : "Timeout (600 seconds), exiting Core FTP&qu

Someone with an idea which cause this ? Every day at the same time I have scheduled an upload via a commandline. Sometimes (not often) I received the following log. The server is online and I can connect, but it seems it is stuck. ------ 10/07/13 13:33 (1778) Looking up host "xxx.xx.xxx.xx"...
by jonny
Mon Jun 11, 2012 12:48 pm
Forum: Client - General
Topic: Upload different files (include/exclude)
Replies: 0
Views: 9852

Upload different files (include/exclude)

I would like to have an upload features (command line) like this :) : Upload different file types : coreftp.exe - u c:\outgoing\*.jpg|*.gif (only *.jpg and *.gif will be uploaded) Upload all files without some filetypes : coreftp.exe -u c:\outgoing\*.* -exclude *.jpg|*.gif (all types except *.jpg an...
by jonny
Fri Jun 17, 2011 10:50 am
Forum: Client - General
Topic: CoreFTP Pro Ansi Version ?
Replies: 1
Views: 7696

CoreFTP Pro Ansi Version ?

A few weeks ago i've updated my pro version with "CoreftpSetup.ansi.exe". With these version i haven't had any problems for the things i have need. Now i want to update to the latest version, but could not find the ansi version ? Is it still available or are the both versions now merged ? ...
by jonny
Wed Dec 09, 2009 3:31 pm
Forum: Client - General
Topic: Copy from remote dir to remote dir
Replies: 1
Views: 3489

Copy from remote dir to remote dir

Hello, i have to copy some files from one remote dir to an other. coreftp.exe -site mysite -O -s -u "/pub/*.zip" -p "/transfer" doesn't work. i think because the 1st parameter "pub.." is defined as the local source. how do i do this to say coreftp, that "pub" ...