In what direction is the transfer being performed, Upload, download, or site to site?
If FlashFXP is unable to enter the folder it could be marked as failed, i.e. permission denied or some other error.
For example I created an empty folder named /TEST and then set the permissions to deny access, even though I know this folder is empty it will be marked as failed because FlashFXP is unable to enter the folder and since it cannot enter the folder it doesn't know whether or not it is really empty.
CWD /TEST
550 /TEST: No such file or directory
Now if I change the permissions back to allow access to the /TEST folder.
CWD /TEST
250 CWD command successful
PWD
257 "/TEST" is the current directory
<removed directory list commands>
Skip [empty folder]: /TEST/
|