command line - current directory

Core FTP client questions and answers
Locked
kmarie630
Posts: 4
Joined: Mon Feb 24, 2014 8:09 pm

command line - current directory

Post by kmarie630 »

How can I tell the command line to download the file to my current directory, without listing an absolute path? I've tried variations of the following but it doesn't download anything (and doesn't write to the log file):

-p
-p \
-p /

Omitting the -p parameter all together seems to put it into My Documents by default, but I want it to use my current directory (which is something else).
ForumAdmin
Site Admin
Posts: 1004
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

-p .\

Would be the current directory.
Locked