View Single Post
Old 09-21-2012, 09:32 AM  
X3
Senior Member
 
X3's Avatar
 
Join Date: Feb 2006
Location: location, location.
Posts: 324
Lightbulb

@blacktiger63

FEAT command can be sent as a raw command to server, to do this in FlashFXP do this.

View>(check RAW command line) -this will appear on usually above you log window.

Type FEAT and press ENTER

The server will respond with a list of accepted commands e.g. heres a list of some server commands

Code:
[15:17:35] [R] Feat
[15:17:35] [R] 211-Features:
[15:17:35] [R]  MDTM
[15:17:35] [R]  REST STREAM
[15:17:35] [R]  SIZE
[15:17:35] [R] 211 End
On that one it looks as the server I tested supports SIZE command. You can issue SIZE command like the raw command e.g. "SIZE name_of_file" and server will tell you how big file is.(if file exists)

Your server should respond in similar manner, that way you know if the option your disabling is really supported or not supported by server. (post your log) However if it says SIZE or MLST then disabling that option, (as I understand it) Stops FFXP from sending the SIZE or MLST command automatically. (maybe I need correcting here?)

As for the refresh option, I think it works by refreshing the remote dir (once only) and listing all files after its done with a transfer, im not aware of any variables anywhere to change this behaviour.

This is how it looks to me, not how it actually behaves on code.
Upload (all files uploaded seem appear at once at end of transfer)
delete (all files appear to delete from bottom to top sequentially)

cheers.
__________________
Regards

Last edited by X3; 09-21-2012 at 09:43 AM. Reason: adding more info?!
X3 is offline