Lines Matching full:remote
26 The third usage format allows sftp to start in a remote directory.
167 Specifies the port to connect to on the remote host.
190 the remote host. A path is useful for using sftp over protocol
191 version 1, or when the remote sshd(8) does not have an sftp
206 Change remote directory to path.
232 get [-afPpr] remote-path [local-path]
233 Retrieve the remote-path and store it on the local machine. If
235 it has on the remote machine. remote-path may contain glob(3)
242 any partial copy of the local file matches the remote copy. If
243 the remote file contents differ from the partial local copy then
278 Display a remote directory listing of either path or the current
314 Create remote directory specified by path.
319 put [-afPpr] local-path [remote-path]
320 Upload local-path and store it on the remote machine. If the
321 remote path name is not specified, it is given the same name it
324 remote-path is specified, then remote-path must specify a
329 any partial copy of the remote file matches the local copy. If
330 the local file contents differ from the remote local copy then
345 pwd Display remote working directory.
349 reget [-Ppr] remote-path [local-path]
350 Resume download of remote-path. Equivalent to get with the -a
353 reput [-Ppr] [local-path] remote-path
358 Rename remote file from oldpath to newpath.
361 Delete remote file specified by path.
364 Remove remote directory specified by path.