You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Balaji Ragupathy (JIRA)" <ji...@apache.org> on 2016/06/22 22:39:16 UTC

[jira] [Updated] (NET-595) ftps.listfiles hangs

     [ https://issues.apache.org/jira/browse/NET-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Balaji Ragupathy updated NET-595:
---------------------------------
    Affects Version/s: 3.5

> ftps.listfiles hangs
> --------------------
>
>                 Key: NET-595
>                 URL: https://issues.apache.org/jira/browse/NET-595
>             Project: Commons Net
>          Issue Type: Bug
>    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.4#6332)