Using FTPClient (via 'hack' username of
user@remote.ftp.server)
>>>
debug:
DEBUG [FTPClient] 8 Jun 2013 12:51:15.244 : Class: com.enterprisedt.net.ftp.FTPClient
Location: file:TestHarness/lib/edtftpj-pro.jar
Version: 4.4.0
Build timestamp: 5-Dec-2012 15:58:52 EST
Java version: 1.5.0_15
CLASSPATH: TestHarness/lib/edtftpj-pro.jar:netbeans/platform/modules/ext/junit-4.10.jar:TestHarness/build/classes
OS name: Linux
OS arch: amd64
OS version: 2.6.32.59-0.3.1.4320.0.PTF-default
DEBUG [FTPClient] 8 Jun 2013 12:51:15.260 : Connecting to ftpproxy.blah.com/1.2.3.4:21
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:15.280 : 220 [002-0018] host.blah.com FTP proxy 5.1.11 ready.
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:15.281 : ---> USER
testuser@remote.ftp.server
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:15.802 : 331-( [002-0059] Firewall connected to remote.ftp.server (5.6.7.8).)
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:15.841 : 331-(220 ProFTPD 1.3.4a Server (Debian) [::ffff:a.b.c.d])
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:15.841 : 331 Password required for testuser
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:15.841 : ---> PASS ********
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:16.045 : 230 User testuser logged in
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:16.045 : ---> TYPE I
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:16.099 : 200 Type set to I
Transferring file...
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:16.105 : ---> PWD
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:16.158 : 257 "/home/testuser" is the current directory
DEBUG [FTPClient] 8 Jun 2013 12:51:16.158 : Attempt #1
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:16.158 : ---> PASV
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:16.271 : 227 Entering Passive Mode
INFO [FTPControlSocket] 8 Jun 2013 12:51:16.271 : Substituting server supplied IP (5.6.7.8) with remote host IP (5.6.7.8)
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:16.273 : ---> STOR testupload
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:16.330 : 150 Opening BINARY mode data connection for testupload
DEBUG [FTPClient] 8 Jun 2013 12:51:19.463 : Transferred 2120972 bytes to remote host
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:20.030 : 226 Transfer complete
...complete
Transfer rate : 690 Kb/s
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:20.030 : ---> DELE testupload
DEBUG [FTPControlSocket] 8 Jun 2013 12:51:20.087 : 250 DELE command successful
BUILD SUCCESSFUL (total time: 5 seconds)
>>>
Using ProFTPClient (via SOCKS5 proxy)
>>>
debug:
DEBUG [FTPClient] 8 Jun 2013 12:53:12.301 : Class: com.enterprisedt.net.ftp.pro.ProFTPClient
Location: file:TestHarness/lib/edtftpj-pro.jar
Version: 4.4.0
Build timestamp: 5-Dec-2012 15:58:52 EST
Java version: 1.5.0_15
CLASSPATH: TestHarness/lib/edtftpj-pro.jar:netbeans/platform/modules/ext/junit-4.10.jar:TestHarness/build/classes
OS name: Linux
OS arch: amd64
OS version: 2.6.32.59-0.3.1.4320.0.PTF-default
DEBUG [ProFTPClient] 8 Jun 2013 12:53:12.309 : Connecting to remote.ftp.server:21
DEBUG [StreamSocketFactory] 8 Jun 2013 12:53:19.345 : Connecting to remote.ftp.server:21 via SOCKS5 proxy
DEBUG [Socks5ProxySocket] 8 Jun 2013 12:53:19.353 : sending request without username/pwd
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:19.887 : 220 ProFTPD 1.3.4a Server (Debian) [::ffff:a.b.c.d]
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:19.889 : ---> USER testuser
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:19.943 : 331 Password required for testuser
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:19.943 : ---> PASS ********
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:20.132 : 230 User testuser logged in
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:20.133 : ---> TYPE I
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:20.187 : 200 Type set to I
Transferring file...
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:20.191 : ---> PWD
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:20.244 : 257 "/home/testuser" is the current directory
DEBUG [FTPClient] 8 Jun 2013 12:53:20.245 : Attempt #1
DEBUG [ProFTPControlSocket] 8 Jun 2013 12:53:20.245 : Checking if IPV6:java.net.Inet4Address (1.2.3.4)
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:20.245 : ---> PASV
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:20.298 : 227 Entering Passive Mode
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:20.299 : Using proxy
INFO [FTPControlSocket] 8 Jun 2013 12:53:20.299 : Substituting server supplied IP (5.6.7.8) with remote host IP (remote.ftp.server)
DEBUG [StreamSocketFactory] 8 Jun 2013 12:53:22.840 : Connecting to remote.ftp.server:59857 via SOCKS5 proxy
DEBUG [Socks5ProxySocket] 8 Jun 2013 12:53:22.840 : sending request without username/pwd
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:22.942 : ---> STOR testupload
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:23.001 : 150 Opening BINARY mode data connection for testupload
DEBUG [FTPClient] 8 Jun 2013 12:53:37.936 : Transferred 2120972 bytes to remote host
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:39.126 : 226 Transfer complete
...complete
Transfer rate : 121 Kb/s
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:39.126 : ---> DELE testupload
DEBUG [FTPControlSocket] 8 Jun 2013 12:53:39.182 : 250 DELE command successful
BUILD SUCCESSFUL (total time: 27 seconds)