If I receive files over the FTP command line, where will they be saved?

link|improve this question

feedback

migrated from stackoverflow.com May 1 '10 at 18:12

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 5 down vote accepted

As Shevek noted, the files will go to the current directory when ftp was launched

-or-

the last specified directory from an lcd (local change dir) command within the ftp session.

link|improve this answer
+1 from me - I forgot about lcd! – Shevek Oct 19 '11 at 12:05
feedback

In whichever folder the command prompt was in when you launched the FTP command

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.