In Macro Scheduler, there are functions for FTP based on what I have seen in the help file. Does Macro Scheduler support SFTP? If so, are there any differences between both FTP and SFTP in terms of how the code is written?
Thank you for reading.
SFTP in Macro Scheduler
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: SFTP in Macro Scheduler
Macro Scheduler supports FTP over SSL/TLS but does NOT support SFTP. SFTP is FTP via SSH which is a whole different thing. We recommend use of WinSCP or Putty via command line from Macro Scheduler if you want to use SFTP.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Re: SFTP in Macro Scheduler
I like using LabelToVar to store a powershell script that relies on the winscp assembly.
https://winscp.net/eng/docs/library_powershell#example
https://winscp.net/eng/docs/library_powershell#example