remote-ftp icon indicating copy to clipboard operation
remote-ftp copied to clipboard

Proxy support

Open klapperkopp opened this issue 9 years ago • 5 comments

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.

klapperkopp avatar Jul 01 '15 10:07 klapperkopp

@icetee Are you still working on this? I could take a stab at it if you like.

octagonal avatar Oct 20 '17 17:10 octagonal

@octagonal I would really appreciate it, node-ftp package will be required.

icetee avatar Oct 28 '17 21:10 icetee

How's the stabbing going?

nicholascgilpin avatar Feb 22 '18 16:02 nicholascgilpin

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

alsemany avatar Aug 12 '18 22:08 alsemany

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".

genghisun avatar Jan 04 '20 14:01 genghisun