使用Filezilla桌面将文件从服务器获取到本地主机非常容易。 Filezilla是否有任何命令行命令可用于服务器上以从localhost获取文件或将文件放置到localhost?例如
$ FileZilla get /get/file_on_localhost.txt # /get is a path on localhost, for example C:\Users\name\get
或
$ FileZilla put server_file.txt /put/ # /put is a path on localhost C:\Users\name\put