Install SFTP in Windows Server 2022 & 2019 (Easiest Way)

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • In this short video I will walk you though the steps of SFTP services installation on Server 2022 and Server 2019 ,
    Major steps are below
    1. Add OpenSSH Server feature
    2. Configuring OpenSSH server to start on Windows startup:
    3. Changing the root directory of OpenSSH server (Optional)
    #ChrootDirectory
    sftp sftp-server.exe -d E:\FTP
    4. Restart the "OpenSSH SSH Server" service"
    5. Create a local user or domain account to connect SFTP
    6. Test SFTP Connection
    #Server2022 #SFTP #OpenSSH #Server2019

ความคิดเห็น • 65

  • @CnJpCaUs
    @CnJpCaUs 2 ปีที่แล้ว +6

    missing part: external access with a domain name and ssl cert

  • @vetribull8318
    @vetribull8318 3 ปีที่แล้ว +5

    Got ssh key authentication?

    • @EXccord
      @EXccord 3 ปีที่แล้ว

      In need of this answer as well. I cannot find anything referencing key pair authentication

  • @CacheCloud
    @CacheCloud 6 หลายเดือนก่อน

    Hi, can you please provide me document for install sftp on windows thanks

  • @dcc1165
    @dcc1165 2 ปีที่แล้ว +1

    First of all, your example is completely unrealistic. DO NOT IMPLEMENT SFTP THIS WAY!!. ALL sftp users will have access to all other SFTP users' files/folders. In a real world scenario you want all users to be separated by a chroot jail where they cannot traverse the file system and switch to other users' folders. I've configured endless SFTP servers on Linux/Unix systems and the implementation on Windows is an absolute abomination. It's a hack, a kludge and right on par for the mess that is Windows. I challenge you to get OpenSSH on Windows to work with chroot sftp. It does NOT. (yes, I know there's a bug in versions previous to 8.9, but it doesn't work on the latest version either).

  • @falconvelocity
    @falconvelocity ปีที่แล้ว +3

    Well I was a doubter, but you proved me wrong. Well done! Excellent video, thank you!

  • @crazybrainos
    @crazybrainos หลายเดือนก่อน

    Great job with the video. Its very helpful, but I recommend not having the music in the background. Its very distracting a I was focused on listening to what you were saying and showing.

  • @shagdamp4943
    @shagdamp4943 2 ปีที่แล้ว +1

    my access is denied why?
    Status: Access denied
    Error: Authentication failed.
    Error: Critical error: Could not connect to server

  • @vadivelan4228
    @vadivelan4228 หลายเดือนก่อน

    Doubt I have sent a file from a Linux server to Windows server. Still I need a openssh server in Windows ? Openssh client is already there.

  • @HuDz1966
    @HuDz1966 4 หลายเดือนก่อน

    OpenSSH Server isn't available to install for me? I'm on Windows server 2016

  • @kT2015N
    @kT2015N 3 ปีที่แล้ว +2

    Thanks for your video. Can you please show how to change the authentication using Public/Private key situation. What changes need to be done in config file

  • @floydschleyhahn1815
    @floydschleyhahn1815 2 ปีที่แล้ว +4

    Excellent! How do I set this up for multiple users so that they each default to their own person directories?

  • @krisspringer7869
    @krisspringer7869 3 ปีที่แล้ว +3

    This is pretty simple and automated if keeping default port 22. If custom port is desired that also gets changed in the sshd_config file, then the custom port must be manually opened in Windows Firewall and external NAT firewall/router too.

  • @RedTopProductions
    @RedTopProductions 2 ปีที่แล้ว +2

    Very helpful video! Thank You!! Got me up and running quickly after a lot of frustration after discovering so many FTP server apps don't natively support SFTP protocol!

  • @Guest847
    @Guest847 22 วันที่ผ่านมา

    Finally a guide which works

  • @LouiseLou-q1i
    @LouiseLou-q1i 18 วันที่ผ่านมา

    Williams Sandra Johnson Sarah Lee Helen

  • @yusufmutawa8785
    @yusufmutawa8785 8 หลายเดือนก่อน +1

    Thank you BRO , That was helpfull ❤

  • @MotionInMotion1975
    @MotionInMotion1975 2 ปีที่แล้ว +1

    Mushaaf, thanks for the video. You saved my life several times. Cheers from Argentina.

  • @naderomran
    @naderomran 2 ปีที่แล้ว +1

    Thank you for this video

  • @srcuso
    @srcuso ปีที่แล้ว

    Hey, if I want to connect via FilZilla, it will fail. And if i want to connect via SSH Terminal I get this message: "client_loop: send disconnect: Connection reset". Any Idea why?

  • @djsphere1986
    @djsphere1986 5 หลายเดือนก่อน

    Muchas Gracias, me sirvio mucho tu video. Para los que les aparece un mensaje de que no se pueden conectar. El usuario que se crea debe ser administrador.

  • @threenethra1422
    @threenethra1422 11 หลายเดือนก่อน

    I am not able to see the OpenSSH feature in my windows severe 2019

  • @hemantsharma5681
    @hemantsharma5681 ปีที่แล้ว

    can we send files in amazon S3 drive from local system by using this process?

  • @lostinasia888
    @lostinasia888 5 หลายเดือนก่อน

    thank you very much for this ! god bless you !

  • @balajiezhumalai7429
    @balajiezhumalai7429 2 ปีที่แล้ว +2

    very short, sweet, and easy to understand. Thanks

  • @DheerajVerma143
    @DheerajVerma143 22 วันที่ผ่านมา

    what is this for?:
    sftp sftp-server.exe -d E:\FTP

  • @Alex-oi7mn
    @Alex-oi7mn 2 ปีที่แล้ว

    Hello, I have a problem. As soon as I want to create a new directory with my user, Filezilla shows me the following error: (Error: /New directory: permission denied) what should I do now. Or how can I give the user the right to do this ?

  • @jamesbutler3041
    @jamesbutler3041 2 ปีที่แล้ว

    what about getting the key to initialize. Your video completely missed the point. It does not work

  • @ManuSkater
    @ManuSkater ปีที่แล้ว

    Thanks a lot! I have been able to configure the SFTP server and the chrootdirectory, now, I need to learn how to administrate users on domain to connect to the SFTP server :D

  • @Polarisfff
    @Polarisfff ปีที่แล้ว

    How do you set it up, that an SFTP user only sees his homedir?

  • @aguiremedia
    @aguiremedia ปีที่แล้ว

    how do i remote in? this was great but I cannot log in from somewhere else

  • @CChris4Real
    @CChris4Real ปีที่แล้ว +1

    how do you create the users?

  • @videosbag6740
    @videosbag6740 6 หลายเดือนก่อน

    Appreciated 🎉 Thanks

  • @karant1378
    @karant1378 11 หลายเดือนก่อน

    What is the cost and licenses involved here in this setup?

  • @n3hcd
    @n3hcd 2 ปีที่แล้ว

    Hello ! Which RDP client are you using with MacOS ?

  • @Jay4kingdom
    @Jay4kingdom 2 ปีที่แล้ว

    If we have a 3rd part that is doing the file imports, what information do they need to drop files correctly?

  • @black-capped6702
    @black-capped6702 ปีที่แล้ว

    very good explanation, Thanks

  • @patrickmichaud8060
    @patrickmichaud8060 ปีที่แล้ว

    Thank you for this video it helps me a lot

  • @UttapanK
    @UttapanK 9 หลายเดือนก่อน

    Thank you very much.

  • @AdnanAli-gw9tr
    @AdnanAli-gw9tr 2 ปีที่แล้ว

    is there any way to install offline??

  • @alimotamed2000
    @alimotamed2000 ปีที่แล้ว

    Thanks man, you simlified my job!

  • @spreadtechnical727
    @spreadtechnical727 3 ปีที่แล้ว

    on which machine need to create filezila client??/

  • @avjjbg23725
    @avjjbg23725 ปีที่แล้ว

    question: what is the best way in your opinion to expose these SFTP site/port to non-local systems?

  • @kaylem6421
    @kaylem6421 2 ปีที่แล้ว

    Thank you very much. This has helped me get sftp on a vps server

  • @KUYAJACKSTORIES
    @KUYAJACKSTORIES 2 ปีที่แล้ว

    thank you very much for this friendly easy guide (y) (y)

  • @icalvin3224
    @icalvin3224 10 หลายเดือนก่อน

    Gracias, me ha servido mucho.

  • @chartsuchart430
    @chartsuchart430 2 ปีที่แล้ว

    Very good thank you for video

  • @tvikram299
    @tvikram299 3 ปีที่แล้ว

    Is this can be integrated with Active Directory

  • @gttmone
    @gttmone ปีที่แล้ว

    Best tutorial ever!!!!

  • @Lordovisa
    @Lordovisa ปีที่แล้ว

    Thank you!

  • @soumitroghosh1224
    @soumitroghosh1224 2 ปีที่แล้ว

    Helpful solution and easy. Thanks.

  • @OmarHernandez95
    @OmarHernandez95 3 ปีที่แล้ว

    Thank u so much!, I configure in a EC2 Instance and it was easy!

  • @mistaox
    @mistaox 2 ปีที่แล้ว

    awesome. Thanks

  • @mtmaverick1
    @mtmaverick1 2 ปีที่แล้ว

    Nicely done, thanks :)

  • @Robay146
    @Robay146 2 ปีที่แล้ว

    Thank you so much! 😀

  • @PramodKumar-me9gv
    @PramodKumar-me9gv 2 ปีที่แล้ว

    very short and easy to understand. Thanks

  • @dantha
    @dantha 3 ปีที่แล้ว

    Many thanks.

  • @sunsetbzz
    @sunsetbzz 3 ปีที่แล้ว

    how to hide folders for different users

    • @johanmartinez7539
      @johanmartinez7539 2 ปีที่แล้ว +1

      i have the same question, i want to hide unnecessary folders for other users

  • @larsjensen9910
    @larsjensen9910 3 ปีที่แล้ว

    tak thanks

  • @ameybhatkar7021
    @ameybhatkar7021 3 ปีที่แล้ว

    Very complicated