in reply to Re: How to upload file to FTP server via proxy with LWP::UserAgent
in thread How to upload file to FTP server via proxy with LWP::UserAgent

I tried to search for PUT method but failed to get anything.
I also tried to use Net::FTP module but seems it does not support FTP over HTTP.
Any help appreciated.
  • Comment on Re^2: How to upload file to FTP server via proxy with LWP::UserAgent

Replies are listed 'Best First'.
Re^3: How to upload file to FTP server via proxy with LWP::UserAgent
by Anonymous Monk on Nov 06, 2009 at 08:21 UTC
    es not support FTP over HTTP.

    Even the services that offer FTP over HTTP, talk FTP to the FTP server, because that is what FTP server expects.

Re^3: How to upload file to FTP server via proxy with LWP::UserAgent
by Anonymous Monk on Nov 06, 2009 at 08:22 UTC