FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 11.04 server.
Read more »a simple ftp program with python xmlrpc
Now we will try creating a sample file transfer program through which we can transfer files (text, images, movie) over the network. The logic behind this is the same that we used in the client server program shown in the above link.
Read more »Category: Beginner Tags:
How To Integrate ClamAV Into ProFTPd For Virus Scanning On Debian Lenny
This tutorial explains how you can integrate ClamAV into ProFTPd for virus scanning on a Debian Lenny system. This is achieved through mod_clamav. In the end, whenever a file gets uploaded through ProFTPd, ClamAV will check the file and delete it if it is malware.
Read more »Category: End User Tags:
- Login to post comments
Creating Encrypted FTP Backups With duplicity And ftplicity On Debian Lenny
When you rent a dedicated server nowadays, almost all providers give you FTP backup space for your server on one of the provider's backup systems. This tutorial shows how you can use duplicity and ftplicity to create encrypted backups on the provider's remote backup server over FTP.
Read more »How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian Lenny
This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Debian Lenny system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.
Read more »Category: End User Tags:
- Login to post comments
The role of the Debian ftpmasters
Linux distributions don't simply appear on mirrors and BitTorrent networks fully formed. A great deal of work goes on behind the scenes before a release sees the light of day.
Read more »Category: Community Tags:
- Login to post comments
Ubuntu 9.10: Virtual FTP Users
If you create user accounts on a server, and then allow people to log on to the ftp server under those accounts, there’s a chance that some hacker could find a way out of the chroot jail. That would allow him to access areas of the file system where he has no authorization, and possibly to plant Trojans or other malicious programs.
Read more »Ubuntu 9.10: FTP Connections
When you are using a FTP server you can connect using either Active or Passive connections. Each has advantages and disadvantages. When you set up FTP, in this example using VSFTPD, you need to make this connection decision. Active connections are safest for the server but at times may not work for some clients.
Read more »Virtual Hosting With PureFTPd And MySQL On Debian Lenny
This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.
Read more »- Login to post comments
FTP Server Course
FTP, file transfer protocol, is widely used on the Internet for transferring files. Though FTP has a terrible security record it continues to be very popular, mainly because it is so simple to setup and use. This course is designed to take you step by step through the proper setup of a FTP Server on CentOS.
Read more »Category: High End Tags:
- Login to post comments
Secure FTP with SSL and Ubuntu 8.04
FTP communication is not secure, all communication is plain text and can be easily captured. Despite this serious weakness, few do anything to secure it. There are simple ways to correct this with VSFTPD.
SSL/TLS With FTP
Read more »Networking 101: Understanding Layers
Many so-called networking classes will start by teaching you to memorize the name of every layer and every protocol contained within this model. Don't do that. Do realize that layers 5 and 6 can be completely ignored, though.
Read more »- Login to post comments
List of FTP Clients Available in Ubuntu Linux
FTP is a file transfer protocol for exchanging files over any TCP/IP based network to manipulate files on another computer on that network regardless of which operating systems are involved (if the computers permit FTP access). There are many existing FTP client and server programs. FTP servers can be set up anywhere between game servers, voice servers, internet hosts, and other physical servers.
Read more »Category: High End Tags:
- Login to post comments
Fedora 8 Server Setup: LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server)
This is a detailed description about how to set up a Fedora 8 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc.
Read more »Expert tricks for Nautilus
Nautilus, the official file manager for the GNOME desktop, can help you perform tasks from browsing the filesystem to accessing Samba shares on your local network or FTP sites on the Internet -- and more. Here are a couple of tips and tools that will allow you to open a terminal window from Nautilus and resize and rotate images without opening any other program.
Read more »- Login to post comments