Re: [twsocket] FTP over SSH

2017-10-19 Thread ROQUES Guillaume

Hi,

@Angus : We were thinking to script filezilla or Winscp because it don't 
worth a developement for now.


@Peter : Great links !! Thanks ! We'll keep in mind if we have more 
customer who need this kind of transfer :)


Have a nice day both of you,

Kind regards

Guillaume


Le 18/10/2017 à 17:54, pe...@bgdn.net a écrit :
  


You can use WinSCP library for that:
https://winscp.net/eng/docs/library [1]

And here is Delphi Wrapper:
http://www.seyso.de/projects_e/projects_en.php [2]

Peter

На 18.10.2017 16:19, Angus Robertson - Magenta Systems Ltd написа:


The server is owned by a state administration and we have no
choice possible or at least we can not offer another file tranfer
solution...

FileZilla Client offers SSH FTP. Not looked for SSH FTP Delphi
components, never used the protocol.

Angus
  


Links:
--
[1] https://winscp.net/eng/docs/library
[2] http://www.seyso.de/projects_e/projects_en.php



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] FTP over SSH

2017-10-18 Thread peter
 

You can use WinSCP library for that:
https://winscp.net/eng/docs/library [1] 

And here is Delphi Wrapper:
http://www.seyso.de/projects_e/projects_en.php [2]

Peter 

На 18.10.2017 16:19, Angus Robertson - Magenta Systems Ltd написа: 

>> The server is owned by a state administration and we have no 
>> choice possible or at least we can not offer another file tranfer 
>> solution...
> 
> FileZilla Client offers SSH FTP. Not looked for SSH FTP Delphi
> components, never used the protocol. 
> 
> Angus
 

Links:
--
[1] https://winscp.net/eng/docs/library
[2] http://www.seyso.de/projects_e/projects_en.php
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] FTP over SSH

2017-10-18 Thread Angus Robertson - Magenta Systems Ltd
> The server is owned by a state administration and we have no 
> choice possible or at least we can not offer another file tranfer 
> solution...

FileZilla Client offers SSH FTP.  Not looked for SSH FTP Delphi
components, never used the protocol. 

Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] FTP over SSH

2017-10-18 Thread ROQUES Guillaume

Hi Angus,

The server is owned by a state administration and we have no choice 
possible or at least we can not offer another file tranfer solution...


T_T


Le 17/10/2017 à 18:44, Angus Robertson - Magenta Systems Ltd a écrit :

We have to comunicate via SFTP (FTP over SSH --> SSH 2.0 OpenSSH
6.7_pl) and we would like to know if there is way with ICS ? If
not, have you some advice for the components to use ?

SFTP can mean several different protocols.

The SSH version precedes proper FTP with SSL/TLS and does not provide
any authentication of the server, merely encryption.  It was used on
early Linux systems before SSL/TLS arrived.

ICS does not support SSH, nor does Windows out of the box.  There was a
usermade project that added SSH to ICS 15 years ago but doubt it works
any longer.

Why can the server not use proper SSL/TLS?

Angus




--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] FTP over SSH

2017-10-17 Thread Angus Robertson - Magenta Systems Ltd
> We have to comunicate via SFTP (FTP over SSH --> SSH 2.0 OpenSSH 
> 6.7_pl) and we would like to know if there is way with ICS ? If 
> not, have you some advice for the components to use ?

SFTP can mean several different protocols.

The SSH version precedes proper FTP with SSL/TLS and does not provide
any authentication of the server, merely encryption.  It was used on
early Linux systems before SSL/TLS arrived.  

ICS does not support SSH, nor does Windows out of the box.  There was a
usermade project that added SSH to ICS 15 years ago but doubt it works
any longer. 

Why can the server not use proper SSL/TLS? 

Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be