Re: VB code doesn't transfer files, why?
My open statement is as follows: "open sftp//myUserName:myPassword@ftp://sftp.myPlace.com"
What did you based this syntax on? (asking just so that I can improve the doc if necessary)
Should probably be:
open sftp://myUserName:myPassword@sftp.myPlace.com
or
open sftp://myUserName:myPassword@myPlace.com