|
Tech support |
||||
| Description What is ftpanywhere Application of ftpanywhere Features of ftpanywhere Download Register Support |
FtpAnywhere can
support p2p-vod play online , it need other program , like wget, curl ,
mplayer , ftp2http etc.
You can find wget in http://www.gnu.org/software/wget/ , a download program run in command mode , support pipe transfer , can work with mplayer . You can find curl in http://curl.haxx.se/download/ , a download program run in command mode , support pipe transfer , can work with mplayer . Mplayer , a famous movie and music player software in linux system , now have windows edition , support player through pipe , you can find it in http://oss.netfarm.it/mplayer-win32.php . You may run in command mode , like this : c:\directory\wget.exe ftp://anonymous:1234abcd@ftp.yourcom.com/directory/test.avi --no-passive-ftp -O - | c:\directory\mplayer.exe -cache 8192 - [you shall add other parameters for mplayer to play .avi file type] Though mplayer can directly play files located in ftp server , but unfortunately current edition of mplayer only support pasv mode connect , for p2p transfer like ftpanywhere , wo prefer port mode . So you should use other download tool like wget or curl to download file , and call mplayer to play through pipe.
|
|