The "Very Secure FTPD" is a *nix (Unix, Linux) FTP Server.

learn more… | top users | synonyms (1)

0
votes
0answers
33 views

My admin virtual user in vsftpd cannot overwrite files

I used this guide, and step 8 says it will do what I want. What is strange is that while the admin user I created is allowed to browse through the entire system and transfer files both ways (like I ...
0
votes
1answer
35 views

allow anonymous users to upload in /var/www

im fully aware the risk of this setup regarding anonymous upload, but basically, i want anonymous users to upload on my webserver /var/www im using vsftpd btw I did mount --bind /var/www ...
0
votes
0answers
24 views

How to use specific IP with vsftpd?

Here is the scenario: 1) We have one AWS Ubuntu server Server 2) This server is working as ftp client 3) Now when we try to connect to XYZ companies ftp server using this AWS server as client, ...
0
votes
0answers
55 views

How to setup FTPS server in Ubuntu

At the moment I'm trying to setup a vsftpd server on 12.04 to allow users to login/download files via ftps to aid testing during some development work. When I attempt to connect using FileZilla in ...
0
votes
1answer
155 views

can't login to FTP after upgrading to 13.04

I'm using vsftpd as ftp server. Till upgrading 13.04 ftp worked normally, i used my user/password as ftp password. But after upgrading to 13.04 i can't login to ftp. I added new user to system, can't ...
0
votes
0answers
72 views

Install Pure-FTPd without uninstalling vsftpd

I'm trying to install Pure-FTPd, and I would like to run it side by side with vsftpd (on a different port). However, when I do apt-get install pure-ftpd it says that vsftpd will be removed. Is it ...
0
votes
0answers
68 views

Creating virtual users in vsftpd

I've installed and set up vsFTPd successfully with TLS/SSL support and I am able to log in with local users, but I need to able to create virtual users that have access to multiple folders with ...
0
votes
0answers
60 views

User setup and restrictions with vsftpd

I am new to vsftpd so my apologies if this has already been asked, but I didn't find it from my searches here. I am looking for a way to create an FTP that will allow me to: Assign file size ...
1
vote
1answer
41 views

Vstfpd and many accounts creation: is there a howto?

I've been googling around and didn't find valuable answer. I have 98 students. I want to create, for each student a directory where they can upload their own files. Unless I'm wrong, it seems I'll ...
0
votes
1answer
47 views

vsftp server configuraton in

i am going to develop a photo selling webapp, in that every user has options to upload there photos via ftp (ubunut 10.04 + vsftpd) , folder structure /var/www/project/downloads_ftp_folder ...
1
vote
0answers
171 views

vsftpd chroot opps on ubuntu 12.04

I'm unfamiliar with deb based systems, so my apologies if the solution is simple. I'm trying to setup vsftpd to jail users to their home directories. I get the 500 OOPS: vsftpd: refusing to run with ...
2
votes
0answers
657 views

VSFTPD 553 error: could not create file

Fresh LAMP server setup with Ubuntu 12.04 and VSFTPD. I'm trying to access the /var/www folder (web root) with FTP user. I created a new user ftpuser and added it to the www-data user group created ...
1
vote
0answers
477 views

Configure vsftpd to chown uploaded files

I have vsftpd up and running on my Ubuntu server. This is a development server and I want to be able to FTP my code directly to the directory which Apache is serving out. As most of you know, ...
1
vote
1answer
548 views

vsftpd: chroot_local_user causes GNU/TLS-error

Distro: Ubuntu 12.04.2 Server 32-bit Server client: vsftpd 2.3.5 (from default "main" repository) Problem: Since upgrading from Ubuntu 10.04 to Ubuntu 12.04 (nothing changed on client-side), vsftp ...
4
votes
1answer
13k views

Ubuntu 12.04 500 OOPS: vsftpd: refusing to run with writable root inside chroot() Keep user jailed

Before you close this out to repetition, I have been researching all of the proposed solutions to this bug and so far I have been unable to keep a FTP user jailed to their website directory. While I ...
0
votes
0answers
71 views

I need help connecting to vsftpd from the internet

I'm having a really hard time getting into vsftpd via the internet, i can connect locally and use my local login credentials but if I try to access it from the internet it will not accept anything I ...
3
votes
1answer
70 views

Assign Group rights to folder

Hello I am new with ubuntu and I have a question. I created a user ABC. I created a group XYZ. I added user ABC to group XYZ . I have a folder mounted mydrive. I mounted it under as I have attached ...
0
votes
0answers
65 views

vsftpd issue when restarting

I am working with Ubuntu 10.4 and I installed vsftpd without problems. However, when trying to restart the service by executing the following command to apply new configuration from my vsftpd.conf ...
5
votes
1answer
95 views

Lost sudo privileges

Last night I was working on installing vsftpd on my Ubuntu 12.10 server. I shutdown last night and when I booted up this morning I seemed to have lost the abilities to sudo anything. It just says, "** ...
1
vote
2answers
105 views

FTP Changes file permisions

I am trying to make changes to my website over ftp but when I save any files it changes the permissions and owner to my username. I can edit files in the same folder trough samba without changing the ...
0
votes
1answer
2k views

vsftpd - restrict users to home directory

Setup vsftpd easily If I run this config: listen=YES anonymous_enable=NO local_enable=YES write_enable=NO dirmessage_enable=YES use_localtime=YES xferlog_enable=YES connect_from_port_20=YES ...
1
vote
0answers
298 views

Vsftpd upload “permission denied” issue

Hi i have installed and configured ftp server on ubuntu 12.04. vsftpd.Config #anonymous_enable=YES write_enable=YES. when i drag and drops files to the Sever with filezilla, it fails: ****550 ...
2
votes
1answer
717 views

vsftpd any password work for local users

My setup of vsftpd allows for local users to login using their usual passwords and another set of users to login through a passwd file. The problem I have now is that when using a local user's login, ...
1
vote
1answer
210 views

FTP server user adding

Im setting up a ftp server using vsftp and i need to ask it:How in the world you set your login details? Ive found on the internet a lot of guides, but all say to add users in a specific file, BUT ...
0
votes
0answers
21 views

Where to put files which i need to share on vsftpd?

I installed ftp server vsftpd. And it s working fine. I installed it using apt-get. But where should i keep my files which i need to share though ftp?
0
votes
0answers
164 views

Major problems with Tomcat 7 deployment to Ubuntu

I have set up a home web server successfully for Ubuntu version 12.10 inclusing: openssh-server (running and working) tomcat7 (running and working) vsftpd (could be my issue) I am not able to load ...
1
vote
1answer
77 views

Home directory lost the execute permission flag. What can cause this?

Did anyone ever experienced a home directory mysteriously becoming non-executable? The context: Ubuntu 10.04. The vsftpd server is installed and running. I have created a regular user ftp_poze. ...
2
votes
0answers
285 views

Unable to connect FileZilla to ubuntu ec2

I have a micro ubuntu instance on ec2. I have done a passwd to set it to simple password. I have installed vsftpd on the ec2 instance. And imported the ec2 pem file via FileZilla-Settings-SFTP, and ...
1
vote
0answers
219 views

Cannot get vsftpd to work

I have installed vsftpd on my server. I am running Ubuntu 12.04 LTS. When I try to connect using FileZilla I am getting this message: Status: Connection attempt failed with "ECONNREFUSED - ...
0
votes
0answers
63 views

vsftpd not responding to FEAT command

I just installed a fresh copy of 12.04 server and added vsftpd. Everything seems to work fine, but if I enter the FEAT(features) command, I simply get an invalid command reply. Unfortunately, some ...
0
votes
1answer
352 views

Users in vsftpd

This my example of vsftpd.conf anonymous_enable=NO pam_service_name=ftp local_enable=YES write_enable=NO anon_upload_enable=NO anon_mkdir_write_enable=NO anon_other_write_enable=NO ...
1
vote
0answers
426 views

VSFTPD installed, but I can't restart/stop it

I've installed VSFTPD on my VPS running Ubuntu server 10.04. When connecting using FTP clients such as Filezilla it's working perfectly. However when I use my Drupal's native FTP client to update the ...
0
votes
1answer
190 views

FTP server not able to connect outside the network on Ubuntu 12.04 [closed]

I am using Ubuntu 12.04 LTS. I am setting up a ftp server using vsftpd in Ubuntu. Inside my network the ftp server works perfect, but it does not work outside my network. Please help me with the ...
1
vote
0answers
178 views

VSFTPD zombie process not being terminated

I installed vsftpd and was in the process of configuring it. When I sent the vsftpd server stop command: sudo service vsftpd stop I received: stop: Unknown instance So I went ahead and ...
1
vote
1answer
178 views

A specific user is unable to log in to vsftpd

I am setting up a new user let his name be ftpguy. He has access to only one directory /var/www/xxx. I have already chowned the directory so that he has write and read privileges. The user is also ...
2
votes
1answer
637 views

VSFTPD: default to local user subdirectory

The goal: when a local user logs in to ftp, the user is directed to /home/{username}/htdocs. The expectation is that FileZilla or equivalent will show / and the contents of /home/{username}/htdocs ...
4
votes
1answer
4k views

How to create a user for ftp server?

I'm using vsftpd. I need an ftp server for my web server, I can login under my account of course, but I can't do the main thing it's meant for and add/edit/remove files in my var/www directory. ...
0
votes
1answer
12k views

500 OOPS: cannot change directory: /home/user/public_html, VSFTPD error

I setup VSFTPD on my Ubuntu server 12.04, it worked very good. Until I tried to change the permissions of the user so the user couldn't go in the / directory and only in the directories inside ...
0
votes
0answers
374 views

FTP Error Message while adding themes to Drupal

I am trying to set up the “Appearance” functionality in Drupal so that I can add new themes. I installed LAMP from these directions http://www.howtoforge.com/ubuntu_lamp_for_newbies, and then ...
1
vote
0answers
250 views

ubuntu server 12.04 ftp access via Transmit

I am trying to get access via FTP. I have installed the vsftp service on the server, but now when I log in via FTP I am unable to upload files. I am setting up this LAMP server for a ...
0
votes
1answer
482 views

How do I hide other users folder?

I have used vsftpd to create and FTP server. I am using Ubuntu 12.04 desktop version. I want to show directories that are assign to that user only. For example, I have created users "a","b","c" and ...
0
votes
0answers
27 views

hide other users directory on FTP server [duplicate]

Possible Duplicate: How do I hide other users folder? I have used vsftpd to create FTP server.I am using ubuntu 12.04 desktop version. I want to show directories that are assign to that ...
0
votes
0answers
37 views

How to set up the routine for ftp to fast download? [duplicate]

Possible Duplicate: How to set up the routine for MySQL to fast download? I 'm working on setting up a fast download game server for half-life. I have game set up works good, have vsftp ...
0
votes
1answer
223 views

directory not listing on web-browser for ftp server

I have used vsftpd to create FTP server.I am using Ubuntu 12.04 desktop version.the problem is that when I hit the ftp: //myservername/ on the browser it shows only Index of / Name Size Date ...
2
votes
1answer
680 views

how to hide hidden directory on ftp client

I have used vsftpd to create ftp server.I am using ubuntu 12.04 desktop version.I have issue with hidden file, When I access server through FTP client its shows all the directory including hidden ...
1
vote
1answer
606 views

Hide Directory of other users on FTP

I have used vsftpd to create ftp server of my ubuntu 12.04 desktop version. I have created too many users on ubuntu desktop.the problem is that..When I access it through FTP client with specific ...
0
votes
1answer
738 views

How to tell which of the two FTP server running is serving an FTP request?

I was asked to reconfigure and make some order in a FTP server which is operating on Ubuntu 10.04. I have root access to the machine. When checking what server is running, I get: # ps -ef | grep ftp ...
0
votes
1answer
228 views

How to see currently connected clients of vsftp

I'm using vsftpd. Now I would like to now if - and if, who - someone is currently connected to the server. Is it possible to find out, if anybody is connected, how many and even who is connected?
1
vote
1answer
275 views

Creating physical folders and FTP account with bindings in Apache2

Our client wants 2 subdomains creating: mobile.website.co.uk 5thbirthday.website.co.uk I did this on the DNS server pointing them to the IP where the website was hosted. I then SSH into the Linux ...
1
vote
2answers
14k views

How to use vsftpd to set up an FTP server and how to access that server from another computer? [duplicate]

Possible Duplicate: GUI FTP Server Recommendation This is my first attempt at using any Linux based system. This is also my first attempt at setting up an FTP server. I'm running Ubuntu ...

1 2