设置 FileZilla 自动登录
一 图形界面快速配置
二 配置文件方式
<Servers>
<Server>
<Host>ftp.example.com</Host>
<Port>21</Port>
<Protocol>FTP - File Transfer Protocol</Protocol>
<LogonType>Normal</LogonType>
<User>your_username</User>
<Pass>your_password</Pass>
</Server>
</Servers>
三 安全与排错建议