FTP Script Questions

1

Example of FTP script
Please provide me with an example of iSeries script in QFTPSRC file.

Answer Question   |  February 14, 2013  3:34 PM
FTP Script
asked by:
10 pts.

FTPUSER Without the Initial Library List
[strong]Hi friends, How can I configure a UserProfile  without the Initial Library List.[/strong]   This user was configured below: User profile . . . . . . . . . . > FTPUSR        Name                     User password  . . . . . . . . .   *SAME         Character value, *SAME, * Set password to expired  . [...]

Answer Question   |  September 3, 2010  10:16 PM
FTP, FTP management, FTP permission, FTP Script, Library List
asked by:
610 pts.

AS400 – FTP (put & get) files size compare.
Hi, i have created a ftp scritp to put & get (back trasferred file) then compare them using CL program. ie: FTP Script PUT FROM_LIBRARY/FROM_FILE TO_LIBRARY/TO_FILE GET FROM_LIBRARY/FROM_FILE QTEMP/TO_FILE CL pgm 1) RTVMBRD FILE(FROM_LIBRARY/FROM_FILE) NBRCURRCD(&NBRCURRCD) DTASPCSIZ(&DTASPCSIZ) 2) RTVMBRD FILE(QTEMP/TO_FILE) NBRCURRCD(&NBRCURRC2) DTASPCSIZ(&DTASPCSI2) 3) Compare results I FTP’ed to UNIX SERVER and in some cases #of records [...]

Answer Question   |  August 3, 2009  10:31 PM
AS/400 FTP, CL Program, FTP Script, Unix Servers
asked by:
45 pts.

ftp transfer
Hi I have a txt file which needs to be sent using FTP.The FTP acript will be in a seperate file.The put command in the FTP script should be updated with the latest txt file on a daily basis sio that the latest file is sent.How do i do that?Also how to i check for [...]

Answer Question   |  January 6, 2009  4:17 PM
FTP, FTP Failures, FTP Script, FTP Send Notifications
asked by:
0 pts.

1