Page 1 of 1

Ftp problem

Posted: Tue Sep 30, 2008 11:31 am
by pif
Hello,

why it's impossible to use this server with purebasic ftp?

Code: Select all

InitNetwork()
FtpCo=OpenFTP(#PB_Any,"e0srp01u.ecs.nasa.gov","anonymous","")
The server is ok with filezilla, dos command, and with

Code: Select all

OpenNetworkConnection("e0srp01u.ecs.nasa.gov", 21,#PB_Network_TCP)
strange !