Error with FTPSimplicit (General questions)
I get the following error logging into a FTPSimplicit site
Please set login, and password/certificate first
oFTP.Blocking = True
oFTP.Hostname = URL
oFTP.Login = Bob
oFTP.Passive = 0
oFTP.Password = Bob'sPassword
oFTP.Port = 990
oFTP.Protocol = 4
oFTP.RemotePath =
oFTP.Timeout = 120
oFTP.Connect()