ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

CL for FTP -> SFTP transfer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CL for FTP -> SFTP transfer

    Hi guys,
    I have to do secured FTP to transfer a file to another server, I don't have all the details about this server and I don't have a very large knowledge about SFTP.
    Until now I did simple FTP, some CL programm, to transfer files to another servers.
    Are there major difference between ftps&ftp?

    For simple FTP I made in the past something like this, in the file I had the ftp commands:

    PGM PARm

    CLRPFM FILE(OUTPUTC)
    OVRDBF FILE(INPUT) TOFILE(INPUTC)
    OVRDBF FILE(OUTPUT) TOFILE(OUTPUTC)

    FTP RMTSYS(ip_server)


    ENDPGM

    Could you help me with some guidance please? Thanks in advance.

  • #2
    Re: CL for FTP -> SFTP transfer

    Search this forum for SFTP, lots of previous threads should help you.

    Comment

    Working...
    X