Why is a CWD command being issued?

Core FTP client questions and answers
Post Reply
Pauline Atkinson
Posts: 6
Joined: Fri Nov 19, 2010 4:11 pm

Why is a CWD command being issued?

Post by Pauline Atkinson »

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 /.
ForumAdmin
Site Admin
Posts: 1006
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

I wasn't able to reproduce this. Which build are you using?
Pauline Atkinson
Posts: 6
Joined: Fri Nov 19, 2010 4:11 pm

Post by Pauline Atkinson »

Version 2.1 Build 1649

Also, the site MEDICARE is using SSH/SFTP.
Post Reply