Re: Very basic FTP question
- From: Nicola Attico <nicola.attico@xxxxxxxxx>
- Date: Sat, 14 Jul 2007 08:19:57 -0700
On 13 Lug, 23:00, Max <nom...@xxxxxx> wrote:
I didn't read that you modified something to /etc/vsftpd.conf so you
might check the part with:
#ascii_upload_enable=YES
#ascii_download_enable=YES
aaa
that's the reason, thanks Max!
uncommented and it's ok
There is also a nice explaination WHY it works like that
I wonder if this is the standard behaviour by default of all the ftp
servers around ?
# By default the server will pretend to allow ASCII mode but in fact
ignore
# the request. Turn on the below options to have the server actually
do ASCII
# mangling on files when in ASCII mode.
# Beware that turning on ascii_download_enable enables malicious
remote parties
# to consume your I/O resources, by issuing the command "SIZE /big/
file" in
# ASCII mode.
# These ASCII options are split into upload and download because you
may wish
# to enable ASCII uploads (to prevent uploaded scripts etc. from
breaking),
# without the DoS risk of SIZE and ASCII downloads. ASCII mangling
should be
# on the client anyway..
#ascii_upload_enable=YES
#ascii_download_enable=YES
ciao,
Nicola Attico
.
- References:
- Very basic FTP question
- From: Nicola Attico
- Re: Very basic FTP question
- From: Christoph Scheurer
- Re: Very basic FTP question
- From: Rikishi 42
- Re: Very basic FTP question
- From: Nicola Attico
- Re: Very basic FTP question
- From: Max
- Very basic FTP question
- Prev by Date: Re: Bridge and dhcpd problem
- Next by Date: pppd & gprs
- Previous by thread: Re: Very basic FTP question
- Next by thread: Controlling rate of tcp/ip data transmission
- Index(es):
Relevant Pages
|