在Debian上设置FileZilla代理的步骤如下:
~/.config/filezilla/filezilla.xml
。<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:
通过以上两种方法之一,你应该能够在Debian系统中成功设置FileZilla代理。