package
1.5.43
Repository: https://github.com/bishopfox/sliver.git
Documentation: pkg.go.dev

# README

Filesystem

This package implements file system commands such as ls, cd, rm, download, upload, etc.

# Functions

CatCmd - Display the contents of a remote file.
CdCmd - Change directory on the remote system.
ChmodCmd - Change the permissions of a file on the remote file system.
ChownCmd - Change the owner of a file on the remote file system.
ChtimesCmd - Change the access and modified time of a file on the remote file system.
No description provided by the author
No description provided by the author
LsCmd - List the contents of a remote directory.
MemfilesAddCmd - Add memfile.
MemfilesListCmd - List memfiles.
MemfilesRmCmd - Remove a memfile.
MkdirCmd - Make a remote directory.
No description provided by the author
PrintAddMemfile - Print the memfiles response.
PrintCat - Print the download to stdout.
PrintChmod - Print the chmod response.
PrintChown - Print the chown response.
PrintChtimes - Print the Chtimes response.
PrintLs - Display an sliverpb.Ls object.
PrintMemfiles - Display an sliverpb.Ls object.
PrintMkdir - Print make directory.
PrintMv - Print the renamed file.
PrintPwd - Print the remote working directory.
PrintRm - Print the rm response.
PrintRmMemfile - Remove a memfile.
PrintUpload - Print the result of the upload command.
PwdCmd - Print the remote working directory.
RmCmd - Remove a directory from the remote file system.
UploadCmd - Upload a file to the remote system.