Skip to content
Snippets Groups Projects
  • Vincent Petry's avatar
    e15dd783
    Workaround for empty dir deletion for SFTP · e15dd783
    Vincent Petry authored
    Explicitly clear the stat cache after deleting an empty folder to make
    sure it is properly detected as deleted in subsequent requests.
    
    This works around a problem with phpseclib where the folder is properly
    deleted remotely but the stat cache was not updated.
    e15dd783
    History
    Workaround for empty dir deletion for SFTP
    Vincent Petry authored
    Explicitly clear the stat cache after deleting an empty folder to make
    sure it is properly detected as deleted in subsequent requests.
    
    This works around a problem with phpseclib where the folder is properly
    deleted remotely but the stat cache was not updated.