I pretty much got this figured out I think but when I connect and send:
eFTPConnection.CreateDirectory("New Folder")
I get the following error
Object reference not set to an instance of an object.
I dont know if its my server or the createDirectory method
The above error is usually looking for a new instance I think however I connnect fresh everytime and close the connection. I tried creating a string variable, I tried eliminating the space between the words. Any Ideas?