in reply to Re^2: CWD to directory which name contain spaces
in thread CWD to directory which name contain spaces
Do you see something when you set Debug level higher?
$ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Cannot connect to some.host.name: $@";
|
|---|