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.
sftp from mainframe to windows
Re: sftp from mainframe to windows
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.
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.