webbased ftp client installing and configuring net2ftp in linux
net2ftp is a web-based FTP client written in PHP.Web-based means that net2ftp runs on a web server, and that you use a browser (for example Internet Explorer or Mozilla). FTP is the communication method to access files on a remote computer. You need it to access your files on the account given by your provider to host your homepage. FTP is different from HTTP in that it was made specially to transfer (big) files. If a transfer is interrupted, with FTP you can resume it where it broke off, whereas with HTTP you can not. PHP is a programming language that is used to make dynamic websites.
Advantages with net2ftp :
- Can be accessed from anywhere with a web browser
- Connection can be secured using HTTPS
Now you need to unzip that net2ftp_v0.98.zip and copy to /var/www folder
after unzip now you need to configure
fire change the directory
$ cd /var/www
now you need to change the ownership
var/www$ chown -R www-data:www-data ftp
then for /tmp you need to give 777 permission in ftp folder
var/www$ chmod 777 ftp/tmp
now you need to edit the configuration file
var/www/ftp$vi settings.inc.php
default_language
encryption_string
admin_username
admin_password
check_consumption: no
/var/www/ftp$vi settings_screens.inc.php
#allowed_ftpservers: <hostname>
# allowed_ftpserverport: 21
#banned_keywords: NONE











Leave your response!