You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a documented bug, but I think it would be useful to have it fixed. This will enable Walk for these servers.
One work-around I see is to do a LIST on the parent directory and scan through the result for the target. Although, maybe someone has a better option?
I think it would also be nice if the library selected the right behaviour with the results of FEAT, rather than issuing MLST and handling the failure every time, see file_system.go#L170.
Thanks!
The text was updated successfully, but these errors were encountered:
This is a documented bug, but I think it would be useful to have it fixed. This will enable
Walk
for these servers.One work-around I see is to do a
LIST
on the parent directory and scan through the result for the target. Although, maybe someone has a better option?I think it would also be nice if the library selected the right behaviour with the results of
FEAT
, rather than issuingMLST
and handling the failure every time, see file_system.go#L170.Thanks!
The text was updated successfully, but these errors were encountered: