GLBasic forum

Main forum => GLBasic - en => Topic started by: mentalthink on 2010-Sep-25

Title: HI, own I connect to my Ftp, and download//upload files to my Server
Post by: mentalthink on 2010-Sep-25
Hi there,
how I can connect to my Ftp, and read the information of a directory, well, download in example a image or file into my computer, I try to use netwebget, but not succes.

Exist some library for make this action, some like ftp lib for gLbasic.

Thanks,
Kinds Regards,
Iván J.
Title: Re: HI, own I connect to my Ftp, and download//upload files to my Server
Post by: mentalthink on 2010-Sep-25
HI Ocean, thanks for you reply.
Well I solvented tthe trouble whit the librarie of Trucidare , (  Thanks so much Trucidare)

The library is very usefull and easy to implement, but now I´ve got another trouble and is:
Own I get it the name´s of the files from the FTP, I try whit setcurrentDir command, but only works in local.

Kind Regars, Ocean.
Iván J.
Title: Re: HI, own I connect to my Ftp, and download//upload files to my Server
Post by: Kitty Hello on 2010-Sep-27
FTP is a different file protocol. NETWEBGET does not work.
Be aware that when using FTP in a public application, the password you tranfer can easily be peeked from the sent  bytes!