veeso / termscp

🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB
https://termscp.veeso.dev
MIT License
1.74k stars 49 forks source link

[BUG] - Unable to remove non-empty directories with FTP #43

Closed veeso closed 3 years ago

veeso commented 3 years ago

Description

It's impossible to remove directories which are not empty using FTP

Steps to reproduce

Make a directory, fill it and then try to remove it.

Expected behaviour

Recursive deletion should work.

Environment

Log

Could not delete file "/christian.visintin": Not enough permissions (Not enough permissions (FTP InvalidResponse: Expected code [250], got response: 550 Could not delete ca.crt: No such file or directory

Maybe the path is relative?

veeso commented 3 years ago

Merged PR #45 in 0.5.1