How to list directory content of remote FTP, recursively

后端 未结 5 1260
再見小時候
再見小時候 2021-02-02 10:56

After downloading files from a remote UNIX FTP server, you want to verify that you have downloaded all the files correctly. Minimal you will get information similar to \"dir /s\

5条回答
  •  北恋
    北恋 (楼主)
    2021-02-02 11:41

    If you have ssh access, use rsync instead. It is a far better data transfer app.

    Grab fuse for your OS and load ftpfs. This will let you mount the remote ftp directory locally and you can use dir /s or any other application you want on it.

提交回复
热议问题