Jazarsoft Server to Server Transfer 2
-------------------------------------

Version: 2.3
Last Update: 6/30/2004 8:32PM

Server  to  Server  Transfer 2  or SST  is a PHP class that can be used to move
a file from a server to another.                                    

The moving process  occurs by using  HTTP protocol (by  GET request), after  the
data is requested, it will  be saved in the local  computer. So to use the  SST,
you have to  install the script  in the target  computer where the  file will be
moved.

The computer where this script will be installed, should meet this requirements:
1.  Using Linux/Windows
2.  Have PHP Interpreter version 4 or higher  
3.  PHP was set to allow Remote File Access
    (setting "allow_url_fopen" = true)

Installation 
------------

1. Copy sst.php, downloader.php and script.inc.php to desired directory
2. Call sst.php using your browser.

Interactive Transfer
--------------------

With Interactive Transfer now you can transfer a file between remote server and 
your server directly from your Internet Explorer. Before you can use this mode 
you must install FlazX v1.0 Preview Release 2 or better 
(available from http://www.flazx.com).

If you already install FlazX, just right-click on any hyperlink then choose 
"Move to My Server".

Notes
-----
1. Since 2.2 there is no maximum file size, 
	NOTICE! When you move a big file, it takes a lot of computer resources!
2. SST 2 now works with "redirection" URL.
3. SST 2 now works with password protected URL.
4. SST 2 now support Interactive Transfer 

