What is the Best SFTP Server for Windows
-
@scottalanmiller said in What is the Best SFTP Server for Windows:
@BBigford said in What is the Best SFTP Server for Windows:
@scottalanmiller said in What is the Best SFTP Server for Windows:
@DustinB3403 said in What is the Best SFTP Server for Windows:
Is this like a SW question of the day, but you provide us the answer instead of making us arbitrarily guess?
It's like a weekly question. How does this ever get asked, let alone over and over again? And why are people not starting with the two obvious answers:
- Don't do it at all.
- Use MS' own tools that are free.
I haven't saw this question as much... I've really only saw 'what is the best distro for a Linux FTP server?"
That one is weird too, why are so many people running FTP at all?
Haha I have no idea... I never have a need for it. If we ever need files accessible externally, users are expected to throw it on SharePoint.
What are your clients using to transfer files or make them accessible externally?
-
Actually I lied... we do provide a "complementary" (aged) Mirrors server for some of our clients.
-
@BBigford said in What is the Best SFTP Server for Windows:
What are your clients using to transfer files or make them accessible externally?
Normally tools like OneDrive for Business.
-
@scottalanmiller said in What is the Best SFTP Server for Windows:
@BBigford said in What is the Best SFTP Server for Windows:
What are your clients using to transfer files or make them accessible externally?
Normally tools like OneDrive for Business.
What if users external to the company needs read access to quickly changing data that adds up to 1.5 TB, that can't be sync'd to OneDrive or such methods? If the data is located on a Windows Server, you can spin up a Linux VM, and use "mount" to mount the CIFS windows share, and then use the built in FTP or SFTP in Linux to point to the mount point.
Would that be a viable solution? Or did I pull that one out too quick and miss some things?
-
@Tim_G said in What is the Best SFTP Server for Windows:
@scottalanmiller said in What is the Best SFTP Server for Windows:
@BBigford said in What is the Best SFTP Server for Windows:
What are your clients using to transfer files or make them accessible externally?
Normally tools like OneDrive for Business.
What if users external to the company needs read access to quickly changing data that adds up to 1.5 TB, that can't be sync'd to OneDrive or such methods? If the data is located on a Windows Server, you can spin up a Linux VM, and use "mount" to mount the CIFS windows share, and then use the built in FTP or SFTP in Linux to point to the mount point.
Would that be a viable solution? Or did I pull that one out too quick and miss some things?
The complexity of that is higher than just logging into a VPN and having a drive already mounted in Explorer via GPO (not available offline).
If it's a one time thing, connect to the VPN and mount the drive, opting out of Reconnecting.
If users aren't using a VPN, they really should be.
-
@Tim_G said in What is the Best SFTP Server for Windows:
@scottalanmiller said in What is the Best SFTP Server for Windows:
@BBigford said in What is the Best SFTP Server for Windows:
What are your clients using to transfer files or make them accessible externally?
Normally tools like OneDrive for Business.
What if users external to the company needs read access to quickly changing data that adds up to 1.5 TB, that can't be sync'd to OneDrive or such methods? If the data is located on a Windows Server, you can spin up a Linux VM, and use "mount" to mount the CIFS windows share, and then use the built in FTP or SFTP in Linux to point to the mount point.
Would that be a viable solution? Or did I pull that one out too quick and miss some things?
Yup, that's pretty viable. If you have a unique case and really need something "like FTP", then SFTP on Linux is a great solution. It's very simple, very secure, very well known.
-
@Tim_G said in What is the Best SFTP Server for Windows:
@scottalanmiller said in What is the Best SFTP Server for Windows:
@BBigford said in What is the Best SFTP Server for Windows:
What are your clients using to transfer files or make them accessible externally?
Normally tools like OneDrive for Business.
What if users external to the company needs read access to quickly changing data that adds up to 1.5 TB, that can't be sync'd to OneDrive or such methods? If the data is located on a Windows Server, you can spin up a Linux VM, and use "mount" to mount the CIFS windows share, and then use the built in FTP or SFTP in Linux to point to the mount point.
Would that be a viable solution? Or did I pull that one out too quick and miss some things?
There are very unique cases where direct SFTP to Windows would be better than a Linux VM, but it's rare. Very rare. In theory we can come up with scenarios, but in the real world I see it far less often than we would theorize. There are normally better ways to handle it, but different for every scenario.
-
@scottalanmiller said in What is the Best SFTP Server for Windows:
@BBigford said in What is the Best SFTP Server for Windows:
What are your clients using to transfer files or make them accessible externally?
Normally tools like OneDrive for Business.
can you give a client access to upload a file to your ODfB?
-
@Tim_G said in What is the Best SFTP Server for Windows:
@scottalanmiller said in What is the Best SFTP Server for Windows:
@BBigford said in What is the Best SFTP Server for Windows:
What are your clients using to transfer files or make them accessible externally?
Normally tools like OneDrive for Business.
What if users external to the company needs read access to quickly changing data that adds up to 1.5 TB, that can't be sync'd to OneDrive or such methods? If the data is located on a Windows Server, you can spin up a Linux VM, and use "mount" to mount the CIFS windows share, and then use the built in FTP or SFTP in Linux to point to the mount point.
Would that be a viable solution? Or did I pull that one out too quick and miss some things?
wow 1.5 TB - how are they getting that data? are the downloading this regularly changing data as fast as it changes? you must have one hell of an upload pipe, they must have one hell of a download pipe.
-
@Dashrender said in What is the Best SFTP Server for Windows:
@scottalanmiller said in What is the Best SFTP Server for Windows:
@BBigford said in What is the Best SFTP Server for Windows:
What are your clients using to transfer files or make them accessible externally?
Normally tools like OneDrive for Business.
can you give a client access to upload a file to your ODfB?
For this specific use case we've used ownCloud in the past.
-
@scottalanmiller said in What is the Best SFTP Server for Windows:
@Dashrender said in What is the Best SFTP Server for Windows:
@scottalanmiller said in What is the Best SFTP Server for Windows:
@BBigford said in What is the Best SFTP Server for Windows:
What are your clients using to transfer files or make them accessible externally?
Normally tools like OneDrive for Business.
can you give a client access to upload a file to your ODfB?
For this specific use case we've used ownCloud in the past.
That's what I use Nextcloud for these days.
-
I'm installing the OpenSSH-Win32 SFTP server and it leaves a lot to be desired. To be fair SFTP leaves a lot to be desired but still this is not a great implementation.
-
@coliver said in What is the Best SFTP Server for Windows:
I'm installing the OpenSSH-Win32 SFTP server and it leaves a lot to be desired. To be fair SFTP leaves a lot to be desired but still this is not a great implementation.
What do you want from SFTP that it does not provide?
-
@scottalanmiller said in What is the Best SFTP Server for Windows:
@coliver said in What is the Best SFTP Server for Windows:
I'm installing the OpenSSH-Win32 SFTP server and it leaves a lot to be desired. To be fair SFTP leaves a lot to be desired but still this is not a great implementation.
What do you want from SFTP that it does not provide?
Configurable home directories is the biggest one. This may be a function of the operating system (don't ask) but that can be configured with a *nix box.
-
@coliver said in What is the Best SFTP Server for Windows:
@scottalanmiller said in What is the Best SFTP Server for Windows:
@coliver said in What is the Best SFTP Server for Windows:
I'm installing the OpenSSH-Win32 SFTP server and it leaves a lot to be desired. To be fair SFTP leaves a lot to be desired but still this is not a great implementation.
What do you want from SFTP that it does not provide?
Configurable home directories is the biggest one. This may be a function of the operating system (don't ask) but that can be configured with a *nix box.
SFTP is just a protocol. What protocol doesn't lack the ability to configure home directories?
-
@scottalanmiller said in What is the Best SFTP Server for Windows:
@coliver said in What is the Best SFTP Server for Windows:
@scottalanmiller said in What is the Best SFTP Server for Windows:
@coliver said in What is the Best SFTP Server for Windows:
I'm installing the OpenSSH-Win32 SFTP server and it leaves a lot to be desired. To be fair SFTP leaves a lot to be desired but still this is not a great implementation.
What do you want from SFTP that it does not provide?
Configurable home directories is the biggest one. This may be a function of the operating system (don't ask) but that can be configured with a *nix box.
SFTP is just a protocol. What protocol doesn't lack the ability to configure home directories?
That's fine, I was thinking of the software itself. Hence the mentioning of the SFTP server included in this package. Comparing it to other SFTP servers on other platforms it doesn't do as much as I expected.
-
@coliver said in What is the Best SFTP Server for Windows:
@scottalanmiller said in What is the Best SFTP Server for Windows:
@coliver said in What is the Best SFTP Server for Windows:
@scottalanmiller said in What is the Best SFTP Server for Windows:
@coliver said in What is the Best SFTP Server for Windows:
I'm installing the OpenSSH-Win32 SFTP server and it leaves a lot to be desired. To be fair SFTP leaves a lot to be desired but still this is not a great implementation.
What do you want from SFTP that it does not provide?
Configurable home directories is the biggest one. This may be a function of the operating system (don't ask) but that can be configured with a *nix box.
SFTP is just a protocol. What protocol doesn't lack the ability to configure home directories?
That's fine, I was thinking of the software itself. Hence the mentioning of the SFTP server included in this package. Comparing it to other SFTP servers on other platforms it doesn't do as much as I expected.
I haven't tested it that thoroughly, but what is different? It's literally the same SFTP as is on all other platforms, it's the reference implementation, just ported. AFAIK, it's identical.
-
I was trying to understand what features might be missing as well? to be SFTP, doesn't it have to follow the RFCs regardless of platform?
Perhaps you mean it doesn't have a good logging interface like another system might? or something along those lines, more an admin desire, less a function of the SFTP protocol.
-
@Dashrender said in What is the Best SFTP Server for Windows:
I was trying to understand what features might be missing as well? to be SFTP, doesn't it have to follow the RFCs regardless of platform?
Correct. Should be identical at the SFTP level. Especially as it's not just SFTP, but the same SFTP.
-
@bobbb127
No, shame on you.