SFTP in Macro Scheduler

General Macro Scheduler discussion

Moderators: Dorian (MJT support), JRL

Post Reply
winstein
Pro Scripter
Posts: 84
Joined: Mon Nov 26, 2012 3:44 pm

SFTP in Macro Scheduler

Post by winstein » Thu Jan 31, 2019 3:01 am

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.
PPQ

User avatar
Meryl
Staff
Posts: 124
Joined: Wed Sep 19, 2012 1:53 pm
Location: Texas
Contact:

Re: SFTP in Macro Scheduler

Post by Meryl » Mon Feb 04, 2019 2:43 pm


User avatar
Marcus Tettmar
Site Admin
Posts: 7393
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: SFTP in Macro Scheduler

Post by Marcus Tettmar » Tue Feb 05, 2019 1:45 pm

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?

robsmith
Newbie
Posts: 17
Joined: Mon Oct 30, 2023 2:12 pm
Location: USA

Re: SFTP in Macro Scheduler

Post by robsmith » Fri Aug 09, 2024 5:04 am

I like using LabelToVar to store a powershell script that relies on the winscp assembly.
https://winscp.net/eng/docs/library_powershell#example

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts