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.
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?
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
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
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
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
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 ;)
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
We recommended securing your FTP server 🔐 you can watch this video which describes the steps of securing an FTP server 🔐 📽 🎞 ▶ th-cam.com/video/N7hwrPiji3c/w-d-xo.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 📽 🎞 ▶ th-cam.com/channels/WQAnj6I7VG25xo8B-1mI1g.html 💯 ✅ Have a nice day, and thanks for watching 🔝
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.
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!
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?
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
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 !!
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?
@@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 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.
Hi, in this video I will show you How To configure vsftpd server on Ubuntu 20.04 for Upload to a Web Server 📽 🎞 ▶ th-cam.com/video/Np_OUB4gvc4/w-d-xo.html
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.
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.
Just read description video.
Thanks! My ec2 is in AWS, i allowed only 21 and 22 ports in security groups. still do i need to configure ufw?
You have made a very nice installation manual, hopefully you got enough likes to make it worth. Thx.
Nice video.
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?
same
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
Thank you for posting this!!!! Hopefully the author of this video can fix this...
thanks, so i can share files to each others... once i say "big Thanks!"
Can you make a video on how to configure Active mode while Creating FTP server.
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
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
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
Thanks, Tom, I wanna check and fix that
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 ;)
I am using the Godaddy VPS server. Can I use all the steps that you have shared in the video?
great explanation. THanks
Can you pls find how to exit 7:45 in Putty
Hello!
Can you help me if I want to install ubuntu server and Hosting a website with IP Public?
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
heloo I got
Response: 553 Could not create file.
Error: Critical file transfer error
with same prrocess
u got the fix?
@@sourabhvishwakarma1 i forgot 😅 it was long ago, I don't even remember the context of the problem
after configured the Vsftpd service , am unable to get the access the server, Please help its authentication error
thanks for the great video its so valuable
i just have one question how can i view my file using ftp in web???
This video helped me a lot.
Congrats and thank you very much.
Thank you very much, great video...
Hi,
I installed vsftpd on VPS hosting, now I can't fully access my server remotely, even the server itself
We recommended securing your FTP server 🔐 you can watch this video which describes the steps of securing an FTP server 🔐
📽 🎞 ▶ th-cam.com/video/N7hwrPiji3c/w-d-xo.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 📽 🎞 ▶ th-cam.com/channels/WQAnj6I7VG25xo8B-1mI1g.html 💯 ✅
Have a nice day, and thanks for watching 🔝
thank you so much. this helped me
Thank you! It works
thanks dude thats nice that u have pasted the commands u r the smart guy thanks bro
n vedeo is helpful
you're welcome :) , i m glad for you :)
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.
Hi,
I installed vsftpd on VPS hosting, now I can't fully access my server remotely, even the server itself
bro how can i access my linux ftp server from external network(WAN)? thanks
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!
I am using ubuntu server but can't find the IP address of my FTP server, please help in this matter
Hola, con cual comando podria ver las conexiones o sesiones activas por ftp?
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?
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
@@didacticoTECNOLOGICO change user bash path
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.
Thank you so much, its very helpful 🔥
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
7:45 how to save and exit . Ctrl S doesnt work
In Vi or Vim editor push Escape :wq
can you tell how to install vsftpd 2.3.4?
Hello is this ubuntu linux or server?
meu muito obrigado daqui do Brazil
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
** 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
also make sure your are logged in as the user you have crated
Thank you.
can it work on ubuntu 22.04
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 !!
did you solve the problem? i have the same
No connection could be made because the target machine actively refused it
can someone help me
i think i can brother
you could pm me bro we could get in touch
@@fadzrilmohdfadzli5464 thx bro it finally worked 👍😄
@@justaguy2458 welcome bro. Just a small gesture for you my friend
@@fadzrilmohdfadzli5464 I have the same problem, can you help me?
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?
r u done with it? r u logged in as the user you have created the ftpserver
firewall problem
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
try to disable ipv6 on vsftpd.conf or you can comment it:
listen=YES
#listen_ipv6=NO
let me know if it's ok
@@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
@@bazookapanda you're welcome 😉. verify is vsftpd.conf has root permission
@@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.
@@bazookapanda what's your OS?
are you checked the port is used?
thanks a lot
can i use it with ngrok
can u make that setup video also owncloud setup
Yep, I will program it, Thanks
what's that mean: nobody: no group???
Hello, we need the second video about setting up the web serveur directory with FTP. Can you make it ?
Yep, i will it , thanks for your interest
Hi, in this video I will show you How To configure vsftpd server on Ubuntu 20.04 for Upload to a Web Server 📽 🎞 ▶ th-cam.com/video/Np_OUB4gvc4/w-d-xo.html
I give up e212, it's chmod
pasv_min_port=400000 es 40000 y en pasv_max_port=500000 50000
HOW MANY FCKING SUBSCRIBE BELLS DO YOU NEED!
OMFG Those bell sounds every minute are so fucking annoying.
doxeado pa
Please just use your actual voice. And cut the crap with the intro's and the random gifs and get to the point. Frustrating
Just to make people confused, and you get more hits, you have kept typos in the settings and this is absolutely on purpose.
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.
@@TechINtn Not working for me tho. I did everything as shown. No connection timed out.
@@granjuas verify the port in firewall is opened.
and the server is up.
@@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
bad video
Thnks!