Linux上设置 FileZilla 自动登录
方法一 图形界面站点管理器保存凭据(推荐)
方法二 手动编辑配置文件实现自动登录
<SiteManager>
<Site>
<Protocol>SFTP - SSH File Transfer Protocol</Protocol>
<Host>192.0.2.10</Host>
<Port>22</Port>
<LogonType>Normal</LogonType>
<User>alice</User>
<Pass>your_password</Pass>
</Site>
</SiteManager>
<Servers>
<Server host="ftp.example.com" protocol="FTP - File Transfer Protocol" name="MyFTP">
<Credentials>
<Username>bob</Username>
<Password>your_password</Password>
</Credentials>
</Server>
</Servers>
SFTP密钥登录与免密配置
安全与排错建议