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
Removing a folder with some files directly in it works, it doesn't if these files are in a subfolder. Then it misses the first file. For example, if you have this:
If you delete 'Folder', only 02.mp3 and 03, mp3 are deleted and Folder/Subfolder/01.mp3 remains.
I tracked it down a bit, but I'm too lame to find the fix...
It seems the pathList at https://github.com/HaikuArchives/FtpPositive/blob/master/src/FTPLooper.cpp#L733 that gets created in ListRDirList() (and maybe also RecurseDirList() ?) is missing the entries for the first file (or files, depending on the level of subdirs, I suppose).
The text was updated successfully, but these errors were encountered:
I tried reproducing the issue, but after creating the exact directory hierarchy as you have described above, FtpPositive just deletes the directory without any problems. Could you share any more info? To me, this smells more like a server than a client issue.
My test server is 220 sakamoto FTP server (Version 6.4/OpenBSD/Linux-ftpd-0.17) ready.
I tested with a Synology DS213J. Can't tell the exact software its running, as the hardware is currently not on hand. I'll try to find that out when it's here again.
I tested with a Synology DS213J. Can't tell the exact software its running, as the hardware is currently not on hand. I'll try to find that out when it's here again.
I tested with a Synology DS213J. Can't tell the exact software its running, as the hardware is currently not on hand. I'll try to find that out when it's here again.
Although I'd like to reproduce this as well and haven't done so yet, I suspect that the filesystem may be involved here.
Removing a folder with some files directly in it works, it doesn't if these files are in a subfolder. Then it misses the first file. For example, if you have this:
If you delete 'Folder', only 02.mp3 and 03, mp3 are deleted and Folder/Subfolder/01.mp3 remains.
I tracked it down a bit, but I'm too lame to find the fix...
It seems the pathList at https://github.com/HaikuArchives/FtpPositive/blob/master/src/FTPLooper.cpp#L733 that gets created in ListRDirList() (and maybe also RecurseDirList() ?) is missing the entries for the first file (or files, depending on the level of subdirs, I suppose).
The text was updated successfully, but these errors were encountered: