Ticket #1238: ftp.bug

File ftp.bug, 2.2 KB (added by bouncer, 17 years ago)

ftp operation described in ticket.

Line 
1
2Welcome to the Haiku shell.
3
4~>
5~>pwd
6/boot/home
7~>ftp 192.168.1.110
8Connected to 192.168.1.110.
9220 mynewmachine FTP server (Version 5.60) ready.
10331 Password required for baron.n
11Password:
12230 User baron logged in.
13Remote system type is UNIX.
14Using binary mode to transfer files.
15Name collision between pcansi-mono25 pcansi-25
16Name collision between pcansi-mono33 pcansi-33
17Name collision between pcansi-mono43 pcansi-43
18Name collision between pc3 pc3-bold
19ftp> cd ipro1000
20250 CWD command successful.
21ftp> lcd ipro1000
22Local directory now: /boot/home/ipro1000
23ftp> get driver.c
24local: driver.c remote: driver.c
25227 Entering Passive Mode (192,168,1,110,192,46)
26150 Opening BINARY mode data connection for driver.c (5102 bytes).
27 0% | | 0 0.00 KB/s --:-- ETAftp: netin: Interrupted system call
28 0% | | -1 0.00 KB/s --:-- ETA
29226 Transfer complete.
30ftp>
31
32ftp> get Test.file.h
33local: Test.file.h remote: Test.file.h
34227 Entering Passive Mode (192,168,1,110,192,72)
35150 Opening BINARY mode data connection for Test.file.h (1446 bytes).
36100% |*************************************| 1446 976.56 KB/s 00:00 ETA
37226 Transfer complete.
381446 bytes received in 00:00 (58.69 KB/s)
39ftp> get Test.file.h
40local: Test.file.h remote: Test.file.h
41227 Entering Passive Mode (192,168,1,110,192,73)
42150 Opening BINARY mode data connection for Test.file.h (1445 bytes).
43100% |*************************************| 1445 994.45 KB/s 00:00 ETA
44226 Transfer complete.
451445 bytes received in 00:00 (33.40 KB/s)
46ftp>
47ftp>
48ftp> get Test.file.h
49local: Test.file.h remote: Test.file.h
50227 Entering Passive Mode (192,168,1,110,192,74)
51150 Opening BINARY mode data connection for Test.file.h (1447 bytes).
52 0% | | 0 0.00 KB/s --:-- ETA
53226 Transfer complete.
54ftp> get Test.file.h
55local: Test.file.h remote: Test.file.h
56227 Entering Passive Mode (192,168,1,110,192,75)
57150 Opening BINARY mode data connection for Test.file.h (1446 bytes).
58100% |*************************************| 1446 9.25 MB/s 00:00 ETA
59226 Transfer complete.
601446 bytes received in 00:00 (63.23 KB/s)