Infinite loop creating a folder without permission
See original GitHub issueHi!
I have found a problem when I try to create a directory in a destination without permission to write directories. I have encountered this problem with uploadDir
and mkdir
methods. Here is a stack of the debug messages.
DEBUG: Parser: pktLen:60,padLen:17,remainLen:48
Folder.js:34
DEBUG: Parser: IN_PACKETDATA
Folder.js:34
DEBUG: Parser: Decrypting
Folder.js:34
DEBUG: Parser: HMAC size:32
Folder.js:34
DEBUG: Parser: IN_PACKETDATAVERIFY
Folder.js:34
DEBUG: Parser: Verifying MAC
Folder.js:34
DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
Folder.js:34
DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
Folder.js:34
DEBUG[SFTP]: Parser: Response: STATUS
Folder.js:34
DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
Folder.js:34
DEBUG[SFTP]: Outgoing: Writing STAT
Folder.js:34
DEBUG: Outgoing: Writing CHANNEL_DATA (0)
Folder.js:34
DEBUG: Parser: IN_PACKET
Folder.js:34
DEBUG: Parser: Decrypting
Folder.js:34
DEBUG: Parser: pktLen:60,padLen:17,remainLen:48
Folder.js:34
DEBUG: Parser: IN_PACKETDATA
Folder.js:34
DEBUG: Parser: Decrypting
Folder.js:34
DEBUG: Parser: HMAC size:32
I don’t know how to stop this loop. Is there any solution?
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (11 by maintainers)
Top Results From Across the Web
Filesystem infinite loop - Unix & Linux Stack Exchange
So I accidentially created an infinite loop by copying a parent folder into the current one and now it loops infinitely.
Read more >Can't delete folder. Infinitely looped folders created within ...
My flex builder somehow decided to create infinite folders within folders and crashed itself. Now windows cannot delete the folder, ...
Read more >Issue with shrotcut folders never ending loop.
The infinite loop will not stop creating Application Data folders until either the API crashes or the path to the last folder created...
Read more >Endless loop in OWA with error about incorrect permissions
While I was trying to reproduce the OWA hold issue using only folder permissions, I run into this endlessly looping error message.
Read more >Infinite Loop of Nested Folders - Lets Exchange
Although I had FullAccess permissions to the mailbox, decided to use ExFolders to grant myself Owner permissions on the top folder and all...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
New version v5.1.0 published with this fix.
Yes, the current master branch does not enter into an infinite loop. That’s great!