data lost while transfer

data lost while transfer

am 13.09.2004 09:34:15 von ankitjain1580

hi

well i had logged on a remote system as a XYZ
user(telnet)

by mistake i had logged up as FTP on the same system

i had used get command ot copy a file try.c from that
system to my system which was again the remote system.

the file trasffered successfully but size was 0 byte

can i retrieve it?

i dont get why the size is 0?

ankit

____________________________________________________________ ____________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html

RE: data lost while transfer

am 13.09.2004 11:56:16 von ankitjain1580

Try to understand again

There is ABC system remotly present

on this ABC system i have logged in as a XYZ user with
the help of telnet

now i later forgot that i am on that system

i wanted to bring a file try.c on my(KKK) system

since i felt i am on my(KKK) system i used ftp to
bring it from that system means again logged in that
system with ftp

so i used get command to copy it. it said in the end
trasfer complete by telling how many bytes
trasffered(which was a non zero number)

but later said that file size is 0 byte

now my file was of 0 byte only

there is any possibility to get back the file?

thanks

ankit


--- Gurjiv Singh wrote:
> How can u get the file using telnet????
> U probably need ftp....
> Connect to the remote system using FTP
> And after supplying the Username and password
> Type bin on FTP prompt
> Then use mget to get the try.c
>
>
> -----Original Message-----
> From: linux-admin-owner@vger.kernel.org
> [mailto:linux-admin-owner@vger.kernel.org] On Behalf
> Of Ankit Jain
> Sent: Monday, September 13, 2004 12:34 AM
> To: linux-admin@vger.kernel.org
> Cc: gcc
> Subject: data lost while transfer
>
> hi
>
> well i had logged on a remote system as a XYZ
> user(telnet)
>
> by mistake i had logged up as FTP on the same system
>
> i had used get command ot copy a file try.c from
> that
> system to my system which was again the remote
> system.
>
> the file trasffered successfully but size was 0 byte
>
> can i retrieve it?
>
> i dont get why the size is 0?
>
> ankit
>
>
____________________________________________________________ ____________
> Yahoo! Messenger - Communicate instantly..."Ping"
> your friends today! Download Messenger Now
> http://uk.messenger.yahoo.com/download/index.html
> -
> To unsubscribe from this list: send the line
> "unsubscribe linux-admin"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at
> http://vger.kernel.org/majordomo-info.html
>
>

____________________________________________________________ ____________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: data lost while transfer

am 13.09.2004 19:34:55 von cditrani

On Mon, 2004-09-13 at 05:56, Ankit Jain wrote:
>
> now my file was of 0 byte only

Try ftp with the -p option. If this works and you're curious about why,
research ftp passive mode.


>
> there is any possibility to get back the file?

Only if is still exists on the source machine.

CD



-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html