icetee / remote-ftp

FTP/FTPS/SFTP client for Atom.io
MIT License
555 stars 102 forks source link

Remote-FTP tree hangs up after removing a folder #1013

Open aaaatpdev opened 7 years ago

aaaatpdev commented 7 years ago

Hi. I have the folder with name "folder" (for example). This folder has about 1800 folders. Each of these folders have 5-6 files inside. After removing the folder with name "folder" (via Remote-FTP tree) Remote-FTP tree hangs up (can't list unsynchronized folder, can't open a file) and in the status bar i have infinitely "Deleting folder". What can cause the issue? In server console rm -rf /path/to/folder works as expected

Atom 1.20.1 Remote-FTP 1.1.3

icetee commented 7 years ago

I think try to calculate files and time left, it is likely that there are too many. Progress bar just spins?

aaaatpdev commented 6 years ago

Yeah, it spins infinitely and can't list any folder or open any file. For example, a folder with about 30 directories and 1-2 files inside each of this removes successfully. Listing the folder with about 1800 folders inside is also successfull