how to FXP files from one seedbox to another the proper way - Page 2
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 21
Like Tree20Likes

Thread: how to FXP files from one seedbox to another the proper way

  1. #11

    Join Date
    Sep 2011
    Location
    usa
    Posts
    334

    Default

    Quote Originally Posted by hybridx3 View Post
    Awesomeee thank you.
    I just bought a noob box and i was planning on upgrading next month but was unsure how to do the transfer. Can i do this with any ftp program? I like cuteftp because i get the best transfer speeds from it. Ive tried filezila and i transfer both ways around 1Mbps. With cuteftp, i transfer 5-6Mbps both ways so id rather not download a new program and just use cuteftp.
    if your box is set up to allow fxp you will need this program here: Wing FTP Server - Secure FTP Server software for Windows and Linux
    ;



  2. To remove ads become VIP. Inquire about advertising here.
  3. #12

    Join Date
    Oct 2010
    Location
    Texas
    Posts
    610

    Default

    pgmoney, thanks for the tutorial. I may need to transfer files soon, so this is great help.

    Edit: I have CuteFTP Pro, is there any reason why I couldn't use it? I did a google search and it stated that it has the option to do server to server.

    But of course, I am interested in the best and fasted solution.
    Last edited by maverick2001; November 19th, 2011 at 05:31 PM.


  4. #13

    Join Date
    Jan 2012
    Posts
    33

    Default

    This is a good tutorial, although not all seedboxes support FXP. I found out the hard way. When i upgraded my 100mbit box to a faster 1gigabit box i wanted to transfer all my files to the new box. Insinctively i went for FXP, and found out by constant error messages that my boxes dont support FXP (seednet.eu) So I had to use Putty to transfer the files via rsync, which was a pain in the ass to finally get it to work properly, now i got all files transfer from one box to another. Only thing with rsync is that i do not know a command to be able to view what speed the files are transferring at. I dont think they are going that fast which is unusual but it seems to be taking quite a while to transfer the files. Anyone familiar with rsync, if u have any tips i'd appreciate it.

  5. #14

    Join Date
    Mar 2011
    Location
    Sheffield, England
    Posts
    583

    Default

    There is a really easy way using scp that has not been mentioned...

    If you put all the files and folders you want to copy over to a different server into one folder then use use scp to copy that single folder to save typing..

    eg.
    scp -r ~/copythis john@111.11.6654:/home/john/
    The above assumes:-
    1. The folder to copy to the other server is called 'copythis'
    2. The user on the other server is called 'john'
    3. The server of the other ip is '111.11.6654'
    4. The 'copythis' folder is in your home folder.
    5. You want to copy to /home/john/ on the other server.
    (change these values as required)

    You should do this in the SSH of the server where the folder is and it will ask you for the password for the other user.
    Last edited by Kitkatra; January 26th, 2012 at 01:40 PM.
    mate88 likes this.

  6. #15

    Join Date
    Jan 2012
    Location
    United Stats\es
    Posts
    21

    Default

    This method worked great for me and the server to server transfer is wickedly fast. I transferred some 50gb of data from one box to my new one in a few minutes. Much easier than the whole making a new torrent and re-downloading hassle.

    Took some experimenting to get the transfer to work, but eventually it successfully transferred with both servers set on passive mode with auth tls connection protocol. No doubt it'll be different in each situation, but it might help if you're having difficulty to try what I did.
    Last edited by ko10; March 29th, 2012 at 01:52 PM.

  7. #16

    Join Date
    Feb 2011
    Location
    London, UK
    Posts
    1,646

    Default

    This came up for me when I moved to a new seedbox a while back. I found the easiest way was just to install an ftp client on the new box and ftp directly from the old box to the new one.
    DarkSlider likes this.

    "The strength to change what I can, the inability to accept what I can't, and the incapacity the tell the difference."


  8. #17

    Join Date
    Jan 2011
    Posts
    204

    Default

    Quote Originally Posted by Kitkatra View Post
    There is a really easy way using scp that has not been mentioned...

    If you put all the files and folders you want to copy over to a different server into one folder then use use scp to copy that single folder to save typing..

    eg.


    The above assumes:-
    1. The folder to copy to the other server is called 'copythis'
    2. The user on the other server is called 'john'
    3. The server of the other ip is '111.11.6654'
    4. The 'copythis' folder is in your home folder.
    5. You want to copy to /home/john/ on the other server.
    (change these values as required)

    You should do this in the SSH of the server where the folder is and it will ask you for the password for the other user.

    This is the best way. I always found FXP leaves alot of 99% torrents, when you try to reload them in the new server. SCP dont seem to cause this problem.

    Remember you can also copy your .session folder, just remove the rtorrent.lock file else rtorrent will not start up.
    DarkSlider likes this.

  9. #18

    Join Date
    Apr 2011
    Posts
    39

    Default

    rsync -avhP --stats --times «dir» «target-host»:

  10. #19
    aspects is offline aspects's Avatar
    PotUK Recruiter

    Join Date
    Mar 2012
    Location
    Malvern, UK
    Posts
    72

    Default

    FXP is the way forward when moving things from box to box.

    Any good torrent host will have FXP enabled on their FTP servers, any very good torrent host will have SFTP protocol allowed on their FXP as well as their FTP, its quick, clean and no nonsense.

  11. #20

    Join Date
    Jan 2012
    Location
    United States
    Posts
    234

    Default

    Quote Originally Posted by aspects View Post
    FXP is the way forward when moving things from box to box.

    Any good torrent host will have FXP enabled on their FTP servers, any very good torrent host will have SFTP protocol allowed on their FXP as well as their FTP, its quick, clean and no nonsense.
    Absolutely disagree with this statement. FXP is the WORST way to move forward here, and any smart host will have FXP off by default. Having FXP enabled on a server opens MAJOR security holes in said server. That being said any smart provider will either turn FXP on temporarily per the users request, or explain to the user how to use SCP, which is by far the most secure and reliable method of transferring files. FXP is a FTP protocol, and as such has much higher data loss rates, especially when transferring large amounts of data. SCP will almost always max out the possible connection between servers, will run recursively, and will not lose or corrupt data as FXP will. SCP is also a linux protocol and so there is no need to enable anything, its there, and as long as you have a user account via SSH on the server you can user it, no questions asked. It also requires all of one line of code to move everything you need.

    If you really need to transfer stick with SCP, which you can find many resources on by Googling it. FXP is just a disaster waiting to happen.

    And just as a side note, there is no such thing as FXP over SFTP. Again FXP is a FTP related method of transfer between two servers, where as SFTP is actually a SSH method of file transfer, the two are unrelated and not interchangeable or able to be used together.
    Last edited by DarkSlider; April 4th, 2012 at 08:13 AM.

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. Transfer content from one seedbox to another
    By kaiwenxedo92 in forum Seedbox Discussions
    Replies: 13
    Last Post: October 22nd, 2011, 02:04 PM
  2. Replies: 7
    Last Post: July 24th, 2011, 03:53 AM
  3. Transferring files from a seedbox server
    By LateralNoise in forum Help
    Replies: 27
    Last Post: June 24th, 2011, 12:22 PM
  4. Replies: 0
    Last Post: March 4th, 2010, 07:32 AM

Tags for this Thread

Posting Permissions

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