Oh whoopse. Forgot to take outta my code... Hold on...
It shold have been taken out. The reason why it was there was i built of an ftp file sender.
Before I post it again is it ok to have this code in it? It connects to the web for the MOTD, just viewed on my drop box.
Dim wc As New Net.WebClient
text_ = wc.DownloadString("https://dl.*******userconten*****m/u/16898470/Motd_Rapid.txt")
Or shall I take it out?
As I noticed its in the codes above.
Sorry for the troubles I tend to screw around in my programs allot... I'm learning VB and when I find out a new thing I throw it into a program thats the reason there is that unused code.