× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I'm curious now. Would passing the BINARY command to the FTP server help
avoid the encoding issues, or would you still have to explicitly work with
the correct encoding depending on the files to be transferred?

I ask because I helped a developer set up a scheduled job that runs an sFTP
transfer each night (using keys for authentication). The job calls a program
that has a CL command which calls bash script, as described at this IBM
article, and I never had to dabble with encoding.
https://www.ibm.com/support/pages/node/684869

The CL command is the following:
QSH CMD('/QOpenSys/usr/bin/sh -c "/path/to/shell/script/sftp.sh"')

The bash script is the following:
#!/QOpenSys/pkgs/bin/bash

sftp user@xxxxxxxxxxxxxx << EOF
binary
cd transfer
lcd /local/path/to/file
put *.*
exit
EOF


-----------------------------------------
Jacob Banda
-----------------------------------------

date: Fri, 18 Jun 2021 14:57:08 +0000
from: "Roche, Bob" <broche@xxxxxxxxxxxxxxxxx>
subject: Re: [IBMiOSS] [EXTERNAL] Re: sFTP File Transfer Failure

Definitely check the CCSID of the file. Unlike FTP, sFTP will not convert
the EBCDIC data to whatever the other end needs. We just started using sFTP
with a business partner and use 819 for the file we send.

From: OpenSource <opensource-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Jim
Oberholtzer
Sent: Friday, June 18, 2021 8:30 AM
To: IBMi Open Source Roundtable <opensource@xxxxxxxxxxxxxxxxxx>
Subject: [EXTERNAL] Re: [IBMiOSS] sFTP File Transfer Failure

CCSID of the job/file?

Jim Oberholtzer
Agile Technology Architects


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.