Lines Matching refs:remote
26 The third usage format allows sftp to start in a remote directory.
164 Specifies the port to connect to on the remote host.
187 the remote host. A path is useful for using sftp over protocol
188 version 1, or when the remote sshd(8) does not have an sftp
203 Change remote directory to path.
229 get [-afPpr] remote-path [local-path]
230 Retrieve the remote-path and store it on the local machine. If
232 it has on the remote machine. remote-path may contain glob(3)
239 any partial copy of the local file matches the remote copy. If
240 the remote file contents differ from the partial local copy then
275 Display a remote directory listing of either path or the current
311 Create remote directory specified by path.
316 put [-afPpr] local-path [remote-path]
317 Upload local-path and store it on the remote machine. If the
318 remote path name is not specified, it is given the same name it
321 remote-path is specified, then remote-path must specify a
326 any partial copy of the remote file matches the local copy. If
327 the local file contents differ from the remote local copy then
342 pwd Display remote working directory.
346 reget [-Ppr] remote-path [local-path]
347 Resume download of remote-path. Equivalent to get with the -a
350 reput [-Ppr] [local-path] remote-path
355 Rename remote file from oldpath to newpath.
358 Delete remote file specified by path.
361 Remove remote directory specified by path.