possibly tmpfs bug - part 2

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <freebsd-hackers@...>
Date: Friday, July 3, 2009 - 10:09 am

works even over localhost

[wojtek@wojtek /tmp]$ cp /bin/sh .
[wojtek@wojtek /tmp]$ ftp localhost
Trying ::1...
Connected to localhost.
220 wojtek.tensor.gdynia.pl FTP server (Version 6.00LS) ready.
Name (localhost:wojtek):
331 Password required for wojtek.
Password:
230 User wojtek logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> get sh sh2
local: sh2 remote: sh
229 Entering Extended Passive Mode (|||59220|)
550 sh: No such file or directory.
ftp> cd /tmp
250 CWD command successful.
ftp> get sh sh2
local: sh2 remote: sh
229 Entering Extended Passive Mode (|||63477|)
150 Opening BINARY mode data connection for 'sh' (114688 bytes).
100% |***********************************************************|   112 
KB   56.87 MB/s    00:00 ETA
226 Transfer complete.
114688 bytes received in 00:00 (51.91 MB/s)
ftp> ^D
221 Goodbye.
[wojtek@wojtek /tmp]$ cmp sh sh2
sh sh2 differ: char 1, line 1

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
possibly tmpfs bug, Wojciech Puchar, (Fri Jul 3, 10:07 am)
Re: possibly tmpfs bug, Mikolaj Golub, (Fri Jul 3, 5:41 pm)
possibly tmpfs bug - part 2, Wojciech Puchar, (Fri Jul 3, 10:09 am)