in reply to Re^3: Can I use Perl to move an entire HTML file on a different server?
in thread Can I use Perl to move an entire HTML file on a different server?

The HTTP protocol cannot move or write files

well, actually, it can, the PUT method allows to upload files and the HTTP WebDAV extension adds suport for most filesystem operations.

  • Comment on Re^4: Can I use Perl to move an entire HTML file on a different server?

Replies are listed 'Best First'.
Re^5: Can I use Perl to move an entire HTML file on a different server?
by kjg (Sexton) on Apr 13, 2006 at 14:42 UTC
    Yes, but I'm not using HTTP in that way, just as part of a file address.