FlashFXP命令行

发布时间 2023-04-21 10:52:29作者: 哥伦布

FlashFXP是一个非常好用的FTP工具,同时也是可以使用命令行进行操作。
格式:flashfxp.exe -upload ftp://user:pass@ip:port -localpath="本地路径" -remotepath="远程FTP上的路径"

上传

使用FlashFXP上传文件(夹)的命令行语法:
flashfxp.exe -upload ftp://user:pass@ip:port -localpath="c:\newfolder\" -remotepath="\target\folder\"

下载

使用FlashFXP下载文件(夹)的命令行语法:
flashfxp.exe -download <sitename> -remotepath="\source\folder\" -localpath="c:\newfolder\"
说明:是FlashFXP里面,的站台管理器的站点名称。

FXP

使用FlashFXP进行FXP跨站传输的命令行语法:
flashfxp.exe -fxp <sitename>;<sitename> -remotepath="\source\folder\" -remotepath="\target\folder\"
说明:第一个是源站,第二个是目标站。

官方文档有详细的说明
https://www.flashfxp.com/forum/flashfxp/frequently-asked-questions-faq-/14748-command-line-switches.html

参考文章:
https://www.cnblogs.com/wcLT/p/5337846.html