Ftp problem
Posted: Tue Sep 30, 2008 11:31 am
Hello,
why it's impossible to use this server with purebasic ftp?
The server is ok with filezilla, dos command, and with
strange !
why it's impossible to use this server with purebasic ftp?
Code: Select all
InitNetwork()
FtpCo=OpenFTP(#PB_Any,"e0srp01u.ecs.nasa.gov","anonymous","")
Code: Select all
OpenNetworkConnection("e0srp01u.ecs.nasa.gov", 21,#PB_Network_TCP)