in reply to Re^3: Net::FTP pwd bug?
in thread Net::FTP
my $path = $ftp->pwd() or die "pwd failed: " . $ftp->code() . ": " . $ftp->message(); print "$path\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Net::FTP pwd bug?
by mikeock (Hermit) on Oct 12, 2005 at 23:17 UTC |