I've got a method that handles posting my updates to the main company server using wwFTP. It's been working fine for years but they just upgraded the server box to a new machine running 2008 Server. The server URL and account credentials remained the same but I can no longer connect - the following line returns an error code of 1:
oFTP.FTPConnect("ftp.aceware.com",cLogon,cPwd)
I can bring that site up in a browser and get in using the same logon and pwd I trying above.
Any suggestions as to where to start on this?
--stein