Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2009 16:09:47 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        freebsd-hackers@freebsd.org
Subject:   possibly tmpfs bug - part 2
Message-ID:  <alpine.BSF.2.00.0907031609290.13026@wojtek.tensor.gdynia.pl>
In-Reply-To: <alpine.BSF.2.00.0907031606080.12980@wojtek.tensor.gdynia.pl>
References:  <alpine.BSF.2.00.0907031606080.12980@wojtek.tensor.gdynia.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0907031609290.13026>