Announcement

Collapse
No announcement yet.

skip Your computer and transfer files from FTP to ftp

Collapse

Forum Topic List

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Ответ: skip Your computer and transfer files from FTP to ftp

    Originally posted by Ulitka View Post
    Еще есть такая штука как FXP (File eXchange Protocol), кототрая как раз и позволят копировать файлы между двумя серверами минуя клиента.
    А такой популярный ftp сервер, как vsftpd в своей изнчальной конфигурации уже поддерживатет FXP.

    Кроме того, есть такая программа - FlashFXP, при помощи которой вы уже сейчас можете копировать с сервера на сервер, минуя локальный клиент. Программа free to try c 30 дневным триалом, после этого стоит $23 всего. Так что за 30 дней можно обкачаться во все строны и скопировать не только свой сервер.
    Спасибо, не знал что такие программы есть, обязательно найду и попробую.

    Comment


    • #17
      Ответ: skip Your computer and transfer files from FTP to ftp

      Originally posted by spartak View Post
      тоесть если мне нужно перенести(перетащить) допустим фильм 700Мб. с одного сервера на другой это мне обойдется в трафик ко мне 700Мб и от меня 700Мб. = 1.4 Гб. это 30$
      это если ни на одном из серверов нет ни шелла ни возможности написать и запустить простенький скрипт который имитирует "забор" файла ( на php + cUrl к примеру) .


      В том-то и дело , что расходы за трафик несем МЫ а не ВЫ,
      Наверное я чего-то не понимаю - скажите - как Вы собираетесь забрать файл с моего хоста и при этом не потратить моего исходящего трафика или положить его на мой хост и не потратить моего входящего трафика?

      Comment


      • #18
        Ответ: skip Your computer and transfer files from FTP to ftp

        Originally posted by spartak
        Спасибо, не знал что такие программы есть, обязательно найду и попробую.
        I got one more application that supports FXP transfers - SmartFTP.


        FXP stands for File eXchange Protocol. It lets you copy files from one FTP-server to another using an FXP-client. Normally you transfer files using the FTP protocol between your machine and a FTP-server, and the maximum transfer speed depends on the speed of your Internet connection (e.g. 56k, cable or T1). When transferring files between two remote servers using an FXP client, the maximum transfer speed does not depend on your connection but only on the connection between the two servers, which is usually much faster than your own connection. Because it is a direct connection you will not be able to see the progress or the transfer speed of the files.

        Restrictions

        * Both FTP servers must support FXP and have it enabled. Please consult with the server administrator since most FTP servers do not support FXP, or have FXP disabled due to potential security risks.
        * One server has to support PASV mode and the other server must allow PORT commands from a foreign address. The client logs in to both servers and then it arranges for a file transfer by telling one server that it will be a passive transfer and the other that it will be an active transfer, see example.

        Example
        The FTP client tells the destination FTP server to listen for a connection by sending a "PASV" command. The source FTP server connects to the data port reported by the destination server (after a successful PASV command). The client then passes the address/port in a "PORT" command to the destination server. Thus all the data goes directly from the source to the destination FTP server. Both servers only report status messages on fail/success to the FTP client.

        Comment

        Working...
        X