[
https://issues.apache.org/jira/browse/NET-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb updated NET-595:
---------------------
Component/s: FTP
> ftps.listfiles hangs
> --------------------
>
> Key: NET-595
> URL: https://issues.apache.org/jira/browse/NET-595
> Project: Commons Net
> Issue Type: Bug
> Components: FTP
> Affects Versions: 3.5
> Environment: Windows 7 Enterprise. Java 1.8. commons-net-3.5
> Reporter: Balaji Ragupathy
>
> Trying to connect to a FTPS server, protocol TLS thru socksproxyhost. Data
> connections is encrypted. When i run using JVM arg -DsocksProxyHost=proxy it
> works fine. But when i set the proxy host and port using ftps.setproxy it
> hangs at listfiles command.
> 220 (vsFTPd 2.2.2)
> AUTH TLS
> 234 Proceed with negotiation.
> Connected to ftp.mySite.com
> PROT P
> 200 PROT now Private.
> USER myUser
> 331 Please specify the password.
> PASS myPwd
> 230 Login successful.
> SYST
> 215 UNIX Type: L8
> Remote system is UNIX Type: L8
> TYPE I
> 200 Switching to Binary mode.
> PASV
> 227 Entering Passive Mode
> And it hangs here.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)