Auto FTP 0.4 review

Download
by rbytes.net on

auto_ftp.pl came to be because I wanted to make a ftp client daemon that could be loaded on a server

License: GPL (GNU General Public License)
File size: 3K
Developer: Joshua Curtis
0 stars award from rbytes.net

auto_ftp.pl came to be because I wanted to make a ftp client daemon that could be loaded on a server. When you load this script, it will search for a shared folder for ftp transfers. Currently it will recreate folder and files on the remote site or just files. It also should transfer the file as ASCII or binary depending on the file type.

I do not have a install program as of yet. You must first change a few options in auto_ftp.pl and the conf file before you can use this program. More info can be found in each file. To install the
software move auto_ftp.pl to /sbin and them move auto_ftp.conf to /etc.

Also make sure that you use the following commands on the files.

chmod 700 /sbin/auto_ftp.pl
chmod 600 /etc/auto_ftp.conf
You must create this dir first
chmod 700 /tmp/ftp_tmp

You will also need to have libnet perl modules installed. They may
be downloaded from.
This is the version i used to write auto_ftp so it will work. If there
is anyproblems with newer versions please let me know.

What's New in This Release:
Added a option for port for each site in the config file. If its not defined it will use 21 as the default. Also did some code cleanup.

Auto FTP 0.4 keywords