http://vsftpd.beasts.org/#about vsftpd will handle: * Virtual IP configurations * Virtual users * Standalone or inetd operation * Powerful per-user configurability * Bandwidth throttling * Per-source-IP configurability * Per-source-IP limits * IPv6 * Encryption support through SSL integration ...
0
votes
1answer
23 views
ftp/tcp server failing (looping)
I'm getting frequent errors in /var/log/messages and the ftp service is getting stopped and started over and over.
I haven't got any clue behind this error message and what is happening during these ...
0
votes
0answers
35 views
vsftpd chroot_local_user error
When I set chroot_local_user to YES in the vsftpd configuration, I get this error in my ftp client:
220: (vsFTPd 2.3.5)
Connected to 23.21.50.255.
Cmd: AUTH TLS
234: Proceed with negotiation.
Cmd: ...
0
votes
2answers
148 views
Installing RHEL/CentOS over FTP using kickstart
I have the following command to install CentOS using the virtual vsFTP server that I have at 192.168.122.1:
virt-install --name kickstart.example.com --ram 768 \
--disk ...
1
vote
0answers
73 views
FTP proxy with SSL support
I have a bunch of LXC containers with vsftpd daemon installed on each. I would like to forward/proxy traffic from dom0 server port 21 to particular containers based on ftp user name e.g. ...
1
vote
0answers
65 views
Windows client can't connect to vsftpd server
I've a problem about vsftpd server. I've created an vsftpd server with implicit ssl. It works perfectly with filezilla client on ubuntu 10.04, but when I run with filezilla client on windows, it got ...
0
votes
0answers
62 views
Vsftpd in passive mode on xen quest
I have xen node with couple of guests, all of them have dedicated IPs and configured with bridged network. One guest have installed cPanel+csf+pure-ftpd and it's working greatly in passive mode, ...
1
vote
0answers
34 views
Poor SSL performance with vsftpd
I'm trying to tweak vsftpd to achieve maximum performance for my usage:
I have only one or two clients that connect to the server.
File size is between ~15MB and 1GB.
Typical transfer batch ...
3
votes
2answers
99 views
sftp vs ftps, securing SSH and virtual users vsftpd
right now, i would like to encrypt data tranmission over ftp. I considered sftp and fpts. After reading the www, I concluded there is a general tendency to favor sftp over ftps (eg. ...
1
vote
1answer
498 views
Ubuntu 12.04 - Howto downgrade vsftpd?
How can I downgrade vsftpd from the latest Ubuntu package (2.3.5) to version 2.3.2?
I have tried to put this into /etc/apt/preferences file:
Package: vsftpd
Pin: version 2.3.2*
Pin-Priority: 1001
...
1
vote
0answers
23 views
Quotas in vsftpd on CentOS [closed]
Possible Duplicate:
Quotas in vsftpd?
I need to configure vsftpd so each user in chroot_list has it's own specific quota, however after a fair bit of googling I failed to find anything, is ...
0
votes
2answers
40 views
vsftpd - trim password for white space
Is there anyway to set the password to be automatically trimmed on space at start/end when logging in via FTP?
I have found that a lot of my clients are having problems when copy/pasting the ...
0
votes
0answers
66 views
Vsftpd very slow in Amazon EC2
I installed VSftpd on an Amazon Linux EC2 instance. I can connect with my user but it all seems a bit slow.
When I refresh it takes around 20 seconds to refresh a directory with 4 small files.
...
0
votes
1answer
190 views
Setting up VSFTPD for upload access
I've been trying to configure my ftp server and end goal I want the following:
-No anon read/write access.
-A single user with read/write access for myself
I've followed a tutorial to setup a pam ...
0
votes
2answers
43 views
vsftpd problems
I have created a user for vsftpd using
adduser ftpuser -d /var/www
and then I ftpd in using ftpuser.
issue is that when I try to write to sub directories, it would not allow that
how can I fix tht
...
1
vote
0answers
100 views
How to set up virtual users in vsftpd?
I've read this tutorial: http://howto.gumph.org/content/setup-virtual-users-and-directories-in-vsftpd/
My configuration is as follow:
---vsftpd.conf---
listen=YES
anonymous_enable=NO
...
-2
votes
2answers
87 views
can't ssh from port 22 to example.com:8080
-I have opened port 8080 and I can access it with 192.168.1.40 and also no-ip domain
-Installed vsftpd
-Opened port 80,8080,20,21,22 and 11000-11100
However I can't ssh to it. I have another sever ...
0
votes
1answer
29 views
GRSEC Not allowing Active FTP on Privileged ports
I've been testing an issue with FTP Active transfers recently and I've narrowed down a problem.
On my GRSEC enabled kernel, FTP Active transfers fail to establish on Privileged ports. Using identical ...
0
votes
1answer
55 views
vsftp change user ownership
In vsftpd, I would like to have user upload file directly to web directory(/var/www/site/) however, the web directory is owned by www user and group.
I know there is chown_username and such thing ...
0
votes
0answers
42 views
vsftpd failures
We have a user who is connecting with an automated program to our vsftp daemon - every 3 minutes, sending us a batch of files (about 10 - 20 files). 99% of the time, this works great.
Every once in ...
3
votes
3answers
207 views
VSFTP Config to send users to specific folders
I have approximately 30 users on a box. Those users are in overlapping groups(about 6-10 groups). I need them to be able to land in a specific folder based on their group assignment when they FTP in.
...
2
votes
1answer
93 views
Can't mv files between directories on vsftpd
I enabled this in vsftpd.conf
chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list
user_config_dir=/etc/vsftpd_user_conf
and here is the user ...
0
votes
2answers
100 views
VSFTPD - Linux (CentOS 5) - Making a single dir FTP root
I have a VPS with CentOS 5 installed.
I am using Apache 2.2 and mysql with it.
I am using VSFTPD for ftp.
I was wondering if it was possible, and if it was possible, then how, would I make a single ...
0
votes
0answers
52 views
Make a subdomain point to an ftp server?
I have a VPS with CentOS 5 running with apache 2.2 and mysql.
I am using virtualhosts to make subdomains (although this is quite tedious, it does work)
I want to know how I would go about making ...
0
votes
1answer
124 views
vsftpd and apache web root directory ownership conflict
I have a CentOS server machine and i installed vsftpd server following this article :
http://www.cyberciti.biz/tips/centos-redhat-vsftpd-ftp-with-virtual-users.html
I have created a virtual user but ...
0
votes
0answers
56 views
VSFTPD. Dates in file names, failed to change directory and all the rest
I'm trying to find out a bug: why my VSFTPD began showing file names with date of its creating in its name? For example: before in column File Name in FileZilla was name index.php.
After that - there ...
1
vote
2answers
296 views
Why is the chroot_local_user of vsftpd insecure?
I'm setting up on my VPS a vsftpd, and i don't want users be allowed to leave they're ftp home directory. I'm using local_user ftp, not anonymous, so I added:
chroot_local_user=YES
I've read in ...
2
votes
2answers
297 views
Using FTPS (FTP over explicit TLS/SSL) with active ftp?
I am using vsftpd with active ftp. I have module "ip_conntrack_ftp" (in /etc/sysconfig/iptables-config) on and port 21 is open. Connecting with FTP works, but FTPS doesn't. I can login but get no ...
0
votes
1answer
126 views
Vsftpd: log failed login attempts
I am setting up fail2ban for various services. Ssh went smoothly, but I have had no success with vsftpd so far. The problem is, that I can't find a way to get failed login attempts to appear in the ...
2
votes
1answer
95 views
Permanent mount and bind on CentOS?
I have set up a CentOS 6.2 VirtualBox along with FTP and Apache root of /var/www/html/.
By default, the user ftp account is set to /home/user_name/.
However, I'm guessing it's common practice to ...
0
votes
1answer
55 views
Adding existing user to existing group and providing permissions
can someone shed some light on this issue
I've set up and installed vsftpd. Created a user ftp-user and created a home directory, so they can log in, and just have access to drop their files here.
...
1
vote
3answers
163 views
FTP doesn't allow /usr/sbin/nologin user
I want to setup a ftp for couple of ftp-only users with vsftpd. I configured the FTP to enable local user access. It works fine. But once I edit the users' shell to /usr/sbin/nologin, it couldn't log ...
2
votes
1answer
144 views
Can I configure VSFTPD to listen only to localhost?
I have a legacy app that needs FTP and cannot do SFTP.
My solution is:
put an FTP server in place using VSFTPD
configure the firewall to accept port 21 connections only from localhost
Set up an SSH ...
0
votes
1answer
71 views
vsftpd won't start with ssl_enable=YES. Why or where can i find logs about why?
I just configured vsftpd but if try enable ssl in the config file, my server doesn't start.
vsftpd won't start with ssl_enable=YES
What can I do about this? I thought there should some information ...
1
vote
1answer
88 views
cannot connect to ftp server from lan?
i am trying to make my ftp server accessible (for download only) by other computers on my LAN using anonymous user and without password, when i connect to it from the same pc using filezilla it works ...
2
votes
3answers
127 views
How to configure Web/FTP Server so that it downloads .sh files instead of showing its content
I have an FTP server (vsftpd) where there are many files of various types. Normally when you click on .tar.gz file in your browser, it starts downloading it.
The problem is when user clicks on .sh ...
1
vote
0answers
184 views
Vsftpd virtual users hidden quota?
I have a problem with vsftpd on Ubuntu 10.04 LTS.
I have configured vsftpd enabling virtual users, everything works fine until the size of the specific virtual users home dir reaches 40GB
then I get ...
0
votes
1answer
173 views
vsftp “Access is denied” when writing as an authenticated user
I have set up vsftpd for private FTP. Only authenticated users in the ftp group can login.
Also, every user is chrooted to its home directory (/home/username)
chroot_local_user=YES
I can log in, ...
0
votes
1answer
110 views
Debian: sftp-server still running after removing vsftpd?
After i removed vsftpd from my new vserver with debian5, there is still some process called sftp-server running and managing ftp-connection.
How can i turn that off? Where does it came from?
...
0
votes
2answers
241 views
VSFTPD Unable to set write permissions on folder
I've just set up my first FTP server with VSFTPD on cent os . I can connect to it fine using a user in the group ftp-users but I get read only access . I've tried several different CHMOD codes on the ...
1
vote
0answers
41 views
Resources for setting up clustered FTP servers on CentOS?
Does anyone have any resources that can lead me to a how-to or at least more information on setting up clustered FTP servers on CentOS?
I'm very new to servers in general (all I've done is set up a ...
0
votes
1answer
133 views
vsftpd not allowing anonymous users to append to existing files (APPE)
I have a problem with vsftpd not allowing anonymous users to append to files that they have uploaded. Uploading files initially works perfectly file. Changing the permissions on the uploaded files ...
1
vote
2answers
1k views
vsftpd error: 500 OOPS: vsf_sysutil_bind
I'm trying to use Filezilla on Windows to connect to a linux ec2 instance running vsftpd 2.3.5 (have also tried 2.3.2 with identical results) but the server keeps responding with 500 OOPS: ...
2
votes
1answer
57 views
How to set individual root folder for every ftp user other than home folder
Installed vsftpd server in Redhat Linux 5. Where, i want to give the ftp access for my developer other than home directory that is for example /var/www/ directory contains project data.
Here, how ...
0
votes
0answers
352 views
vsftpd upload / directory 550 permission denied (chmoded, port opened, write enabled)
Basically upload / download is somewhat blocked by 550
After much googling, i have done the following
chmod 777 -R /home/ftpRepo
open up the ports (20,21, passive, and more)
write enabled
And it ...
0
votes
1answer
163 views
Setting vsftpd to allow me uploading to /var/www, got 500 OOPS: cannot change directory:/root
I'm using an Amazon EC2 istance as developer and testing machine. Since i'm on windows i can't mount the virtual EBS volume for editing purposes. Too bad.
For this reason i've installed and ...
0
votes
1answer
50 views
Automatically convert all file and folder names to lowercase and set permissions to 644 on upload with vsftpd
I'd like to have vsftpd convert all uploaded filenames matching /home/$USER/public_html/* to lowercase, and set the permissions to 644 upon upload. Is this possible and how can I do this?
0
votes
2answers
407 views
VSFTPD Config for Upload of Files
I have been trying to figure out how to allow users to upload to a directory with VSFTPD on an Apache2/Redhat5.5 server. I have been trying for hours to allow anonymous users to upload. Out of ...
2
votes
1answer
323 views
Setting up VSFTPD on AWS EC2 Instance
I'm trying to set up VSFTPD passive hosting on my EC2 instance. I ran through these instructions http://www.synergycode.com/knowledgebase/blog/item/ftp-server-on-amazon-ec2 . However, when I tried to ...
0
votes
1answer
107 views
vsftpd not allowing local users to connect
I have CentOS running vsftpd but I am unable to connect using loccl users (local_enable=YES). If I set anonymous_enable=YES then it works just fine, but when I enter my user name and password (I don't ...
0
votes
0answers
78 views
FTP Connection Not Being Established Seemingly Randomly
The server is ubuntu linux with vsftpd.
Tried connecting remotely with windows machine using FileZilla and with Dreamweaver and both have errors. FileZilla keeps saying "Connection established, ...