Link to home
Start Free TrialLog in
Avatar of Kevin
KevinFlag for United States of America

asked on

What are my options for SFTP without credentials?

Good Morning,

For the past 5 years or so, we have been transferring 3 files from our Miami office (Unix platform) to our Cayman Islands office (Windows Server 2008 Standard SP2) on a daily basis via FTP using a login and password.

Our current setup is as follows: In the Cayman office we have a domain account set up (ftpusr) which has been given read/write and list access to a directory on the server. The unix system in Miami will use this account to transfer the 3 files to the Cayman office server daily.

We now want to use SFTP to transfer these files, also and most importantly we DO NOT want to use credentials (a login and password) to authenticate with the other side. Instead we want to use some other method of authentication. Like a certificate or key or something else that would make authentication easy and secure.

I need options/ideas on how to accomplish this as I am not sure. But the below points must be met:

1.      Must be SFTP
2.      Must use either a “Free” third-party application or something included in Windows server 2008.
3.      Cannot be an anonymous account.

Kindly advise how this can be accomplished.

Regards,
N
Avatar of Alex [***Alex140181***]
Alex [***Alex140181***]
Flag of Germany image

Must use either a “Free” third-party application or something included in Windows server 2008.
A free SFTP server?! If you find one that is robust, stable and can be used in Production/Live environments, let me please know ;-) I had a similar problem some time ago and I ended up in buying a commercial one (Cerberus FTP) and I'm very glad I did so :-)
About the "SFTP without credentials" thing: what about Private/Public Keys?!
Avatar of Kevin

ASKER

Thanks Alexander.

Is there nothing within Windows Server that will give me the SFTP server capability?

Private/Public keys will do, I need to research on these though as this area is very new to me.
SOLUTION
Avatar of J0rtIT
J0rtIT
Flag of Venezuela, Bolivarian Republic of image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Sure, FTPS is as secure as SFTP, but in the end, it's just not the same. And if your customers or whoever want/need to transfer their data via SFTP, you have to buy a SFTP server software when you're running it on a Windows machine. If you're able to switch to a *nix server, there may be some other (free) possibilities ;-)
Avatar of Kevin

ASKER

@Jose, can Filezilla Server be set up as a service to start upon windows boot? Also does it support private/public keys?

@Alexander, i found this on the net "https://winscp.net/eng/docs/guide_windows_openssh_server" using OpenSSH also this one (http://www.tothenew.com/blog/how-to-setup-sftp-on-windows/) using Cywig. Have you used either one of them? If so, is it possible to set the users path outside of the openSSH/Cywig home directory? I would like to use a windows share for the path of the SFTP user.

Cerberus FTP looks great but for our simple needs of transferring 3 files from one location to another securely, the price for the software just isn't worth it.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kevin

ASKER

Thank you both for the ideas.

I found that Filezilla Server does not support SFTP. And looks like you are right Alexander, private/public keys are only used with SFTP and not FTPS.

I will be using the OpenSSH with Cywig method to set up my SFTP.

Kind Regards,
N
You're welcome ;-)
Good luck!