FlashFXP 命令行参数

FlashFXP 帮助中有一些介绍,查看FlashFXP Help — Advanced — FlashFXP Command Line Options

::FlashFXP启动后,修复注册表位置为当前路径。
C:\FlashFXP\FlashFXP.exe -repair

::FlashFXP启动后,修复注册表信息。
C:\FlashFXP\FlashFXP.exe -setreg

::FlashFXP启动后,立刻最小化。
C:\FlashFXP\FlashFXP.exe -min

::FlashFXP启动后,最小化至系统托盘。
C:\FlashFXP\FlashFXP.exe -tray

::FlashFXP启动后,设置本地路径为 D:\TDDownload
C:\FlashFXP\FlashFXP.exe -local=”D:\TDDownload”

::FlashFXP启动后,使用指定用户名、密码和端口登陆到指定的FTP服务器。
::remotepath为目录名,不写则为FTP根目录。如果remotepath ,不存在则返回至FTP根目录。
C:\FlashFXP\FlashFXP.exe ftp://user:password@IP:port -remotepath=”/tmp”

::也可以不使用 -remotepath参数 直接写成
C:\FlashFXP\FlashFXP.exe ftp://user:password@IP:port/tmp

::上传文件
C:\FlashFXP\FlashFXP.exe -upload ftp://user:password@IP:port -localpath=”D:\TDDownload\test.txt” -remotepath=”/tmp/test.txt”

::下载文件
C:\FlashFXP\FlashFXP.exe -c4 -local=”D:\TDDownload” -download ftp://user:password@IP:port -remotepath=”/tmp/test.txt” -localpath=”D:\TDDownload\test.txt”

Flashfxp不用任何工具就可以查看密码

这里给大家介绍了一个小方法可以方便的查看到站点的保存用户名及密码。

依次点击“站点”——“站点管理器”,然后在快速连接或者下面的站点列表处右击站点名称。

然后选择“复制到剪切板”这时会弹出一个“是否复制用户名和密码”,点击是。

然后粘贴到记事本里面就是明文显示的啦。

Related Posts