timtrust123
Programmer
Yes I know......Its beginner stuff but that what i am...
I need to change that port address on a FTP connection but seem unable to do it. My code looks like
$ftp = Net::FTP->new(hostname);
$ftp-> port(6667);
$ftp->login(username, password) ;
Please please help
I need to change that port address on a FTP connection but seem unable to do it. My code looks like
$ftp = Net::FTP->new(hostname);
$ftp-> port(6667);
$ftp->login(username, password) ;
Please please help