Search found 6 matches
- Mon Mar 21, 2011 9:26 pm
- Forum: Client - General
- Topic: -DIR command in COREFTP LE
- Replies: 3
- Views: 2852
- 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.
If I use the -DIR command, I see a CWD being issued and then I get permission denied.
- Thu Dec 23, 2010 2:06 pm
- Forum: Client - General
- Topic: Why is a CWD command being issued?
- Replies: 2
- Views: 2084
- 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...
- 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
- 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...