ftp如何传送一个目录和其子目录

发布于 2022-10-02 18:58:01 字数 16 浏览 14 评论 0

ftp如何传送一个目录和其子目录

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寻找我们的幸福 2022-10-09 18:58:01

man ftp,I get this:

       mget remote-files
              Expand  the  remote-files on the remote machine and do a get for each file name thus produced.  See glob
              for details on the filename expansion.  Resulting file names will then be processed according  to  case,
              ntrans, and nmap settings.  Files are transferred into the local working directory, which can be changed
              with `lcd directory'; new local directories can be created with `! mkdir directory'.

       mkdir directory-name
              Make a directory on the remote machine.

       mls remote-files local-file
              Like nlist, except multiple remote files may be specified, and the local-file  must  be  specified.   If
              interactive  prompting  is  on,  ftp will prompt the user to verify that the last argument is indeed the
              target local file for receiving mls output.

       mode [mode-name]
              Set the file transfer mode to mode-name.  The default mode is ``stream'' mode.

       modtime file-name
              Show the last modification time of the file on the remote machine.

       mput local-files
              Expand wild cards in the list of local files given as arguments and do  a  put  for  each  file  in  the
              resulting  list.   See  glob  for details of filename expansion.  Resulting file names will then be pro-
              cessed according to ntrans and nmap settings.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文