Torrent Invites! Buy, Trade, Sell Or Find Free Invites, For EVERY Private Tracker! HDBits.org, BTN, PTP, MTV, Empornium, Orpheus, Bibliotik, RED, IPT, TL, PHD etc!



Page 1 of 2 12 LastLast
Results 1 to 10 of 18
Like Tree15Likes

Thread: FTP (File Transfer Protocol) Guide

  1. #1
    LEO
    LEO is offline
    Extreme User
    LEO's Avatar
    Reputation Points
    18279
    Reputation Power
    100
    Join Date
    Mar 2011
    Posts
    8,111
    Time Online
    49 d 22 h 37 m
    Avg. Time Online
    18 m
    Mentioned
    79 Post(s)
    Quoted
    85 Post(s)
    Liked
    3020 times
    Feedbacks
    321 (100%)

    FTP (File Transfer Protocol) Guide

    What is FTP ?

    FTP (File Transfer Protocol) is a network protocol used to transfer files between two servers on a tcp based network. When talking about torrents FTP is mainly used in combination with seedboxes. You download the files via torrents on the server and connect with a FTP client to bring the files to your own pc.

    What is SFTP?

    SFTP, not be confused with FTPS which is FTP over SSL, is a different protocol that works on top of a encrypted SSH connection. Both the commands and data stream is fully encrypted. It's a totally different protocol though and only the name is similar to FTP. Since it works on top of TCP though the rest of the text still applies to SFTP.

    FTP and speed :

    Most of the questions regarding FTP have to deal with speeds issues. To explain why FTP does not always max out your home connection we have to take a look at the way the transport layer FTP uses works. Like mentioned above FTP uses TCP as it's transport layer. TCP is a great protocol, it has built in error detection, it numbers the packages so it can rebuild the file regardless of the way the packets arrive and it has native support for flow control. Flow control is responsible for deciding how fast the server sends the data to the client and is main factor that decides your download speed. When talking to a server the client requesting the data specifies a "receive window" it's a value that decides how much data it is willing to receive before reporting back to the server that it received all the packages. If for instance it announces to the server it's willing to buffer 256kb of data the server will send 256kb and then wait for the client to report that it received the 256kb in good order. It's this mechanism that's responsible for the loss of speed. If you are very close to the server (let's say 12 ms) it's not that much of a problem. The server will send 256kb and then pause for 12ms. This won't really effect the speed. However if you live in the US and you are connecting to a server in Germany this trip might take 130ms. This means for every 256kb the server sends it waits 130ms to send the next 256kb. That's why you can max out your download to one server but get a sucky 150kb/s on a different one. The further away you are from the server you are trying to download from the slower your download will be.

    Introducing multi-thread and multi-segment :

    Don't give up just yet! There are techniques that can drastically improve your download speed. Clients like FileZilla can connect with multiple threads to one server. The TCP limitations I just talked about are working on a per thread basis. So if you are only getting 150kb/s, you are actually getting 150kb/s per thread connected to the server. By increasing the thread count you will also multiple your speed. If your residential line can do 1500kb/s you should set up your client to download with 10 threads. Each thread would be limited to 150kb/s but the total speed would still come up to the 15000kb/s your line can handle. This is called multi-threading. Note that this does not scale indefinitely. If you are on a 50Mbit line and only getting 50kb/s per thread creating 120 threads probably won't improve your speed as much as you think since most servers only accept a limited amounts of connection per ip to prevent flooding. Multi-threading will work fine if you are downloading the latest Phish concert since each song is it's own file and FileZilla will make a new connection for each file. However when you download the latest Ubuntu 12.04 LTS release which is one large iso file FileZilla can only create one thread. This is where multi-segmenting comes in. (I'm not sure this is the correct term but it's the one I decided to use) Multi-segmenting clients, like CuteFTP Pro or Free Download Manager can take that one file and split it up in several small parts. For each part it will create a thread to the server so it can download that one file with 10 threads brining you close to the 1500kb/s limit again. Your speed is limited per thread, increasing your threads increases your speed. Use a multi-segmenting client so you can use multiple threads even one single file downloads.

    The clients :

    Here are a few client suggestions.

    • FileZilla, multi-platform, supports threads but not segmenting, Free, Open Source
    • Free Download Manager, Windows, supports threads, supports segmenting, Free (duh), Open Source
    • Cute FTP Pro, Windows / OS X, supports threads, supports segmenting, Paid
    • lFTP, Linux / OS X, supports threads, supports segmenting, Free, Open Source
    • Speed Download, OS X,supports threads, supports segmenting, Paid
    • BitKinex, Windows, supports threads, supports segementing, Free
    • Captain FTP, OS X, supports threads, not sure about segmenting, Shareware
    • SmartFTP, Windows, supports threads, supports segmenting, Paid
    • Transmit, OS X, supports threads, does not supports segmenting, Shareware
    • Cyberduck, OS X, donate-ware
    • Interarchy, OS X, support threads


    If all fails and you need to get a file without the option to install a client most browsers can handle FTP connections for you. Simply use an url in the following format: ftp://username: Password@server.com.


    Source: Internet. Total Credits to Original Author.
    Last edited by LEO; 04-03-2014 at 07:40 PM.

  2. #2
    Trusted member Amenda's Avatar
    Reputation Points
    760
    Reputation Power
    51
    Join Date
    Mar 2013
    Posts
    378
    Time Online
    9 d 2 h 12 m
    Avg. Time Online
    3 m
    Mentioned
    13 Post(s)
    Quoted
    33 Post(s)
    Liked
    108 times
    Feedbacks
    12 (100%)
    Great info from great person but it will be more valuable from u if u tell us how to seed ur data from ur Pc on seedbox without uploading on it

    Successful investing is anticipating the anticipations of others


  3. #3
    Donor
    knoedelmann's Avatar
    Reputation Points
    1603
    Reputation Power
    65
    Join Date
    Apr 2011
    Posts
    149
    Time Online
    5 d 10 h N/A
    Avg. Time Online
    1 m
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)
    Liked
    123 times
    Feedbacks
    17 (100%)
    Quote Originally Posted by Amenda View Post
    Great info from great person but it will be more valuable from u if u tell us how to seed ur data from ur Pc on seedbox without uploading on it
    That is impossible. You have to upload it or download the data from some fast source on the seedbox and seed it from there.

  4. #4
    User skitz's Avatar
    Reputation Points
    16
    Reputation Power
    38
    Join Date
    Jan 2014
    Posts
    11
    Time Online
    4 h 47 m
    Avg. Time Online
    N/A
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Liked
    2 times
    Feedbacks
    0
    thanks for the interesting info!
    LEO likes this.

  5. #5
    User sachinsajan's Avatar
    Reputation Points
    75
    Reputation Power
    37
    Join Date
    Mar 2014
    Posts
    30
    Time Online
    8 h 24 m
    Avg. Time Online
    N/A
    Mentioned
    3 Post(s)
    Quoted
    6 Post(s)
    Liked
    5 times
    Feedbacks
    3 (100%)
    Great knowledge here

  6. #6
    User dexc's Avatar
    Reputation Points
    110
    Reputation Power
    38
    Join Date
    Mar 2014
    Posts
    59
    Time Online
    14 h 4 m
    Avg. Time Online
    N/A
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)
    Liked
    4 times
    Feedbacks
    0
    Great guide man, great for any filesharing beginners around here

  7. #7
    kuho
    Guest kuho's Avatar
    from those clients that you said, working with filezilla is very easy and program interface has very good design

  8. #8
    DGMDonor Icon
    DGM is offline
    iLLuSioNist
    DGM's Avatar
    Reputation Points
    77147
    Reputation Power
    100
    Join Date
    Aug 2015
    Posts
    4,744
    Time Online
    204 d 20 h 52 m
    Avg. Time Online
    1 h 33 m
    Mentioned
    969 Post(s)
    Quoted
    453 Post(s)
    Liked
    4014 times
    Feedbacks
    170 (100%)
    Well explained. I prefer cuteftp.

    Thanks for share.
    ciganus likes this.
    DGM Says ! Be Busy Be Happy TI'ian. !

  9. #9
    Senior Member
    chucknorris's Avatar
    Reputation Points
    2378
    Reputation Power
    66
    Join Date
    Oct 2013
    Posts
    427
    Time Online
    37 d 20 h 54 m
    Avg. Time Online
    14 m
    Mentioned
    97 Post(s)
    Quoted
    67 Post(s)
    Liked
    185 times
    Feedbacks
    27 (100%)
    Quote Originally Posted by DGM View Post
    Well explained. I prefer cuteftp.

    Thanks for share.
    CuteFTP is lot more powerful that Filezilla, but it's not free. It supports multi-part download and server-to-server transfer, two very useful features that are missing from Filezilla.

  10. #10
    Donor
    jep28's Avatar
    Reputation Points
    6358
    Reputation Power
    100
    Join Date
    Sep 2015
    Posts
    651
    Time Online
    20 d 13 h 8 m
    Avg. Time Online
    9 m
    Mentioned
    187 Post(s)
    Quoted
    86 Post(s)
    Liked
    516 times
    Feedbacks
    15 (100%)
    Good Info there ...thanks.


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •