in reply to Re: CWD to directory which name contain spaces
in thread CWD to directory which name contain spaces

Thank you for your answer! Unfortunately it also doesn't work for me. I really don't understand what happening. When i try perform the same commands in cli like:

ftp> cd "/Folder/Somefolder/ONE TWO Three/_Some_Path/ONE TWO Three Pat +h1"
everything is ok. directory is changing. But execution the same commands through script doesn't work.

Replies are listed 'Best First'.
Re^3: CWD to directory which name contain spaces
by remiah (Hermit) on Aug 27, 2012 at 21:00 UTC

    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: $@";