Sorry to post 2 times in a row.
But i'm so confused. Why doesn't it all just work? hehe
The thing is, Magret's Automated FTP Library looks great! I would love to use it and implement this in my app! But the libray just doesn't work? I've deleted and re added the FTP library and also the NET library. If I checked correctly the NET is more recent than the FTP one.
Anyhow for example
NET library checked FTP unchecked
written code in the Download_Click sub
If FTP.WiFi_IsConnected Then
after compiling and running
Compiling code. Error
Error compiling program.
Error description: Unknown member: wifi_isconnected
Occurred on line: 106
If FTP.WiFi_IsConnected Then
Word: wifi_isconnected
I know wifi_isconnected should works because this is written in Magret's thread post and
this reply on her thread
Every ftp. ... That doesn't give an error
ftp.downloadfile
ftp.uploadfile
ftp.close
ftp.deletefile
ftp.initialize
ftp.isinitialized
ftp.list
ftp.passivemode
ftp.sendcommand
ftp.useSSL
And most of them i'm already using in my code and works like it should.
Looking at the forum thread Magret posted, there's alot more that just that.
If I uncheck NET and Check FTP . NOTHING works.... Tried everything Erel. I really need some help. Really Really hope you can help!
I think it'll be a mistake only newbies make. But everyone start off being a newbie

!
Also I would like to add that i'm basing myself on a thread you posted in 2007
here is the link.
Michael