Author Topic: SFTP client  (Read 3090 times)

Per E. Johannessen

  • Sr. Member
  • ****
  • Posts: 295
  • Karma: +4/-0
    • View Profile
Re: SFTP client
« Reply #15 on: May 23, 2025, 04:03:06 pm »

Dave Yeo

  • Hero Member
  • *****
  • Posts: 5419
  • Karma: +129/-1
    • View Profile
Re: SFTP client
« Reply #16 on: May 23, 2025, 04:31:07 pm »

Rene Hvidsoe

  • Jr. Member
  • **
  • Posts: 59
  • Karma: +2/-0
    • View Profile
Re: SFTP client
« Reply #17 on: June 01, 2025, 07:49:43 am »
Have you tried the client: https://ecsoft2.org/sftpclient


Remy

  • Hero Member
  • *****
  • Posts: 891
  • Karma: +14/-1
    • View Profile
Re: SFTP client
« Reply #18 on: June 01, 2025, 09:08:32 pm »
It wold be interesting to know if using sftp command line (from ssh), it will work.
cmd exemple:  sftp -P 22 userid@serveur_domain:/remote_dir

If it works, than I'll check if pipe mode is usable under rexx and if yes, a simplified GUI could be quickly created ...   
 

updt: For secuyrity raison, psw can't be sent through pipe not put into a batch file.
I give a try using copy/paste and it works ! but how to issue a command (e.g. rexx) to have the "paste" operational  into a specific cmd prompt window under which sftp is started ?
« Last Edit: June 02, 2025, 10:28:36 pm by Remy »

KO Myung-Hun

  • Jr. Member
  • **
  • Posts: 81
  • Karma: +11/-0
    • View Profile
Re: SFTP client
« Reply #19 on: June 02, 2025, 12:49:53 pm »
How about trying to use KSCP ?

https://hobbesarchive.com/?dir=%2F&stype=all&sort=type_name&search=kscp&submit=Search

It's very simple SFTP GUI client.