Search found 6 matches

by Pauline Atkinson
Mon Mar 21, 2011 9:26 pm
Forum: Client - General
Topic: -DIR command in COREFTP LE
Replies: 3
Views: 2852

When will build 1675 be available?
by Pauline Atkinson
Tue Mar 15, 2011 2:04 pm
Forum: Client - General
Topic: -DIR command in COREFTP LE
Replies: 3
Views: 2852

-DIR command in COREFTP LE

Does the -DIR command work in COREFTP LE using the command line?

If I use the -DIR command, I see a CWD being issued and then I get permission denied.
by Pauline Atkinson
Thu Dec 23, 2010 2:06 pm
Forum: Client - General
Topic: Why is a CWD command being issued?
Replies: 2
Views: 2084

Version 2.1 Build 1649

Also, the site MEDICARE is using SSH/SFTP.
by Pauline Atkinson
Fri Dec 17, 2010 5:56 pm
Forum: Client - General
Topic: Why is a CWD command being issued?
Replies: 2
Views: 2084

Why is a CWD command being issued?

I am using Winbatch to invoke COREFTP. This is the command I am using in a Winbatch script: RunWait("c:\program files\coreftp\coreftp.exe", "-site Medicare") CoreFTP starts up and the connection to the site Medicare is made. I should be at the directory /, but it looks like I end...
by Pauline Atkinson
Mon Dec 06, 2010 8:43 pm
Forum: Client - General
Topic: How do I call a script after completing a transfer?
Replies: 4
Views: 2914

I removed the ! from the front of the command and it still was not executed.

I am using CoreFTP LE
by Pauline Atkinson
Fri Nov 19, 2010 4:28 pm
Forum: Client - General
Topic: How do I call a script after completing a transfer?
Replies: 4
Views: 2914

How do I call a script after completing a transfer?

I want to call a Winbatch script which will update a spreadsheet with information about the files that were just transferred. I tried using the POST TRANSFER COMMANDS and entering ! s:\is\scripts\winbatch\scripts\test\test.exe I do not receive an error, but the command is not being executed. Am I us...