[ 
https://issues.apache.org/jira/browse/VFS-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13988310#comment-13988310
 ] 

Bernd Eckenfels commented on VFS-167:
-------------------------------------

George, well yes it should. However the proxy support for SFTP and FTP is just 
a thin layer on top of the actual implementation (JSch in case of ssh and 
commons.net.ftp in case of FTP). Jsch has its own classes for proxies, and 
therefore can support proxy authentication. The FTPClient only support 
java.net.Proxy (or a Socket factory). So while it is possible to add  more 
proxy functionality it is a more complex change. I only have added the proposed 
minor change.

I do wonder if there is a common socket factory in commons net or somewhere 
which could be used and if somebody want to take over that task. I will close 
this bug, can you open a new one in regards to the proxy authentication (and 
mention this comment).

> [FTP] Proxy Support (similiar to VFS-84 for SFTP)
> -------------------------------------------------
>
>                 Key: VFS-167
>                 URL: https://issues.apache.org/jira/browse/VFS-167
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: Nightly Builds
>         Environment: Window 2000 and java 
>            Reporter: vikas
>            Assignee: Bernd Eckenfels
>            Priority: Minor
>             Fix For: 2.1
>
>
> I am given proxy support for SFTP by using bug 84 code.
> What is the way to give proxy support in FTP?
> Please help asap
> if possible then we me the way?



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to