remote-ftp
remote-ftp copied to clipboard
Proxy support
As far as I can see I can't connect through a proxy server, even when the http_proxy variables are set in Atom... Proxy support would be nice.
@icetee Are you still working on this? I could take a stab at it if you like.
@octagonal I would really appreciate it, node-ftp package will be required.
How's the stabbing going?
I had a long time searching for a solution especially that I have to develop inside NAT containers
I just resolved this by using proxychains
sudo apt install proxychains
then edit the file /etc/proxychains.conf
add your proxy in a line like that at the end of the file
socks4 127.0.0.1 5555
then start atom from terminal by the command
# proxychains atom
it's a simple but powerful for me
proxychains did solve my problem! just FYI: proxychains-ng is another version of proxychains, but it can not work with atom, which will raise an error "The Editor Has Crashed".