-
Notifications
You must be signed in to change notification settings - Fork 1
Usage
TWTom edited this page Dec 16, 2023
·
2 revisions
If you've configured the config file, you should be safe using this, if not configured yet, see configuration guide.
-
Run the main script:
python expose_sftp.py
-
Access the filesystem and SFTP server through the specified endpoints.
sftp -P <PORT> user@<HOST>
If you want to implement your own new features, you can use the DiscordFS object from discord_fs.py. It is a subclass from fs.base.FS. Or you can use DSdriveApi object for lower level customization.