- or download this
#!/usr/local/bin/perl
...
my $remote = q{032/docroot/test.html};
$success = $ftp->put($local, $remote);
print $ftp->message;
- or download this
FTP Server ready.
User u41576016 logged in
Type set to A
Opening ASCII mode data connection for 032/docroot/test.html
Transfer complete
- or download this
<html
<head
...
<h1>ftp test</h1
</body
</html>
- or download this
<html>
<head>
...
<h1>ftp test</h1>
</body>
</html>