Lines Matching full:path
34 path names, IPv6 addresses must be enclosed in square brackets to avoid
186 Specifies the SSH2 subsystem or the path for an sftp server on
187 the remote host. A path is useful for using sftp over protocol
202 cd path
203 Change remote directory to path.
205 chgrp grp path
206 Change group of file path to grp. path may contain glob(3)
210 chmod mode path
211 Change permissions of file path to mode. path may contain
214 chown own path
215 Change owner of file path to own. path may contain glob(3)
219 df [-hi] [path]
221 directory (or path if specified). If the -h flag is specified,
229 get [-afPpr] remote-path [local-path]
230 Retrieve the remote-path and store it on the local machine. If
231 the local path name is not specified, it is given the same name
232 it has on the remote machine. remote-path may contain glob(3)
234 local-path is specified, then local-path must specify a
255 lcd path
256 Change local directory to path.
258 lls [ls-options [path]]
259 Display local directory listing of either path or current
260 directory if path is not specified. ls-options may contain any
261 flags supported by the local system's ls(1) command. path may
264 lmkdir path
265 Create local directory specified by path.
274 ls [-1afhlnrSt] [path]
275 Display a remote directory listing of either path or the current
276 directory if path is not specified. path may contain glob(3)
310 mkdir path
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
319 has on the local machine. local-path may contain glob(3)
321 remote-path is specified, then remote-path must specify a
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
351 Resume upload of [local-path]. Equivalent to put with the -a
357 rm path
358 Delete remote file specified by path.
360 rmdir path
361 Remove remote directory specified by path.