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
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