Ubuntu Servers :: Vsftpd - Users Can't Download?
Apr 14, 2010
I'm using vsftpd on my server. When I connect (using file-zilla) from other computers on the same network I can't download any files. I can upload, create directories, and delete stuff, but I can't download. I've disabled anonymous access and enabled local user log-in. My /etc/vsftpd.conf
Code:
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
[Code]...
View 3 Replies
ADVERTISEMENT
Oct 20, 2010
does anybody knows how to setup the same upload/download folder for all users ? My vsftpd has been installed on CentOS. Its using system user.
What should I put in /etc/vsftpd/vsftpd.conf to configure folder
/fileserver
for all users ?
View 2 Replies
View Related
Dec 3, 2010
I'm using vsftpd as my FTP server. I have set it up so I can access my home directory via FTP, requiring my login.
But I want to make a folder in my documents (or anywhere really), which only my colleague can access. But I don't want to make a local Ubuntu user account. He just needs to be able to send files to this folder, connecting remotely, using his own login details.
View 3 Replies
View Related
Jan 17, 2011
how to add files (and where) for anonymous download. I installed vsftpd and configure /etc/vsftpd.conf file...just few common options like allowing anonymous,download,upload. And now i can login with anonymous. But i dont know what to do next, i want to try to download and upload files.
View 9 Replies
View Related
Apr 13, 2011
i have a vsftpd server running well but i want to make/force all users to use sftp and not just ftp is this possible?
View 1 Replies
View Related
Aug 30, 2011
Am using proxy server as squid. In squid am using proxy_auth.Is any way to get the download size details for each & every users from access.log?
View 4 Replies
View Related
Nov 3, 2010
I recently installed vsftpd on my server. I noticed that users on the machine can login into vsftpd with their username and password on the machine and go to their root dir "/home/username".Now, I want to give some people a vsftpd username and password so they can upload and download files and folders to their folder, but this folder has to be in the "/var/www/(username)" folder. I don't want them to be able to go to any other folder than their own folder like "/var", "/etc" or "/home" etc. Also I don't want them to be able to login on the machine as a user, through putty for example. They should only be allowed to acces their folder with vsftpd, nothing else.
View 1 Replies
View Related
Mar 27, 2011
Ubuntu 10.04 32 bitsvsftpd 2.3.4 installed from sources
Code:
# cat vsftpd.conf
listen=YES
[code]...
View 1 Replies
View Related
Apr 19, 2011
I recently installed vsftpd and can't see any files I put in the nopriv_user folder.
I want to be able to login anonymously without a password, see files to download and upload files to a pub folder.
After installing and configuring vsftpd I created the ftp_priv user by doing "sudo useradd -d /home/ftp_priv -m ftp_priv".
Then I added a folder /home/ftp_priv/pub with permissions 777 and a test file.
vsftpd.conf
Code:
listen=YES
port_enable=NO
pasv_min_port=55000
pasv_max_port=55100
[Code].....
View 1 Replies
View Related
Mar 27, 2011
Ubuntu 10.04 32 bitsvsftpd 2.3.4 installed from sources
Code:
# cat vsftpd.conf
listen=YES
[code]...
View 1 Replies
View Related
Nov 18, 2010
I have many clients uploading to the same directory.
I have set chmod to 733 and chown to another user on the upload folder so that the different clients do not see each others files,
but that also causes the client to not see their own files after they are uploaded or not being able to resume broken uploads.
I would like the different user log in with their own username and password but all upload to the same directory and not see each others files, but just their own. Is this possible? Or does anyone have a tip how to achieve something similar?
View 1 Replies
View Related
Aug 27, 2010
I can't seem to get last logged in dat/time for vsftpd users. They are linux users maintained within passwd groups ect ... i think this is because ftp doesn't actually give them a real session. That being true, how do i get the last logged in time for my ftp users?
View 1 Replies
View Related
Mar 10, 2011
extracting a list of all vsftpd users with last login time.
ie,
USER NAME : LAST LOGIN TIME
View 1 Replies
View Related
Mar 18, 2010
I'm trying to configure vsftpd to just allow my local users to login and be confined to their home directory (and its sub-directories).
Here is my vsftpd.conf:
listen=YES
anonymous_enable=NO
local_enable=YES
[Code].....
I've tried multiple configurations to no avail. I always end up with this same end result.
View 3 Replies
View Related
Aug 10, 2011
Using THIS I was able to get virtual users working via standard ftp. After wrestling with selinux and such I'm able to log in as a user defined in the virtual-users file.
At the bottom is the vsftpd.conf. I can start the server no problem. I've been making edits to it so I'm not sure what's right/wrong at this point in it. I have a snapshot I keep reverting to where ftp works with virtual users and then I start monkeying with it again.
First problem I have is I'm not exactly sure how to test it. If I use WinSCP, I try SFTP and in the vsftpd.log I see:
Quote:Wed Aug 10 12:47:50 2011 [pid 3667] CONNECT: Client "192.168.xxx.xxx"
Wed Aug 10 12:47:50 2011 [pid 3667] FTP response: Client "192.168.xxx.xxx", "220 (vsFTPd 2.0.5)"
[Code].....
View 1 Replies
View Related
Apr 19, 2011
I recently installed vsftpd and can't see any files I put in the nopriv_user folder.
I want to be able to login anonymously without a password, see files to download and upload files to a pub folder.
After installing and configuring vsftpd I created the ftp_priv user by doing "sudo useradd -d /home/ftp_priv -m ftp_priv". Then I added a folder /home/ftp_priv/pub with permissions 777 and a test file.
vsftpd.conf
Code:
listen=YES
port_enable=NO
pasv_min_port=55000
[code]....
View 2 Replies
View Related
Jul 3, 2009
I'm testing a Debian Lenny virtual machine to simulate my ideal setup for FTP server (with vsftpd): I want all internal users (corporation users with Active Directory accounts) to ftp into the same directory (i.e. /var/FTP/AD-DOMAIN/) and external users (customers) to ftp into their home directories (created manually on request).
I added user_config_dir=/etc/vsftpd_user_conf option in /etc/vsftpd.conf file and I've created /etc/vsftpd_user_conf/domain-user1 with local_root=/var/FTP/AD-DOMAIN
I have setup vsftp so I can ftp with every external and internal user chrooted and is working properly. AD validation for internal users and "normal" validation (via /etc/passwd) for external users work perfect.
I can FTP this server into /var/FTP/AD-DOMAIN with any AD user with its home directory created (i.e. /home/AD-DOMAIN/domain-user1/) but if I try to ftp with any AD user without its home directory created I get the error "500 OOPS: cannot change directory:/home/AD-DOMAIN/domain-user2"
I have found some references (http://wiki.flexion.org/FtpServer.html and http://howto.gumph.org/content/setup...ies-in-vsftpd/) about vsftp PAM authentication so I would supposedly get rid of the error message and the user would log into /var/FTP/AD-DOMAIN without problems, but I can't figure out how to setup my FTP server.
View 1 Replies
View Related
Sep 17, 2010
I can not download locked files using vsftpd.If the file is not locked I can download it with no problem.If the file is locked I can not download
View 2 Replies
View Related
Nov 5, 2010
I've installed a fresh centos5 box and installed vsftpd however my first test user does not have permissions to his own home directory.
Quote:Status:Connecting to x.x.x.x:21...
Status:Connection established, waiting for welcome message...
Response:220 Welcome
Command:USER xxxxxxx
[Code].....
View 3 Replies
View Related
Jun 6, 2011
I want to enable the communication b/n ibm tsm server and ESX server . for that reason i want instal /etc/init.d/vsftpd in my sys. But iam unable to find the link which can provide me this software [/COLOR].
View 5 Replies
View Related
Nov 23, 2010
If I want to add Windows & Mac users as Samba users, must I first add them all as Ubuntu users? If so, since none of the other users will actually be working on the Ubuntu Server, how do I disable the other non-admin users on the Ubuntu Server login screen. I am using Webmin to administer some server settings, and command line for others.
View 3 Replies
View Related
Sep 24, 2010
I am building a new server on Rackspace Cloud. When they create an instance, it is a raw install. I have several other instances running Ubuntu 10.04 with vsftpd running just fine.But I have an app that doesn't like php 5.3 so I created a new server instance with Ubuntu 9.1 and php 5.2.Here is my problem... I install vsftpd EXACTLY the same way I've installed it dozens of times on Ubuntu 10.04. But when I try to access it, I get an ERROR 500 "vsftpd: cannot locate user specified in 'ftp_username':ftp. I'm SURE I'm using a valid username & password.
View 1 Replies
View Related
May 19, 2010
In my house I have a small computer running ubuntu karmic that works as a server/media center.
I would like to have a folder (my ~/public folder) openly available to the entire world via anonymous ftp.
I have read somewhere that the defauld vsftpd config is basically this: no local user login, anon only and sharing a folder called /home/ftp, but I can't get this to work.
Here is my /etc/vsftpd.conf file:
Code:
View 9 Replies
View Related
Feb 18, 2011
I made a "test" server recently, put a samba + apache + vsftp server on it. The first 2 work but the VSFTP server is troubling me. On my lan it works. but on a wan: My ISP blocks port 21 so I changed it to 2200, my friend tried to connect earlier (With "ftp://myip:2200") and he had to type in a name and password, he did that (I made him an account)he got 425 failed to establish connection. Now I Re-installed vsftpd again, did the exact same thing and now it just wouldn't connect. saying the webpage can't be found. Question 1: What should I do to let a user acces from outside of my LAN? I think it's because of passive mode: but I have no idea what ports I should open for passive mode? My ftp port is 2200.
FileZilla tells me.
Entering passive mode
Command: List
And than that it can't find directory's
View 9 Replies
View Related
May 29, 2011
Connecting remotely through FileZilla works ok, but I can't connect from localhost (FWIW I'm running WordPress and would like to be able to upload plugins from the dashboard).
I've got vsFPTPd installed and - I think - running:
Code:
# service vsftpd start
vsftpd start/running, process 25782
All ok so far... however I can't see it on any of my ports:
Code:
# nmap localhost
Not shown: 995 closed ports
PORT STATE SERVICE
22/tcp open ssh
[code]....
And of course if I
Code:
telnet localhost:21
That's 'Connection refused...'
Nothing in 'netstat --listen' either.
The odd thing is, I can connect fine using FileZilla.
To confirm, I have
Code:
local_enable=YES
set in my vsftpd.conf.
View 6 Replies
View Related
Aug 4, 2011
I'm running ubuntu 11.04 on two computers, and I had two ftp-servers running fine and well. But then, after a computer reboot, I'm not able to boot the servers anymore.
Code:
root@kjellern-lima:~# service vsftpd start
vsftpd start/running, process 2552
It says it starts running, but if I try to connect to it, or run:
Code:
root@kjellern-lima:~# netstat -a | grep ftp
nothing happens
View 8 Replies
View Related
Aug 12, 2011
I have some questions:
1) I want when someone trying to access my ftp domain(not from my home network) ,to ask him for username and password.
2) What is the difference between filezilla and vsftpd?They do the same job?(Ok,i added a user with vsftpd and now,what?)(Filezilla works and i can upload files)
3) When someone tries to connect to my domain(outside of my home network) it shows the "It works" page.When i access my domain from my pc it shows me the files i uploaded!How can i fix this???
4) When i try to connect via another pc (in my home) ,it shows the routers interface!
5) Filezilla works with SSH but when i try with FTP or when i use the wizard connection manger it shows the "connection timed out".I use shorewall and in the shorewall/rules i have "HTTP..SSH...FTP".
View 9 Replies
View Related
Jan 24, 2010
I just set up my own server and basically my folder is on say /media/disk1/ and my girlfriends is on /media/patato/ is there a way i can set it so that if i log in it goes to my folder and if she does it goes to hers.... I've currently got it set up as /media/ that it goes to but i cant get it to change it for each user (we can also browse each others drive and we dont want that, we want to be tied into /media/ourdirectory and all of its subdirectories) problem is that it is running on a computer that use to be functional (same install because I cant find my disk drive) so it cant use home folders....
View 1 Replies
View Related
Mar 19, 2010
I have installed vsftpd and would like it to be completely accessible to the world, but each time I test connect it propts for username / password. config:
#
# Sample anonymous FTP server configuration
#
[code]....
View 9 Replies
View Related
May 29, 2010
I just made a Ubuntu Server install in a virtual machine and am having trouble setting up FTP to transfer files. I've installed LAMP and vsftp. The web server works great, but FTP gives a connection refused error locally and remotely from the host machine. 'Connection attempt failed with "ECONNREFUSED - Connection refused by server".' nmap localhost doesn't list FTP as open even though I have vsftpd set to listen. I've tried restarting vsftpd with no luck.
View 9 Replies
View Related