1. Moshe Tangi
  2. PowerBuilder
  3. Sunday, 12 May 2019 07:48 AM UTC

Hi all

 

I need to send files via SFTP .

It can be done by PB ? maybe without using 3'rd party program ?

 

Its a client / server application using pb 2017 r3 

 

Thanks

 

 

Who is viewing this page
Brad Mettee Accepted Answer Pending Moderation
  1. Tuesday, 14 May 2019 13:32 PM UTC
  2. PowerBuilder
  3. # 1

If you're ok with using a free to distribute, but pay for developer tool, check out SocketTools.com. They have an Active-X suite that includes an FTP/SFTP control (client and server version) that makes transfers easy to manage.

We've used a large number of their tools, including FTP/SFTP, and they're extremely robust, and very easy to work with.

Comment
There are no comments made yet.
René Ullrich Accepted Answer Pending Moderation
  1. Monday, 13 May 2019 06:27 AM UTC
  2. PowerBuilder
  3. # 2

I have used Puttys SFTP commandline tool.

Comment
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Sunday, 12 May 2019 14:46 PM UTC
  2. PowerBuilder
  3. # 3

My FTP app is based on WinInet which does not support SFTP.

This free app does and comes with an ActiveX control that you can use from PowerBuilder. I have WinSCP installed but I haven't tried the control. I know that other PowerBuilder devs have used it.

https://winscp.net/eng/index.php

 

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Sunday, 12 May 2019 13:01 PM UTC
  2. PowerBuilder
  3. # 4

Hi Moshe;

  Give this PB code a try ... http://www.topwizprogramming.com/freecode_ftpclient.html

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.