sftp from mainframe to windows

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
tsgb25
Posts: 8
Joined: Thu Feb 06, 2014 6:22 am

sftp from mainframe to windows

Post by tsgb25 »

We need to sftp files from a z/OS mainframe to a windows server. However we need the file to go do a different drive designation than the default C: drive on the windows server, i.e the E: drive.
Does anyone know how to accomplish this - we are running release 2.3.0 of COZ.
Thanks.
dovetail
Site Admin
Posts: 2025
Joined: Thu Jul 29, 2004 12:12 pm

Re: sftp from mainframe to windows

Post by dovetail »

This would depend on the SFTP server product that you are using on Windows.

Any SFTP client, including the CO:Z SFTP client which is based on OpenSSH can send POSIX-style directory paths.

It would be the same as any Unix-based OpenSSH SFTP client, and depend on how your Windows SFTP server product allows you to specify "drives" as part of a file path.
Post Reply