Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

AlgoFTP

Re: Testing WinSCP Automation with Porta SFTP Server

CriticsSoft wrote:

@LRan and for other readers, Porta SFTP Server only supports SFTP/SCP Protocol and it uses the Apache Mina SSHD java based library. It does NOT support FTP/S at all.


Thanks for this info as I am wondering why their website does not mention to not support FTP. Though, I really like Porta SFTP Server as it is portable and easy to use, and secure. BUT it is not feasible if you want to upload non-sensitive data that do not have to be in a secure tunnel for faster transfer.
CriticsSoft

Re: Testing WinSCP Automation with Porta SFTP Server

@LRan and for other readers, Porta SFTP Server only supports SFTP/SCP Protocol and it uses the Apache Mina SSHD java based library. It does NOT support FTP/S at all.
LRan

Re: Testing WinSCP Automation with Porta SFTP Server

That make sense. Sorry as I am new to .NET WinSCP Assembly and SSH/SFTP/FTP. Thank you.
martin

Re: Testing WinSCP Automation with Porta SFTP Server

What does this question have to do with WinSCP?
Anyway, indeed, SFTP and FTPS are two completely unrelated protocols. So there's no reason to expect that an SFTP server supports FTPS protocol (and vice versa).
LRan

Testing WinSCP Automation with Porta SFTP Server

I am creating an automation script for our partners in the Healthcare using SFTP Protocol. I am using Porta SFTP Server (https://portasftpserver.com/portable-sftp-server-community-edition/) for the testing, and I have observed that I cannot test FTP/S Protocol with port 21 with this software. Does anyone encounter the same?