Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PC to iSeries FTP

Status
Not open for further replies.

jezmondo

IS-IT--Management
Aug 24, 2001
23
GB
Hi

I've created a script that uploads a .txt file to an iSeries, however the data contains spurious 'spaces'. For example "hello" is shown as " h e l l o ".
Here's my script:

username
password
cd <mydir> (iSeries Directory)
put
C:\<filename>.txt (local filename on NT PC)
<filename> (filename on iSeries)
bye

this is kicked by running a Batch file containing:

ftp -s:<script>.txt <system nane>

Any ideas?

Thanks

J
 
Is this perhaps a DOS to EBCDIC (or whatever) translation problem? Sorry - don't know much about the i series, but you could Google for a converter. HTH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top