fixed case for mklargefile.py in tests/Makefile.am
This commit is contained in:
parent
232e4f7a99
commit
052bae42dc
|
|
@ -1,3 +1,7 @@
|
||||||
|
Version NEXT
|
||||||
|
sven has added fspget URL command to setup.sh.
|
||||||
|
fixed case for mklargefile.py in tests/Makefile.am
|
||||||
|
|
||||||
Version 2.8.1b18 - 25 Nov 24 2003
|
Version 2.8.1b18 - 25 Nov 24 2003
|
||||||
This is MINIMUM REQUIRED VERSION for applications which are using
|
This is MINIMUM REQUIRED VERSION for applications which are using
|
||||||
javafsp library, only download machine atm. Javafsp library will
|
javafsp library, only download machine atm. Javafsp library will
|
||||||
|
|
|
||||||
6
INSTALL
6
INSTALL
|
|
@ -130,10 +130,10 @@ Server Administration:
|
||||||
directories under the current directory owned by
|
directories under the current directory owned by
|
||||||
the client creating the directory.
|
the client creating the directory.
|
||||||
|
|
||||||
.FSP_PRIVATE If this file exists, only the owner of the directory
|
.FSP_NO_GET If this file exists, only the owner of the directory
|
||||||
is allowed to read the contents of the files in the
|
is allowed to read the contents of the files in the
|
||||||
directory. Subdirectories of this directory will
|
directory. Newly created subdirectories of this
|
||||||
inherit the privacy protection.
|
directory will inherit the privacy protection.
|
||||||
|
|
||||||
Clients do not get to read the directory information directly.
|
Clients do not get to read the directory information directly.
|
||||||
Instead, fspd maintains a directory listing for each directory
|
Instead, fspd maintains a directory listing for each directory
|
||||||
|
|
|
||||||
10
fspd.conf
10
fspd.conf
|
|
@ -11,11 +11,11 @@
|
||||||
#
|
#
|
||||||
port 21
|
port 21
|
||||||
|
|
||||||
# The 'packetsize' sets maximal data size which will send FSPD in one
|
# The 'packetsize' sets maximal data size which will send FSPD in one packet.
|
||||||
# packet. FSP definition allows up to 1024 bytes of data and it is a
|
# FSP definition allows up to 1024 bytes of data (default value) and it is a
|
||||||
# recommended to use this value unless there is a reason to use a smaller
|
# recommended to use this value unless there is a reason to use a smaller one.
|
||||||
# one. If your fsp site eats too much bandwidth try smaller value.
|
# If your fsp site eats too much bandwidth try smaller value. !!! If you
|
||||||
# !! If you change this value you must delete all .FSP_CONTENT files !!
|
# change this value you must delete all .FSP_CONTENT files !!!
|
||||||
# packetsize 768
|
# packetsize 768
|
||||||
|
|
||||||
# The 'conf' command allows a global file to read local files so that
|
# The 'conf' command allows a global file to read local files so that
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
noinst_PROGRAMS=mklargefile cachecheck parsecheck randomcheck
|
noinst_PROGRAMS=mklargefile cachecheck parsecheck randomcheck
|
||||||
|
|
||||||
extra_DIST=mklargefile.py
|
EXTRA_DIST=mklargefile.py
|
||||||
|
|
||||||
cachecheck_SOURCES=../server/fifocache.c cachecheck.c
|
cachecheck_SOURCES=../server/fifocache.c cachecheck.c
|
||||||
parsecheck_SOURCES=parsecheck.c ../server/path.c
|
parsecheck_SOURCES=parsecheck.c ../server/path.c
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user