FTP problem

Hello, in the past I used Net::FTP for ftp and had no problems, however if I try to connect to a ftp url like [link] I can't connect? $ftp = Net::FTP->new($url, Debug=>1 [, Passive=>1]) or die 'cannot conect'; Any ideas what the problem is?