upload files

yea ive seen that page but it just looks too much for my purpose. I'm just a newbie :-) and why would this return object reference not set to an instance of an object?

Dim answer As Integer
Dim ChilkatFTP1 As CHILKATFTPLib.ChilkatFTP
myftp.Hostname = "www.chilkatsoft.com"
myftp.Username = "username"
myftp.Password = "password"
Dim success As Long
answer = myftp.Connect()
 
Back
Top