|
What is FTP Server?
|
It is the program that allows you to copy files from remote computer
to and from the computer where FTP Server program is installed.
You can do it using any FTP Client
(the program that should be installed on the remote computer).
If you have the file manager program like
Total Commander
that has built-in FTP client, you can manage the files
like they are on the computer where you are working now.
|
|
|
|
What do you need to use FTP Server?
|
|
To connect to the computer where FTP Server is installed,
you need to know IP or URL of this computer, and Internet access.
|
|
|
|
cvFTP is the software that is ready to use but
we will upgrade it from time to time. In order to receive the news about the
upgrades, please register here for free.
|
|
|
|
cvFTP Server is developed for using it on Windows platform.
This is absolutely free software that you can use for any purpose.
We develop custom protocols.
INSTALLATION
The program does not modify the Windows Register.
To install the program, download cvFTP.zip
and unzip it to the directory where you want to run it.
The following files must be in this directory:
| cvFTP.default.conf | | default configuration file |
| cvFTP.exe | | FTP server executable file |
| ReadMe.txt | | file with the manual |
| SocketErrors.txt | | the file with the socket errors |
| borlndmm.dll | | Borland library |
| cc3250mt.dll | | Borland library |
|
FIRST RUN
Run cvFTP.exe file. Close the program. You will see some files that were
created by cvFTP.exe:
| cvFTP.log | | log file |
| cvFTP.mm | | memo log file |
| cvFTP.ini | | ini-file |
| cvFTP.conf | | your configuration file |
|
cvFTP.ini FILE
| Section [Main] |
| Memo Log File | | <Path to Memo Log File> |
| Log File | | <Path to Log File> |
|
| Section [Server] |
| Configuration File | | <Path to Configuration File> |
| Maximum Connections By IP | | <Maximum Allowed Connections of the Client with the same IP sddress> |
| Maximum Active Connections | | <Maximum Active Connections (for data transfer)> |
| Maximum Signins In a Row | | <Maximum Signins In a Row>, it this number is not positive, then no this restriction |
| Maximum Idle Time (sec) | | <Maximum Idle Time (sec)>, it this number is not positive, then no this restriction |
|
cvFTP.conf FILE
This file contains the following information:
[Users]
user_0=<user_name>;<password>;<user_directory>;[R]
user_1=<user_name>;<password>;<user_directory>;[R]
...
To add new user, type the line:
user_<nnn>=<user_name>;<password>;<user_directory>;[R]
where <nnn> is the next number in user_... sequence.
<user_name> is the user name, <password> is the the password which the user
will type when FTP client will ask it, and <user_directory> is the root
directory for this user. If R symbol exists at the end of the line, this user
can read only.
USING THE PROGRAM
To make the FTP server active, just run the program, to deactivate - close it.
Use "Terminate" button in emergency cases only! In regular cases close the
application in the usual way.
|
|
|
|