PDA

View Full Version : Calculate FTP Space Used -


Makc666
05-12-2005, 08:47 PM
Calculate FTP Space Used - List directories recursively - Abort

1. Use "Calculate FTP Space Used"
2. Check "List directories recursively"
3. The size of directoies must be big.
4. Start calculating ("Check")
5. Try to hit "Abort"

BUG: FlashFXP continues to calculate until some moment. Some times it can be up to 3-4 minutes. I think until it calculates all folders.

I think that it is some sort of BUG, as when you press "Abort" it must stopes calculating at once.

That it.
Thanks.

* FlashFXP v[3.2.0], build [1080], [X]registered, [ ]unregistered, [ ]pirated
* OS [X] WinXP, [ ] Win2K, [ ] Win98, [ ] WinME, [ ] Other
* Running behind NAT/router [ ] Yes & Model [ ], [X] No, [ ] Not sure
* Running firewall [X] Yes, Name [Outpost], Ver. [2.6.452.5123 (403)], or [ ] No
* Running Antivirus [X] Yes, Name [NOD32] or [ ] No
* Network [ ] xDSL, [X] CABLE, [ ] Dail-Up, [ ] Other

bigstar
05-12-2005, 10:16 PM
Are you using "STAT" to list instead of "LIST" ? If you are it's impossible to abort this type of listing.

Sometimes it takes longer than normal to abort a recrusive listing with some ftp servers. It depends on the ftp server software.

Makc666
05-12-2005, 10:23 PM
Originally posted by bigstar
Are you using "STAT" to list instead of "LIST" ? If you are it's impossible to abort this type of listing.
No. I didn't check this option for that FTP.

Originally posted by bigstar Sometimes it takes longer than normal to abort a recrusive listing with some ftp servers. It depends on the ftp server software. [/B]
That is the thing I can't understand - why it is impossible to abort?
Because if we abort such type of listing - ftp server software will continue to think that we still are listeting and will not respond to our commands?

Thanks for reply.

Hetfield
05-13-2005, 04:34 AM
Indeed. Think of this like running a script on a server. When you're running one script on a ftp, the ftpd will be running only that script for you, and no other input is allowed. The recursive file list can take a long time (as you noticed) and only a hard disconnect can "abort".