PDA

View Full Version : commandline auto transfer problem


z-z
05-25-2002, 11:47 PM
hi. bigstar.

i think u can add a function of flashfxp commandline

it's

flashfxp.exe ftp://ftp1/path;ftp:/ftp2/path a.dir.name.to.transfer

then flashfxp can auto open both fxp and begin auto tranfer.

that will make flashfxp great!

Shark
05-26-2002, 01:56 AM
I've moved this thread to where it should be, suggestions.

zz. you will need to wait for bigstar's reply.

bigstar
05-26-2002, 03:43 AM
This feature has been added to the to-do list as a consideration, but more than likely it will not be added. There's just too much information that is required. you would be better off generating a queue file and passing that to FlashFXP.exe

nox
06-05-2002, 01:54 PM
hmm now i have a question how do i generate a queue for flashfxp without flashfxp?

voystar
06-05-2002, 02:46 PM
Take a look at the queue files FlashFXP generates. You can edit them with a normal text editor such as Notepad. The format is very easy to understand and a queue file is quickly done (can even be done with Perl scripts just an example;)
The queue files ahve the file extenstion .que and are normally located int eh FlashFXP folder.

nox
06-05-2002, 02:48 PM
yeah with the latest build it isnt encrypted but with earlyier builds they are encrypted :)

voystar
06-05-2002, 03:46 PM
Sorry totally true I just checked at home. I thought about a different prog. And the filenending is fqf and not que as I suggested.

>>>
02-SiteC:\Folder\any.rar/any.rar2500000
Latest Build 855 looks pretty encrypted to me too :) So bigstar how to make your own que file NOT our of flashfxp.

Greetings
voystar

bigstar
06-05-2002, 05:15 PM
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

voystar
06-05-2002, 10:36 PM
Very cool bigstar! I'm gonna use that a lot! THank you

Shark
06-06-2002, 04:34 AM
Bigstar, maybe we could have that list in the FAQ section of the board or in the help file ?

nox
06-06-2002, 09:38 AM
thx Bigstar and now i have another q (might be a very stupid one)
but were can i find a list of command lines for flashfxp?
o np already found them in help file