I used the following VBA code in Excel Marco togther with the Script code in Uploading CSV file through FTP server, Workes fine.
Shell "ftp -v -i -s:C:\Script\scriptST1.ftp mydomain.com"
But now the Server changed from FTP to SFTP (secured).
Should i simply change to the following by Adding "S" to" FTP"?
ie.
Shell "Sftp -v -i -s:C:\Script\scriptST1.Sftp mydomain.com"???
Thanks for your help.
If you are going to be using SFTP there will probably be requirements for usernames, passwords and keys. Take a look at WinSCP - it is free and easy to script. The documentation on the website is excellent. The link is http://winscp.net/eng/index.php
Hope this helps.
Anthony
Pack my box with five dozen liquor jugs
PS: Remember to mark your questions as Solved once you are satisfied. Please rate the answer(s) by selecting the Star in the lower left next to the Triangle. It is appreciated”
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks