Help for this page
Client code: my $url = "https:\/\/acct:pass\@ftp.mydomain.com/cgi-bin/upload.pl"; ... ] ); print $res->content, "\n";
## open of the file on server open(FILE,">$upload_dir/$file_name") || &Error("Error opening file $fi +le_name for writing, error $!", 1); ... { last; }