in reply to Logging a ftp session
should do the trick.#!/usr/bin/perl -w use strict; use Net::FTP; $ftp = Net::FTP->new("foo.bar.com", Debug => 1) or die "Cannot connect to foo.bar.com: $@"; ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |