Skip to content
TWTom edited this page Dec 16, 2023 · 2 revisions

Usage

If you've configured the config file, you should be safe using this, if not configured yet, see configuration guide.

  1. Run the main script:

    python expose_sftp.py
  2. 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.

DiscordFS-SFTP wiki

🏠 Home

🤝 Introduction

⚙️ API Reference

Clone this wiki locally