Gossamer Forum
Home : General : Perl Programming :

Post deleted by youradds

Quote Reply
Post deleted by youradds
Quote Reply
Re: Net::FTP In reply to
hypermart servers need to be like..

server##.hypermart.net

umm...

so change:

$ftp =Net::FTP->new("youraddss.hypermart.net", Debug => 0);
..

you need to change the youradds.hypermart.net to the correct server..

you can try

$ftp =Net::FTP->new("206.253.222.115", Debug => 0);

which is the ip i got doing a PING

Jerry Su
widgetz sucks
Quote Reply
Re: Net::FTP In reply to
umm.. i found out 206.253.222.115 is server24..

$ftp =Net::FTP->new("server24.hypermart.net", Debug => 0);

would do the same as using the IP..

Jerry Su
widgetz sucks
Quote Reply
Re: Net::FTP In reply to
Thanks for your help, but it turned out easier than i thought. It turned out to be that you don't need a / is you are using the base directory (like hypermart.net do!). I have made the mods to the script and it all seems to work now!!!

Thanks anyway

Andy