Understanding sftp in IBM i (AS400) | yusy4code

Sdílet
Vložit
  • čas přidán 19. 11. 2018
  • In this video I have explained the genral conecept of sftp and how do we connect from IBM i to other system using SFTP.
    Reference for key generation:
    www-01.ibm.com/support/docview...
    #sftpinas400 #ibmisftp
  • Věda a technologie

Komentáře • 36

  • @ktheeck
    @ktheeck Před 5 lety +1

    Great video but last part of it is cut over where you are describing how to create the keys.

    • @yusy4code
      @yusy4code  Před 5 lety +2

      Yes Kevin, I think the video stopped recording. Anyway you can get that info from below link
      www-01.ibm.com/support/docview.wss?uid=nas8N1012710

  • @outandabout4812
    @outandabout4812 Před 4 lety

    Massive thanks for all of your AS/400 videos!

  • @PGMRJT
    @PGMRJT Před 4 lety

    Video was very helpful. Thank you for posting it!

  • @krishnavenimuthusamy8239

    Great explanation!

  • @gayanperera3156
    @gayanperera3156 Před 5 lety

    Thank you very much..very helpful tutorial 👌 Mohammed

  • @TheHosein786
    @TheHosein786 Před 3 lety

    Thank you for the video, it was very helpful .

  • @JorgeLuis-eq7fc
    @JorgeLuis-eq7fc Před 4 lety

    Excelente. Mohamed.

  • @RNUNEZS
    @RNUNEZS Před 3 lety

    good work . Thanks!

  • @krishnachaitanyapulicharla82

    YOUR early response is highly appreciated.Thanks.

  • @kokilakoki3381
    @kokilakoki3381 Před 3 lety

    Spr 😊

  • @prasannabalimidi4544
    @prasannabalimidi4544 Před rokem

    thanks bro

  • @tp9220
    @tp9220 Před 4 lety

    Thanks !!! Is there a IBM supplied file that captures name object , time of transfer, bytes transferred so that I can review when ever necessary may be after one month of transfer ? Please reply

  • @PhilSS
    @PhilSS Před 3 lety

    How do you exit out of qsh at the end of a program? I do a bye in my script but at the end of the program I have to hit F3 to exit qsh.

  • @l.sunithareddy1935
    @l.sunithareddy1935 Před rokem

    Thanks for video can u help in setting up ssh key using strqsh command

  • @carlodemaria1102
    @carlodemaria1102 Před 3 lety

    Hi Mohammed
    I have configured an SFTP session with a remote server, I suppose that it is a windows server but I don't have other info about
    If the remote user put a file on the shared directory sees the right date and the right actual hour.
    If I connect to the same directory with call qp2term (interactively) and make the command ls -l I see the same file with an less 1 hour so for example if the file is dated 11:38 I see 10:38
    Have you never seen this difference ? Could you reply to me how to fix it ?
    thx

  • @sumayyaj9194
    @sumayyaj9194 Před 4 lety

    Hello sir,
    How to send files from one server (UAT) to another server production(AS400) using SFTP.

  • @maruthaiyanm5793
    @maruthaiyanm5793 Před 5 lety

    I am sending a 68 row length flat file to a UNIX box, last 26 chars are blank so when they get to the unix box they get lost., In FTP - subcommand: LOCSITE TRIM 0 used to avoid the same (Unix receives the blanks aswell using this cmd) , but not sure for SFTP?

    • @yusy4code
      @yusy4code  Před 5 lety

      I don't think SFTP wil drop or trim trailing spaces inside the file. Have you tried this?

  • @andyarboleda6754
    @andyarboleda6754 Před 9 měsíci

    What do you do if the target does not use port 22?

  • @rajasekarn3718
    @rajasekarn3718 Před měsícem

    Hi, how to send files to another server via SFTP from AS400

  • @Sureshparmar92
    @Sureshparmar92 Před rokem

    In that possible to transfer data from Mainframes to other using SFTP ?

  • @carlodemaria1102
    @carlodemaria1102 Před 4 lety

    Hi Mohammed, is possible create a batch script file to run via shell as SFTP that accept one or two parameters ? I need to create an automatic batch script file passing the name of the file to run on as/400 as sftp to get/put from a remote server.
    thx

    • @yusy4code
      @yusy4code  Před 4 lety

      I think the easier way is to create a CL program with whatever the parameter you want and framing the sftp script in the program and execute it. It is very common practice when we want dynamic sftp command to be executed.

    • @carlodemaria1102
      @carlodemaria1102 Před 4 lety

      Do you mean a program that write a script file on IFS and then run the script file ?

    • @yusy4code
      @yusy4code  Před 4 lety

      Carlo De Maria yes exactly

  • @gimchong
    @gimchong Před 4 lety

    Hello sir, is it possible for me to sftp a physical file from QGPL in AS400 to an external server?

    • @smart4d
      @smart4d Před rokem

      Using any SFTP client will do that

  • @MrTuzzo77
    @MrTuzzo77 Před rokem

    Hi thanks for you helpful video. How can i get id_rsa files and known_hosts? Thanks

    • @yusy4code
      @yusy4code  Před rokem +1

      Generally it will be inside .ssh folder inside ur home directory, we should be able to see / copy file like any other file

  • @krishnachaitanyapulicharla82

    Hi Yusuf, i need how to install IBM I Client Access 7.1 in my machine , i tried to so many times , i got a message like your system need to be reboot .after rebooting the system then i got same message A SYSTEM RESTRAT IS PENDING,YOU MUST RESTART THE SYSTEM BEFORE INSTALLING THE IBM I ACCESS FOR WINDOWS 7.1

    • @yusy4code
      @yusy4code  Před 4 lety

      Check this one czcams.com/video/mH2MODXwxMw/video.html

  • @premkumar-jy2jv
    @premkumar-jy2jv Před 5 lety

    Hi
    Please help me i need RPG3 videos its very important Like ( O-Spec ,I,E and all spec in RPG3)
    Please send me today it self)

    • @yusy4code
      @yusy4code  Před 5 lety +1

      Hi Prem, I have not worked much with RPG III, the only time I spent on is analyzing any existing programs. Also it is not recommended to write new code in RPG III since it is more than 20 years old.