mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Note behaviour of `cd' with no arguments.
[originally from svn r4458]
This commit is contained in:
parent
0047bbe70f
commit
0edefb1809
@ -1,4 +1,4 @@
|
|||||||
\versionid $Id: psftp.but,v 1.5 2002/08/07 19:20:06 simon Exp $
|
\versionid $Id: psftp.but,v 1.6 2004/08/15 17:21:46 jacob Exp $
|
||||||
|
|
||||||
\C{psftp} Using PSFTP to transfer files securely
|
\C{psftp} Using PSFTP to transfer files securely
|
||||||
|
|
||||||
@ -215,8 +215,12 @@ operate on. For example, if you type \c{get filename.dat} then PSFTP
|
|||||||
will look for \c{filename.dat} in your remote working directory on
|
will look for \c{filename.dat} in your remote working directory on
|
||||||
the server.
|
the server.
|
||||||
|
|
||||||
To change your remote working directory, use the \c{cd} command. To
|
To change your remote working directory, use the \c{cd} command. If
|
||||||
display your current remote working directory, type \c{pwd}.
|
you don't provide an argument, \c{cd} will return you to your home
|
||||||
|
directory on the server (more precisely, the remote directory you were
|
||||||
|
in at the start of the connection).
|
||||||
|
|
||||||
|
To display your current remote working directory, type \c{pwd}.
|
||||||
|
|
||||||
\S{psftp-cmd-lcd} The \c{lcd} and \c{lpwd} commands: changing the
|
\S{psftp-cmd-lcd} The \c{lcd} and \c{lpwd} commands: changing the
|
||||||
local working directory
|
local working directory
|
||||||
|
Loading…
Reference in New Issue
Block a user