IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

FTP - connect with certificate, no password


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mortalis

New User


Joined: 05 Mar 2020
Posts: 1
Location: Poland

PostPosted: Fri Apr 02, 2021 2:27 am
Reply with quote

HI,
I need upload file to server, but without using password to log in. What parameters i need choose - keyring?

Will someone direct to documentation describe this case?


Code:

//JOBTEST0 JOB ACTSO,00000000,                                   
//            NOTIFY=&SYSUID,                                   
//            MSGCLASS=X,                                       
//            MSGLEVEL=(1,1)                                                                       
//***********************************************************
//FTP      EXEC PGM=FTP,PARM='(EXIT=5,TIMEOUT=500,KEYRING=NAME' 
//SYSPRINT DD SYSOUT=*                                           
//SYSIN    DD *                                                 
IP_ADDRESS PORT                                               
ANONYMOUS                                                       
USERPASSWORD                                                     
SENDSITE                                                         
PUT 'FILE.NAME.TEST' +                                         
FILE.TXT                                                         
QUIT                                                             
/*                                                               
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Fri Apr 02, 2021 3:09 am
Reply with quote

your security group should be involved, they know how the system is configured
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Connect Direct 6.3 for Z/OS All Other Mainframe Topics 20
No new posts Getting TWA in CICS program while con... CICS 14
No new posts Unable to connect FTP over TLS from z... All Other Mainframe Topics 5
No new posts Connect:Direct Add yesterday date in ... All Other Mainframe Topics 3
No new posts ZOS Connect EE Vs z/OS client web ena... All Other Mainframe Topics 4
Search our Forums:

Back to Top