FXP.One icon indicating copy to clipboard operation
FXP.One copied to clipboard

STAT listing

Open iknowmarkers opened this issue 8 years ago • 3 comments

do you have any plans to add a option to use STAT listing instead of LIST

iknowmarkers avatar Jul 07 '16 00:07 iknowmarkers

It is certainly an option. What do you use it for mostly? Listing while transferring because you have no more logins, or, checking on progress on current transfers?

lundman avatar Jul 07 '16 00:07 lundman

mostly just for speed as its quite abit faster to list in a already established connection, and sometimes the remote end doesn't have passive mode setup properly, so you have to either open ports on your end or use stat listing

iknowmarkers avatar Jul 07 '16 01:07 iknowmarkers

stat -al uses the ftp control connection for transferring the dirlist... so it doesn't need to PORT or PASV etc... which usually results in a faster dirlist and obviously faster dirlist might be very usefull in some situations where uploading as much files as soon as possible is wanted ;-)

I made an attempt on implementing stat -al in a fork of fxp.one: https://github.com/zut45k/FXP.One

The engine was modified to support stat -al, USE_STAT is added in siteprefs and I modified the webclient to support use_stat in the siteconfig.

zut45k avatar Dec 23 '17 15:12 zut45k