Go Back   FlashFXP Forums > >

Frequently Asked Questions (FAQ) Answers to common questions, how to guides, and advanced configuration information.

Reply
 
Thread Tools Rate Thread Display Modes
Old 07-19-2002, 03:34 PM   #1
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default Queue Format (.fqf)

As of FlashFXP v4.x the information below is not 100% accurate.

If you are interested in generating queue files externally please contact us.


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 - (ASCII 45) to identfy the the local side.

Each line consists of the following field 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

A queue entry consists of a single line followed by CR/LF

Code:
<file type> [1] <direction> [1] <source host> [1] <target host> [1] <source file> [1] <target file> [1] <file size> [CR/LF]
[1] = ASCII character 1

To better understand the format a space was added between [1] and the field, When you create a entry there should be no spaces.

Source or Target Host can be either the exact name as shown in the sites.dat for the site entry or a ftp url ftp://user:pass@host:port, When using a site entry from the Sites.dat the name must be prefixed with ASCII character 2

Below is an example for a Site Manager Site
Code:
<file type> [1] <direction> [1] [2]<source in site manager> [1] [2] <target in site manager> [1] <source file> [1] <target file> [1] <file size> [CR/LF]
Below is an example for a ftp url
Code:
<file type> [1] <direction> [1] <source ftp://> [1] <target ftp://> [1] <source file> [1] <target file> [1] <file size> [CR/LF]

Last edited by bigstar; 06-28-2012 at 09:45 PM.
bigstar is offline   Reply With Quote
Reply

Tags
contact, externally, files, generating, queue
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
xbox to pc meggo General Discussion 3 05-07-2005 03:15 AM


All times are GMT -5. The time now is 11:35 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)