Skip to content

FTP service does not support proxies

Bugzilla Link 409808
Status NEW
Importance P3 enhancement
Reported Jun 04, 2013 03:45 EDT
Modified Dec 05, 2019 16:38 EDT
Version 3.4.1
Reporter Arno Unkrig

Description

RSE only works if the FTP server can be reached directly. However, in many environments, FTP servers on the internet can only be reached through a proxy.

In

http://git.eclipse.org/c/tm/org.eclipse.tm.git/tree/rse/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPService.java

I see that there is no support for FTP proxies -- would you be so kind an add it? It's only a few lines of code, as you can see here:

https://svn.code.sf.net/p/loggifier/code/trunk/ant_issue_54883/src/org/apache/tools/ant/taskdefs/optional/net2/FTP2.java

(search for string "proxyServer").