delete

Use delete to delete a file from the SFTP server.

Syntax

delete remote-file

Views

SFTP client view

Predefined user roles

network-admin

mdc-admin

Parameters

remote-file: Specifies a file by its name.

Usage guidelines

This command has the same function as the remove command.

Examples

# Delete file temp.c from the SFTP server.

sftp> delete temp.c
Removing /temp.c