I am trying to implement FTP in to an app. I downloaded the net library as instructed and put the files in the .zip where instructed. But FTP does not show up as a an object as the tutorial said it should. I am pretty sure this is simple, but what else do I have to do to reference to a file in the libraries folder
Dim ftp As FTP
It does not recognize FTP as a declarable object.
Thanks
Dim ftp As FTP
It does not recognize FTP as a declarable object.
Thanks