in reply to Re^2: 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

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.

  • Comment on Re^3: How to upload file to FTP server via proxy with LWP::UserAgent