possibly tmpfs bug - part 2

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Fri Jul 3 14:24:18 UTC 2009


works even over localhost

[wojtek at wojtek /tmp]$ cp /bin/sh .
[wojtek at 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 at wojtek /tmp]$ cmp sh sh2
sh sh2 differ: char 1, line 1



More information about the freebsd-hackers mailing list