Re: FTP Issues with Server
Try editing the vsftpd.conf file for your VSFTPd.
Re: FTP Issues with Server
AS far as I can tell, the latest version of vsftpd is having problems. I am using my vsftpd.conf file that I have always used and still connot connect via FTP, it kinda sucks. Maybe try an older version of vsftpd?
That is, if youve already configured everything correctly and it still doesnt work.
Re: FTP Issues with Server
Thx for the responses fellas. It's weird because I can download from the server ... it's really slow because it's using SSH but at least i can connect and download. I just can't upload or use the ftp program to delete files or folders.
Re: FTP Issues with Server
Quote:
Originally Posted by
Ion
Thx for the responses fellas. It's weird because I can download from the server ... it's really slow because it's using SSH but at least i can connect and download. I just can't upload or use the ftp program to delete files or folders.
i did have the same problems on my server. I did install proftpd and everything works nice.
If you have desktop try to install proftpd and gproftpd. Its a gui for proftpd and its really easy to setup account and preferens
Re: FTP Issues with Server
Thanks andra. Now if i can only find some instructions on installing this i will be good to go. I'm still a Linux noob.. Which version do you recommend?
Looks like i might need C++ compiler installed too?? I'm having problems installing proftpd
Re: FTP Issues with Server
Quote:
Originally Posted by
Ion
Thanks andra. Now if i can only find some instructions on installing this i will be good to go. I'm still a Linux noob.. Which version do you recommend?
Looks like i might need C++ compiler installed too?? I'm having problems installing proftpd
apt-get install proftpd
apt-get install gproftpd
then you can open gproftpd and start making accounts with just writing gproftpd .
Re: FTP Issues with Server
Login to vsftpd as root with your root password and you should be able to do anything. Upload files, delete files whatever you want.
Re: FTP Issues with Server
Quote:
Originally Posted by
andra
Quote:
Originally Posted by
Ion
Thanks andra. Now if i can only find some instructions on installing this i will be good to go. I'm still a Linux noob.. Which version do you recommend?
Looks like i might need C++ compiler installed too?? I'm having problems installing proftpd
apt-get install proftpd
apt-get install gproftpd
then you can open gproftpd and start making accounts with just writing gproftpd .
Thanks andra! All the guides I found were saying that I needed to recompile the latest tar.. but when I tryed I found out I didn't have a C++ compiler installed.
Wow! Great call andra!!! All is working great now. getting 2.5mb-3mb from my server with the ftp now!!
Thanks a million