Everything FTP

All You Need to Know About FTP’s

FTP vs. HTTP


ed-thelen.org

Internet is not just a luxury, but already a necessity nowadays. The most important function of the internet is to share knowledge around the world – either free or not – which can be propagated through the use of messages, links, or e-mails. The process of transferring this information can be very monotonous, and so FTP came into the picture. It means File Transfer Protocol which is basically the process of transferring data over the internet.

The difference between FTP and HTTP is this: in HTTP one requires a web browser whereas FTP needs a server. Generally, businesses use FTP to permit their clients to upload web pages to their servers.

Developer Tools


haacked.com

If you need to implement file transfer capability and you are a software developer, you will need to search for the components to do the job. You have built-in support for FTPS in a .NET Framework. However, functionality of this class does not include any support for SFTP or SSH.

In VCL, you will have a selection of free libraries and components which provide FTP functionality. You can get FTPS for free when you add OpenSSL to them. You can use one of the commercially available libraries for FTPS and SSL support if you do not want to deal with OpenSSL DLLs.

FTP History (Part 2)


www.vintage.org

Another security standard has grown in UNIX systems. It’s the SSH family of protocols. Securing remote shell access to UNIX systems is the primary function of SSH. Later, SSH was already extended with file transfer protocol – SCP (in SSH 1) SFTP (in SSH 2). The version 1 of the SSH protocol is already insecure, outdated, and generally not recommended for use. After a while, SCP is not used anymore and SFTP already gained popularity everyday. The abbreviation of “SFTP” is often mistakenly used to relate to a Secure FTP. However, these people often mean “FTPS” – which is the real secured FTP.

FTP History (Part 1)


www.juiced.gs

FTP protocol or file transfer over the network took root in 1980. This is when the first RFC for FTP protocol was ever published. The functions of FTP include uploading, downloading and deleting files, creating and deleting directories, and reading directory contents. FTP has certain disadvantages which makes it harder to use although it is very popular. Major drawbacks would be the lack of uniform format for directory listing – though not supported by some servers; this problem was partially solved by introducing MLST command. Another disadvantage would be the presence of secondary connection (DATA connection). FTPS is the secured version of FTP.

FTP used in Cisco CCNA Exam Tutorial


pagesperso-orange.fr

When studying for the CCNA exam, the first thing that you should do is to memorize a list of port numbers and protocols that run on those ports. If you’re an experienced networker, you would know these protocols – SMTP, FTP, DHCP, and DNS. But maybe you have not heard of one protocol which is vital for working with Cisco switches and routers, and in CCNA exam studies. That’s TFTP – Trivial File Transfer Protocol.

TFTP is a non-secure relative of FTP. There are no authentication scheme and no passwords. It is used in Cisco to perform IOS upgrades and save configs to TFTP Server. Cisco routers can serve as TFTP themselves, or you can use a workstation.

P4P Aims to Speed Peer-to-Peer File Transfers, Reduce Traffic

The New York Times wrote a story last week about an alarm about the amount of data flowing through the Internet. It has been observed that the bandwidth is taking a major hit these days… there’s just too much data being passed to and fro.  While the story focused on the video such as YouTube, it’s also true that the P2P traffic – much as ISPs may hate to admit it – makes up a very significant percentage of network traffic.

The P4P protocol aims to reduce all the traffic by using network topology data to select peers intelligently, instead of a random, thus increasingly routing efficiency. It is obvious: the more routers or hops traffic has to take, the less efficient it becomes.

Comcast to BitTorrent: Let’s Be Friends

Comcast and Bit Torrent Inc. have announced that they’ll work together to ensure the popular file-sharing format that would work more smoothly over Comcast’s network. This is great news and will surely make a lot of bottlenecks easier to work with.  The cable company has been embroiled in a public controversy over its policy of throttling Bit Torrent files even by the means of shaping its network traffic.

According to The Wall Street Journal, The Comcast will switch from hamstringing to a certain file formats just to slow the traffic for those users who consume the most bandwidth. CEO Doug Walker told us earlier this month that he wanted to be partners with Comcast (Tony Werner).

Myka: a torrent to TV solution

I’ve been hunting for a great solution for my torrent craves.  Remember the Magic Box you always wished for? You know the one that would finally free your PC of all your favorite movies and shows and put them all in their high-def glory — you’re TV?

Well, we’d like to introduce Myka – the Magic Box you’ve all been waiting for. And Myka has brought a powerful friend to the party: Bit Torrent, the global standard for delivering high-quality files over the Internet.

And what would Myka bring into your life is simple: Connect her to the Internet, plug her into your TV and she would do the rest for you.

Coviant improves security

Coviant Software Corp., a supplier of all the file transfer management software, makes bold steps to improve access management procedures for a more secured and compliant platform

Access management is a very critical component of a secure, compliant file transfer process, which includes correct identification of all users, and processes, granting the appropriate access permission, and capture of the access data for tracking and reporting. Coviant Software’s Diplomat Transaction Manager V3.5 enhances the access management for a much better compliance with all the mandates, PCI DSS (Payment Card Industry Data Security Standard), SOX (Sarbanes-Oxley), and HIPAA (Health Insurance Portability and Accountability Act).

Net2FTP (Part II)

net2ftp2.JPG

*continued from previous post

Some features available to Net2FTP administrators are the following:

  • MySQL database. This feature is optional but is useful in logging and for setting daily transfer limits.
  • Authorizations. This will allow the users to connect to FTP servers.
  • Logging. With this feature, the administrator can activate and/or deactivate three logging types:
    1. logins
    2. errors
    3. page requests
  • Daily limit. The administrator can set each user’s limit of daily consumption to restrict file transfer volume and execution of script. Once the limit is reached, a user can still browse directories but will not be able to perform any file transfer.
  • Large file limit. Large files can not be downloaded or uploaded but can be renamed or deleted.
  • Integration with PHP applications. Net2FTP can be integrated easily to other applications that are developed using PHP.