在Debian系统中设置FileZilla代理,可以按照以下步骤进行:
~/.config/filezilla/filezilla.xml
。nano
或vim
)打开该文件。<Proxy>
标签内添加以下内容(根据实际情况调整):<Proxy>
<Type>HTTP</Type>
<Host>proxy.example.com</Host>
<Port>8080</Port>
<Username>your_username</Username>
<Password>your_password</Password>
</Proxy>
<Proxy>
<Type>SOCKS5</Type>
<Host>proxy.example.com</Host>
<Port>1080</Port>
<Username>your_username</Username>
<Password>your_password</Password>
</Proxy>
保存并关闭文件。
重启FileZilla:
<Username>
和<Password>
标签。filezilla.xml
文件,以防万一出现问题。通过以上两种方法之一,你应该能够在Debian系统中成功设置FileZilla代理。