Command line concatenating site name into folder path??...

Core FTP client questions and answers
Post Reply
sifugreg
Posts: 1
Joined: Wed Aug 24, 2016 4:15 pm

Command line concatenating site name into folder path??...

Post by sifugreg »

What the heck am I doing wrong. A simple batch file to download the contents of a directory.. I set up a site profile called ABC. I set the directories in the advanced section and it works perfectly. For the sake of this example, let's say my remote directory is /company/client/

When launched from command line using
c:\<path to exe> -d -site ABC
I see the following in the log window after it logs in.

RETR /Company/Client/ABC
Server error: no such file or folder
ABC - File not found...

Why is it placing the SITE NAME in the folder path??
cp
Posts: 124
Joined: Sun Sep 11, 2011 5:18 am

Post by cp »

no directory specified, review parameters in help file topic "command line"
www.coreftp.com/docs/web1/Command_Line_FTP.htm
Post Reply