Running Test FTP Downloads [I 15-07-01 07:46:39] >>> starting FTP server on 127.0.0.1:37275, pid=22243 <<< /home/satyam/Documents/Dropbox/gnu/testing/wget/src/wget --debug --no-config -S ftp://127.0.0.1:37275/File1 [I 15-07-01 07:46:39] poller: ['/home/satyam/Documents/Dropbox/gnu/testing/wget/src/wget', '--debug', '--no-config', '-S', 'ftp://127.0.0.1:37275/File1'] [I 15-07-01 07:46:39] masquerade (NAT) address: None [I 15-07-01 07:46:39] passive ports: None [I 15-07-01 07:46:39] use sendfile(2): False Setting --no-config (noconfig) to 1 Setting --server-response (serverresponse) to 1 DEBUG output created by Wget 1.16.3.47-e7c2 on linux-gnu. --2015-07-01 07:46:39-- ftp://127.0.0.1:37275/File1 => ‘File1’ Connecting to 127.0.0.1:37275... connected. Created socket 3. Releasing 0x00000000006bc360 (new refcount 0). Deleting unused 0x00000000006bc360. Logging in as anonymous ... [I 15-07-01 07:46:39] 127.0.0.1:40621-[] FTP session opened (connect) 220 pyftpdlib 1.4.0 ready. --> USER anonymous 331 Username OK, Waiting for password --> PASS Turtle Power! 230 Login successful --> SYST [I 15-07-01 07:46:39] 127.0.0.1:40621-[anonymous] USER 'anonymous' logged in. 215 UNIX Type: L8 UNIX TYPE L8: I know it and I will use "LIST -a" as standard list command --> PWD 257 "/" is the current directory. --> TYPE I 200 Type set to: Binary. ==> CWD not needed. --> SIZE File1 213 27 conaddr is: 127.0.0.1 --> PASV 227 Entering passive mode (127,0,0,1,153,252). trying to connect to 127.0.0.1 port 39420 Created socket 4. --> RETR File1 125 Data connection already open. Transfer starting. Length: 27 (unauthoritative) File1 0%[ ] 0 --.-KB/s in 0s Closed fd 4 226 Transfer complete Closed fd 3 2015-07-01 07:46:39 (0.00 B/s) - ‘File1’ saved [0] [I 15-07-01 07:46:39] 127.0.0.1:40621-[anonymous] RETR File1 completed=1 bytes=0 seconds=0.001 [I 15-07-01 07:46:39] 127.0.0.1:40621-[anonymous] FTP session closed (disconnect). Test Passed.