similar to: vsFTPd and hidden files - standards compliant?

Displaying 20 results from an estimated 4000 matches similar to: "vsFTPd and hidden files - standards compliant?"

2006 Jul 15
1
vsftpd virtual users not able to delete the files (second time post)
hey friends, I am using vsftpd version 2.0.1 on Centos4.0. I am trying to create some virtual users who can upload,download and delete the files in their particular directories. I followed the below link to create the virutal users http://linuxsir.zahui.net/html/23/43449.htm I have created a user called "tester" and the entries in the tester file (/etc/vsftpd/vsftpd_user_conf/tester)
2018 May 23
7
Vsftpd vs. iptables firewall script
Hi, I'm currently setting up a local FTP server, to receive disk images sent with G4L (Ghost4Linux). This server has been running Slackware Linux before, and the Vsftpd setup was relatively simple. With CentOS things seem to be slightly different, so I'm currently trying to work things out. For the moment, two things seem to be creating problems, the simple iptables firewall and
2008 Jun 10
1
vsftp 553 Could not create file
HI, I am facing problem in connecting ftp from the windows client. CENTOS5U1 Running vsftp daemon. From linux client i am able to upload and download. When i do an ftp upload of any files or folders from windows command line i am getting below error . *vsftp 553 Could not create file* *NOTE: SELINUX IS DISABLED AND THERE IS NO FIREWALL RUNNING* See my user permission and ownership details
2007 Mar 14
1
How to enable download via web browser with vsftpd?
HI , I setup vsftp yesterday as a local user only mode. No anonymous was enabled. I set up this vsftpd on my machine running CentOS 4.4. its ip is 192.168.101.25. so when I login as ftp://192.168.101.25/ via web browser, I am promted the username as password. After inputing username and password, I can login successfully. Then I can download everything as usual. But I can not upload any data ?
2012 Mar 02
1
VSftp, ssl/tls, slight issue with directory listings
Centos 6, stock installation, no additional repos added. vsftp works fine in regular mode, going to ssl I got issues. I get as far as 'directory listing' and it dies. It times out and disconnects. file: /etc/sysconfig/iptables-config added: IPTABLES_MODULES="ip_conntrack_ftp" (without this line, ftp normally fails, afraid it may be causing issues with the ssl) iptables -A
2006 Jan 17
1
vsftpd bug "or" feature ?
greetings today i was expanding my knowledge of vsftpd on a low traffic CentOS 4 production environment server i have fyi, i was working on learning to setup a chroot environment by the simple editing of /etc/vsftpd/vsftpd.conf so, as i normally do when i start making changes i did this cd /etc/vsftpd/ cp -a vsftpd.conf bak-vsftpd.conf then i made the edits in /etc/vsftpd/vsftpd.conf that i
2007 Sep 22
3
vsftp question ?
Hi, I want to setup vsftp on centos 4.5. 2 types of ftp. they are active and pasive. What is the default type ftp type o CentOS ? Is is PASIVE ftp? in /etc/vsftpd/vsftpd.conf, I found below line. What should I do for below line? # Make sure PORT transfer connections originate from port 20 (ftp-data). connect_from_port_20=YES Should I COMMENT it out? I need a very secure ftp service. YOUR
2006 Jul 08
0
vsftpd virtual users are not able to delete the files or folders
hey friends, I am using vsftpd version 2.0.1 on Centos4.0. I am trying to create some virtual users who can upload,download and delete the files in their particular directories. I followed the below link to create the virutal users http://linuxsir.zahui.net/html/23/43449.htm I have created a user called "tester" and the entries in the tester file (/etc/vsftpd/vsftpd_user_conf/tester)
2018 May 23
0
Vsftpd vs. iptables firewall script
Hi, Try "iptables -I INPUT" for your FTP rule. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Nicolas Kovacs" <info at microlinux.fr> > To: "CentOS mailing list" <centos at centos.org> > Sent: Wednesday, 23 May, 2018 15:24:45 > Subject: [CentOS] Vsftpd vs. iptables firewall
2005 Sep 19
2
Vsftp is not writing a log file
No doubt I am making some stupid mistake in the log file, but I cannot get vsftp to create a log file showing the transfers. Here is my conf file: # Example config file /etc/vsftpd/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. # # READ
2018 May 23
1
Vsftpd vs. iptables firewall script
Le 23/05/2018 ? 16:58, m.roth at 5-cent.us a ?crit?: > A suggestion: once you've got the firewall issue dealt with, set selinux > into permissive mode; *then* you can figure out what it's complaining > about, while at the same time, your system will be available. Once you've > fixed those issues, then you can make it enforcing. This is always my approach. Turns out the
2007 Sep 09
1
Problem with VSFTP
I have a vsftp server hosted on custom dyndns site. We have a 4mb ADSL connection. When I tried to download the files from the ftp server with wan IP address or the dyndns address it downloads some files and disconnects. Please find below an extract from the log file (ace ftp client). I would appreciate if someone could guide me, possibly with a solution for this problem. Many thanks
2008 Sep 24
0
auto create user home by vsftpd
Hi everybody, we using our centos server with vsftpd and windbind. our users can log on via ftp on the centos server by using their windows-ad-domain-accounts. That's working fine. But vsftpd doesn't auto create user home dirs, if the user connects the first time to the system. Anybody some suggestions why? Our configuration in the /etc/pam.d/vsftp: session
2018 May 23
0
Vsftpd vs. iptables firewall script
On 23 May 2018 at 10:24, Nicolas Kovacs <info at microlinux.fr> wrote: > Hi, > > I'm currently setting up a local FTP server, to receive disk images sent > with G4L (Ghost4Linux). > > This server has been running Slackware Linux before, and the Vsftpd > setup was relatively simple. > > With CentOS things seem to be slightly different, so I'm currently >
2007 Feb 27
2
Problem with VSFTP
I have setup an ftp server with VSFTP over Centos 4.4. Everything works fine except when I login though IE it doen' ask for the username password but by default it goes to Pub folder. (/var/ftp/pub). I need to access this through view--> open ftp folder in separate window -> file --> login. In short the server doesn't prompt for username when I type the ftp address on the
2018 May 23
0
Vsftpd vs. iptables firewall script
Nicolas Kovacs wrote: > Hi, > > I'm currently setting up a local FTP server, to receive disk images sent > with G4L (Ghost4Linux). > > This server has been running Slackware Linux before, and the Vsftpd > setup was relatively simple. > > With CentOS things seem to be slightly different, so I'm currently > trying to work things out. For the moment, two things
2007 May 14
2
vsftp anonymous upload access
I'm trying to set up anonymous ftp using vsftp. I want to be able to allow uploads. The anonymous id is userid "ftp". The ~ftp/ directory is actually owned by root, but ~ftp/pub is owned by ftp. Here's the vsftpd.conf: anonymous_enable=YES anon_upload_enable=YES local_enable=NO write_enable=NO local_umask=022 dirmessage_enable=YES
2005 Aug 02
2
VSFTP/MySQL
Hi guys, Just a quick question, I've been slowly moving all my user services to mysql backend, I realise it's probably not as good a choice as LDAP, but you tend to stick with what you know. To that end I want to setup both Apache and VSFTP to use mysql db for virtual users. Basically I want to create virtual users that are locked into their own home dir and have apache use mysql to
2007 Sep 07
1
vsftp and nonpriv_user option question
thhis didnt go through completely the first time. I am a bit confused as to how this works. I created a local unpriveleged user (with /bin/nologin shell). i uncommented the line containing nopriv_user=ftpsecure and restarted vsftp. I am confused as to what is supposed to happen. Shuld the daemon /usr/sbin/vsftpd be run as root or should it be ftpsecure? Or is the account only used to
2006 Apr 29
3
wu-ftpd, proftpd, or vsftpd!
I have tried to configure an ftp server on one of my machines, I want to all authenticated users to be able to upload files to the apache web root /var/www/html. This machine is behind a firewall/router and will not be exposed to the outside world. I want to know if someone can point me to a good tutorial on setting up one of these servers, I have read the man pages and googled for possible