in reply to Re: How can I do a uninterrupted sending of a file
in thread How can I do a uninterrupted sending of a file

Hi
Ok I realize that by FTP is going to be dificult, how about with a Socket having a client sending the files and the Server program in the server, I have done some work with IO::Socket::INET and IO::Socket, using these is there a way to make the transmition resume after the internet went down?
thanks
  • Comment on Re^2: How can I do a uninterrupted sending of a file

Replies are listed 'Best First'.
Re^3: How can I do a uninterrupted sending of a file
by samtregar (Abbot) on Apr 05, 2008 at 03:17 UTC
    Sure. If the designers of the FTP protocol can do it, why not you too? You could even read their specs to learn how they did it: RFC 959. I recommend you call your implementation "FTP-lite" for maximum irony.

    -sam

    A reply falls below the community's threshold of quality. You may see it by logging in.