Re: ftp protocol question
From: James Stevenson (james_at_stev.org)
Date: 04/28/03
- Previous message: Joe Durusau: "Re: ftp protocol question"
- In reply to: Giovanni: "ftp protocol question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 28 Apr 2003 15:57:14 +0100
Hi
well it depends.
If you are using a client and it has a command rm in it. It will only delete
the up to the
point where it stops iirc the DELE ftp command will only take 1 arg
If you were to use SITE rm and execut rm and you loose the connection.
a) if you loose it will a reset and ftpd gets killed the rm should be killed
off as well
b) if you loose routing and there is no way for ftpd to know its lost its
connection
the chances are it will keep executing until the buffers fill up between
rm -> ftpd -> inet sockets
then stop.
"Giovanni" <gcasanoNOSPAM@freemail.it> wrote in message
news:newscache$bwt1eh$c6b$1@frodo.fserver.locale...
> Hi,
>
> I have a tiny question concerning ftp protocol and I'd like to get a smart
> answer:
>
> If I connect to an ftp server and I give a command like:
>
> rm *
>
> What happens if I disconnect from server (i.e. modem hangs, ecc...) while
> command has not yet ended?
> Does it continue to delete files even if I am not connected or does it
stop
> at the disconnect time?
>
> Thanks in advance for your answer.
>
> --
> Giovanni Casano
- Previous message: Joe Durusau: "Re: ftp protocol question"
- In reply to: Giovanni: "ftp protocol question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|