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 up going up to the
directory identified as ".".
This is what I see in the log:
Current directory is '/'
Keep alive off...CWD
Where is the CWD coming from?
When I bring up COREFTP manully and use the Medicare site, I do not
get the CWD and I stay at the directory /.
Why is a CWD command being issued?
-
- Site Admin
- Posts: 1006
- Joined: Mon Mar 24, 2003 4:37 am
-
- Posts: 6
- Joined: Fri Nov 19, 2010 4:11 pm