[How To] Install FTP Server (VSFTPD) on Ubuntu 20.04 (2020) #1

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 99

  • @kwikb
    @kwikb 2 роки тому +4

    Nice video. thanks. I appreciate the narration with text to speech and also the large text captions for the commands. Very clear presentation, and helpful.

    • @mark33sv
      @mark33sv 2 роки тому +1

      Just read description video.

  • @marcsiegfried8247
    @marcsiegfried8247 3 роки тому +3

    I followed this video and it helped me get vsftpd installed. Thank you for that. The notes on vsftpd are full of type-o's. It will cause vsftpd not to run if you copy that text into the .conf file. This will actually allow vsftpd to start:
    listen=YES
    listen_ipv6=NO
    anonymous_enable=NO
    local_enable=YES
    write_enable=YES
    local_umask=022
    dirmessage_enable=YES
    use_localtime=YES
    xferlog_enable=YES
    connect_from_port_20=YES
    chroot_local_user=YES
    allow_writeable_chroot=YES
    secure_chroot_dir=/var/run/vsftpd/empty
    pam_service_name=vsftpd
    force_dot_files=YES
    pasv_min_port=40000
    pasv_max_port=50000
    user_sub_token=$USER
    local_root=/home/$USER/ftp

    • @bfam7110
      @bfam7110 2 роки тому +1

      Thank you for posting this!!!! Hopefully the author of this video can fix this...

  • @leonardodourado2508
    @leonardodourado2508 5 місяців тому

    You have made a very nice installation manual, hopefully you got enough likes to make it worth. Thx.

  • @TechINtn
    @TechINtn  4 роки тому

    We recommended securing your FTP server 🔐 you can watch this video which describes the steps of securing an FTP server 🔐
    📽 🎞 ▶ ua-cam.com/video/N7hwrPiji3c/v-deo.html
    ✍✍✍ Let me know what you think of this video in the comments ✍✍✍
    📢 Make sure to Subscribe ✅ so you don't Miss out on my future Videos 📽 🎞 ▶ ua-cam.com/channels/WQAnj6I7VG25xo8B-1mI1g.html 💯 ✅
    Have a nice day, and thanks for watching 🔝

  • @tomligotti585
    @tomligotti585 3 роки тому +11

    Thanks for the great video. However, there are a few typos in the configuration file given in the video description.
    --"anonymos_enable=NO" should read "anonymous_enable=NO"; a 'u' was missed in the word 'anonymous'.
    --"local_mask=022" I believe should read "local_umask"; a 'u' must be put in front of the word "mask", I think.
    The below lines should have an '0' removed from the port number or passive ftp won't work:
    pasv_min_port=400000 //that's one too many '0's
    pasv_max_port=500000 //that's one too many '0's
    --instead, these lines should be:
    pasv_min_port=40000
    pasv_max_port=50000
    Thanks again for the video

    • @TechINtn
      @TechINtn  3 роки тому

      Thanks, Tom, I wanna check and fix that

    • @lukaslenghart671
      @lukaslenghart671 2 роки тому +1

      Oh my god, you my friend are a true life saver, I was trying to get this to work for like 5 hours, I need this to work for my collage exam, so Thank you so much ;)

  • @olehnykon6138
    @olehnykon6138 3 роки тому +4

    If you are working on virtual machine before testing ftp connection you should power off your machine and make sure that in network settings the BRIDGED ADAPTER is chosen! I had problem with connection until done it.
    It can help you.

    • @قناةالبيرقدار
      @قناةالبيرقدار 2 роки тому

      Hi,
      I installed vsftpd on VPS hosting, now I can't fully access my server remotely, even the server itself

  • @MALIKPRASOJONOTOLEGOWO
    @MALIKPRASOJONOTOLEGOWO Рік тому

    thanks, so i can share files to each others... once i say "big Thanks!"

  • @linwenqi-k5i
    @linwenqi-k5i Місяць тому

    Nice video.

  • @mariocalderon2148
    @mariocalderon2148 2 роки тому

    This video helped me a lot.
    Congrats and thank you very much.

  • @pndungu1
    @pndungu1 Рік тому

    great explanation. THanks

  • @learnwithMah
    @learnwithMah 2 роки тому +1

    Thank you! It was a great video, if followed correctly step-by-step, then there's no problem except 3 typo mistakes in the vsftpd.conf file's code, pasted in the description! Helped a lot. Thank you!

  • @satyamdevbhardwaj8800
    @satyamdevbhardwaj8800 3 роки тому

    thanks dude thats nice that u have pasted the commands u r the smart guy thanks bro
    n vedeo is helpful

    • @TechINtn
      @TechINtn  3 роки тому

      you're welcome :) , i m glad for you :)

  • @valdenornormaia5950
    @valdenornormaia5950 2 роки тому

    Thank you very much, great video...

  • @rajag8504
    @rajag8504 8 місяців тому

    Thanks! My ec2 is in AWS, i allowed only 21 and 22 ports in security groups. still do i need to configure ufw?

  • @yildiz.mehmetemin
    @yildiz.mehmetemin 2 роки тому

    thank you so much. this helped me

  • @kingaidyn
    @kingaidyn 2 роки тому +3

    Having a problem with this, when I try and save the file in vi, it gives me "/ect/vsftpd.conf" E212: Can't open file for writing. I looked in the file manager and there is no vsftpd.conf, but there is a vsftpd.conf.origin file. How should I fix this?

  • @durgabhavaniadata6319
    @durgabhavaniadata6319 7 місяців тому

    Can you make a video on how to configure Active mode while Creating FTP server.

  • @bazookapanda
    @bazookapanda 3 роки тому +1

    after editing and moving .conf
    vsftpd.service - vsftpd FTP server
    Loaded: loaded (/lib/systemd/system/vsftpd.service; enabled; vendor preset: enable>
    Active: failed (Result: exit-code) since Tue 2021-04-13 18:20:15 SAST; 3s ago
    Process: 26753 ExecStartPre=/bin/mkdir -p /var/run/vsftpd/empty (code=exited, statu>
    Process: 26754 ExecStart=/usr/sbin/vsftpd /etc/vsftpd.conf (code=exited, status=2)
    Main PID: 26754 (code=exited, status=2

    • @TechINtn
      @TechINtn  3 роки тому

      try to disable ipv6 on vsftpd.conf or you can comment it:
      listen=YES
      #listen_ipv6=NO
      let me know if it's ok

    • @bazookapanda
      @bazookapanda 3 роки тому

      @@TechINtn I think it was defaulted to yes and then I uncommented it, no luck, I think I also tried just reverting the config to nothing but that didn't work. It is possible that I was editing the wrong file the whole time but I'm pretty sure mv is move not copy. also when first installing I tried the vi command but it took me to the default file, not the blank one but then I moved it and I could edit the blank one not sure what's up with that. I think tomorrow I'm going to reinstall it move the file edit and save with ipv6 disabled from the get-go and restart, maybe that will help. but thanks for the suggestion

    • @TechINtn
      @TechINtn  3 роки тому

      @@bazookapanda you're welcome 😉. verify is vsftpd.conf has root permission

    • @bazookapanda
      @bazookapanda 3 роки тому

      @@TechINtn weird, I issued an stop and than an uninstall command, status checked and i had the same error, reinstalled than status checked again, same error. Than repeated the same process as root, no luck.

    • @TechINtn
      @TechINtn  3 роки тому

      @@bazookapanda what's your OS?
      are you checked the port is used?

  • @devve7
    @devve7 2 роки тому +1

    Muchas Gracias, me fué de mucha utilidad y pude configurar el acceso.
    Solo dos cambios en relación a la configuracion, tal como indica Marc S.:
    listen=YES
    listen_ipv6=NO

  • @narendraverma825
    @narendraverma825 Рік тому

    I am using the Godaddy VPS server. Can I use all the steps that you have shared in the video?

  • @beagoof
    @beagoof 3 роки тому +1

    Can you pls find how to exit 7:45 in Putty

  • @jayjaayjaaay94
    @jayjaayjaaay94 2 роки тому +2

    heloo I got
    Response: 553 Could not create file.
    Error: Critical file transfer error
    with same prrocess

    • @sourabhvishwakarma1
      @sourabhvishwakarma1 8 місяців тому

      u got the fix?

    • @jayjaayjaaay94
      @jayjaayjaaay94 8 місяців тому

      @@sourabhvishwakarma1 i forgot 😅 it was long ago, I don't even remember the context of the problem

  • @dragossturzoiu
    @dragossturzoiu 2 роки тому

    Thank you! It works

  • @yogeskumar7832
    @yogeskumar7832 2 роки тому

    Thank you so much, its very helpful 🔥

  • @smasma3155
    @smasma3155 2 роки тому

    thanks for the great video its so valuable
    i just have one question how can i view my file using ftp in web???

  • @aradjalilian
    @aradjalilian 2 роки тому

    Thanks for this awesome video helped me with my school work Thank you so much techIN I hope I could have donated to your account

  • @قناةالبيرقدار
    @قناةالبيرقدار 2 роки тому

    Hi,
    I installed vsftpd on VPS hosting, now I can't fully access my server remotely, even the server itself

  • @marcosatsantana
    @marcosatsantana Рік тому

    meu muito obrigado daqui do Brazil

  • @arunk4062
    @arunk4062 Рік тому

    What if I follow the same steps on a rhel machine in AWS ...does it work....the part I'm confused is the ip adress which ip am supposed to paste in the filezilla public or private

  • @freedomisdead9638
    @freedomisdead9638 Рік тому

    I ve got network unreachable return while trying to connect, i wonder what am i missing? Not even chatgpt could help me out to solve that issue that i am stuck in for 3 days

  • @97Criz
    @97Criz 3 роки тому +2

    7:45 how to save and exit . Ctrl S doesnt work

    • @TechINtn
      @TechINtn  3 роки тому +3

      In Vi or Vim editor push Escape :wq

  • @MohamedSiddique-hd8vf
    @MohamedSiddique-hd8vf Рік тому

    after configured the Vsftpd service , am unable to get the access the server, Please help its authentication error

  • @awhuhu
    @awhuhu 2 роки тому +1

    Hello ! I have an error when I try to connect on my FTP...
    "Command : USER ftpuser
    Response : 331 User ftpuser, password please
    Command : PASS **
    Response : 530 Not logged in. Username/password incorrect, user disabled, or user logged in too many times
    Error : Critical Error : Unable to establish a connection to the server"
    What I insert on FileZilla : "IP: _ip of the ftp_" "ID: ftpuser" "PASS: _my pass_" "Port: "
    I try to change the password in putty but the problem is the same (with command "passwd ftpuser")
    I need help please ;) !! Thanks !!

    • @tobiazz.1921
      @tobiazz.1921 Рік тому

      did you solve the problem? i have the same

  • @leangengaleadsit7299
    @leangengaleadsit7299 Рік тому

    Hello!
    Can you help me if I want to install ubuntu server and Hosting a website with IP Public?

  • @AkramAlQaifi
    @AkramAlQaifi Рік тому

    Thank you.

  • @Ch0udhary_aman
    @Ch0udhary_aman 9 місяців тому

    I am using ubuntu server but can't find the IP address of my FTP server, please help in this matter

  • @itcredentia5312
    @itcredentia5312 2 роки тому

    I have created FTP server as you said, but I have to give /var/www/html/(application folder) access to developer to upload required files through FTP into it. Please suggest how can I assgin ftpuser access to webroot folders?

    • @didacticoTECNOLOGICO
      @didacticoTECNOLOGICO 2 роки тому

      i need that . I need to create access for /var/www/html . filezilla is'not connecting to ip server. i wrote sudo vsftpd start ......sudo vsftpd status..........500 OOPS cannot read config file

    • @itcredentia5312
      @itcredentia5312 2 роки тому

      @@didacticoTECNOLOGICO change user bash path

  • @mdanish18439
    @mdanish18439 2 роки тому

    bro how can i access my linux ftp server from external network(WAN)? thanks

  • @NestofRandomMedia
    @NestofRandomMedia 4 роки тому +2

    permission denied 550 how to fix this.. ever i make chmod 777 to all folder... is it my configure files?
    Edit: Fix. My configure files screw up

    • @TechINtn
      @TechINtn  3 роки тому

      ** Create FTP User:
      - sudo adduser ftpuser
      - sudo mkdir /home/ftpuser/ftp
      - sudo chown nobody:nogroup /home/ftpuser/ftp
      - sudo chmod a-w /home/ftpuser/ftp
      - sudo mkdir /home/ftpuser/ftp/files
      - sudo chown ftpuser:ftpuser /home/ftpuser/ftp/files

    • @mehdihassanapollo3314
      @mehdihassanapollo3314 3 роки тому

      also make sure your are logged in as the user you have crated

  • @fribook
    @fribook 2 роки тому

    Hi friend, how I setup vsftpd for connect another port.
    I want change the port 21 to port 50000 and I can access my ftp out my home.

  • @horaciosilvaporras656
    @horaciosilvaporras656 2 роки тому

    Hola, con cual comando podria ver las conexiones o sesiones activas por ftp?

  • @jonavieb.palete9778
    @jonavieb.palete9778 2 роки тому

    Hello is this ubuntu linux or server?

  • @shashank7771
    @shashank7771 2 роки тому

    can you tell how to install vsftpd 2.3.4?

  • @offgridhomesteaders863
    @offgridhomesteaders863 3 роки тому

    Has anyone done this and now apache is not running. When I go to the address it times out. I tried an apache restart same result. Anyone know what could be wrong? Also I went to check vsftp status and I get Unit vsftp.service could not be found UGH!!! Why did I leave windows again?

    • @mehdihassanapollo3314
      @mehdihassanapollo3314 3 роки тому

      r u done with it? r u logged in as the user you have created the ftpserver

    • @32mw21
      @32mw21 3 роки тому +1

      firewall problem

  • @victorwasonga6433
    @victorwasonga6433 7 місяців тому

    can it work on ubuntu 22.04

  • @RaviYT
    @RaviYT 4 роки тому +1

    can u make that setup video also owncloud setup

    • @TechINtn
      @TechINtn  4 роки тому

      Yep, I will program it, Thanks

  • @justaguy2458
    @justaguy2458 3 роки тому

    No connection could be made because the target machine actively refused it
    can someone help me

  • @evolukid
    @evolukid 4 роки тому +2

    Hello, we need the second video about setting up the web serveur directory with FTP. Can you make it ?

    • @TechINtn
      @TechINtn  4 роки тому

      Yep, i will it , thanks for your interest

    • @TechINtn
      @TechINtn  4 роки тому +1

      Hi, in this video I will show you How To configure vsftpd server on Ubuntu 20.04 for Upload to a Web Server 📽 🎞 ▶ ua-cam.com/video/Np_OUB4gvc4/v-deo.html

  • @Toufique-00
    @Toufique-00 Рік тому

    what's that mean: nobody: no group???

  • @aminqajar7198
    @aminqajar7198 2 роки тому

    thanks a lot

  • @keerthiganesh1105
    @keerthiganesh1105 3 роки тому

    can i use it with ngrok

  • @daniel-td8rl
    @daniel-td8rl 3 роки тому +1

    pasv_min_port=400000 es 40000 y en pasv_max_port=500000 50000

  • @Xyronium
    @Xyronium 3 роки тому +1

    OMFG Those bell sounds every minute are so fucking annoying.

  • @enzoe.6897
    @enzoe.6897 2 роки тому

    HOW MANY FCKING SUBSCRIBE BELLS DO YOU NEED!

  • @jackjhonson5757
    @jackjhonson5757 2 роки тому

    I give up e212, it's chmod

  • @roboko6618
    @roboko6618 3 роки тому +1

    Please just use your actual voice. And cut the crap with the intro's and the random gifs and get to the point. Frustrating

  • @tekadeaniruddha
    @tekadeaniruddha 3 роки тому +2

    Just to make people confused, and you get more hits, you have kept typos in the settings and this is absolutely on purpose.

    • @TechINtn
      @TechINtn  3 роки тому

      Can you tell me what do you think are the faults and how i make people confused? there I did a tutorial for the installation of an ftp server and it is well tested.

    • @granjuas
      @granjuas 3 роки тому +1

      @@TechINtn Not working for me tho. I did everything as shown. No connection timed out.

    • @TechINtn
      @TechINtn  3 роки тому

      @@granjuas verify the port in firewall is opened.
      and the server is up.

    • @mehdihassanapollo3314
      @mehdihassanapollo3314 3 роки тому

      @@granjuas i just did it and mine worked fine. try to log in as the user you have created while setting up the ftp server

  • @xavierpalmatalan6701
    @xavierpalmatalan6701 2 роки тому +1

    doxeado pa

  • @behnambahrami9154
    @behnambahrami9154 Рік тому

    bad video

  • @tecnopadre
    @tecnopadre Рік тому

    Thnks!