• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

secure FTP ?

rh71

No Lifer
what's the secure solution for FTP ? What do companies generally use ? Is it SSH ? More details please ?

How would one go about setting it up ... say for a small business and they have people outside of work uploading to their servers ?
 
There is so mnay options that there is No point to try to list them.

Most ftp server/client support few methods.

You can start by Google for the term SFTP (Secure FTP).

:sun:

 
We use SSH Secure Shell here, but you need to purchase licenses for business use.

FileZilla is an open source solution which supports SSL on the client side, although their server version does not yet support it.
 
SCP/SFTP in Mac OS X since the original public beta! 🙂

As the others have mentioned, there are gobs of Windows implementations of SSH/SCP/SFTP, some are free some are commercial. Download a few and give them a whirl.
 
Originally posted by: Zugzwang152
We use SSH Secure Shell here, but you need to purchase licenses for business use.

FileZilla is an open source solution which supports SSL on the client side, although their server version does not yet support it.

Only if you use the inferior SSH.com SSH. If you use the industry standard OpenSSH SSH you don't have to pay anything.
 
Originally posted by: Zugzwang152
We use SSH Secure Shell here, but you need to purchase licenses for business use.

FileZilla is an open source solution which supports SSL on the client side, although their server version does not yet support it.

We use the same. It's an easy program for the end user but does come with a cost.
 
Oh yeah, WinSCP is a free scp gui client for windows that works fine with OpenSSH. I haven't tried it with lesser SSH servers.
 
Back
Top