in reply to Re^4: Net::FTP pwd bug?
in thread Net::FTP
Directly and it seems to work... (I get the path!)my $path = $ftp->pwd() or die "pwd failed: " . $ftp->code() . ": " . $ftp->message(); print "$path\n";
What was I doing wrong?
Edit Da der I forgot to print the path! I got it now
|
|---|