Link to home
Start Free TrialLog in
Avatar of ahmad1467
ahmad1467Flag for United States of America

asked on

Running Automated SFTP processes

I currently have a customer that we connect to their FTP and copy over files, this process is done using Windows Scheduler. How this works is Win Scheduler runs a batch file that looks at a script, in this script a FTP connection is made with credentials to the client server and files are copied from our server to theirs. This would work find but now the client wants us to use port 22 instead of 21. Do you know of a FTP client that will support an SSH connection and run an automated script to move theses files?

Thanks
Avatar of NVIT
NVIT
Flag of United States of America image

Have you seen filezilla? It can run via GUI or command line. https://wiki.filezilla-project.org/Command-line_arguments_(Client)

Or, WinSCP: http://winscp.net/eng/docs/scripting
ASKER CERTIFIED SOLUTION
Avatar of Bill Bach
Bill Bach
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial