Ftp problem

Just starting out? Need help? Post your questions and find answers here.
pif
New User
New User
Posts: 6
Joined: Sat Jun 21, 2008 1:06 pm

Ftp problem

Post 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 !