FBBR – Troubleshooting – SFTP Backup
November 29, 2023
FBBR – Troubleshooting – NFS Backup
December 1, 2023
FBBR – Troubleshooting – SFTP Backup
November 29, 2023
FBBR – Troubleshooting – NFS Backup
December 1, 2023

FBBR – Troubleshooting – SFTP Retention

Using Filezilla / WinSCP

You can use filezilla/WinSCP to validate if you are able to navigate among folders and have delete permissions.

Using curl

Curl can be used to validate delete permission

To delete a folder,

curl -v --fail -u <username>:<password> --connect-timeout 10 --ssl-reqd -k --noproxy * --silent --show-error -Q rmdir /<DIRECTORY> sftp://<SFTP_SERVER>/

To delete a file,

curl -v --fail -u <username>:<password> -k --ssl-reqd --noproxy * --show-error -Q 'DELE <DIRECTORY>/<FILE_NAME>' sftp://<SFTP_SERVER>/

Using SFTP Utility

In the Series:

Leave a Reply

Your email address will not be published. Required fields are marked *