Mohammad Etemaddar Asked: 2013-04-27 11:16:45 +0800 CST2013-04-27 11:16:45 +0800 CST 2013-04-27 11:16:45 +0800 CST change local directory while connected to ftp server (command line) 772 When we are connected to an FTP server (from command line), How can we change the local directory? command-line 1 Answers Voted Best Answer Freedom_Ben 2013-04-27T11:33:00+08:002013-04-27T11:33:00+08:00 You'll find that with most of the commands, prefixing an l will apply it to the local, and a non-l applies to remote. For example: pwd on remote and lpwd on local. cd on remote and lcd on local.
You'll find that with most of the commands, prefixing an
l
will apply it to the local, and a non-l
applies to remote. For example:pwd
on remote andlpwd
on local.cd
on remote andlcd
on local.