View Single Post
Old 06-05-2002, 05:15 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

queue files are not encrypted

FileType
0 = file
1 = folder


Transfer Direction
0 = -->
1 = <--
2 = Up Left
3 = Down Left
4 = Up Right
5 = Down Right
10+ = failed transfer


Site names start with a (ASCII 2) to allow for backwards comaptiblity.

For a FTP transfer you use - to identfy the the local side.

Each line consists of the following separated by (ASCII 1)
1. File Type
2. Direction
3. Source Host (site name as shown in site manager)
4. Target Host (site name as shown in site manager)
5. Source Filename (full path to source)
6. Target Filename (full path to target)
7. File Size
bigstar is offline