FAQ Category: FTP
How can I connect to my slot via FTP?
Client
To connect to your slot you will need an FTP client on whatever operating system you are running on. Usually 'FileZilla' will do just fine. Download and install the application of your choice, we will use FileZilla as an example in this guide, but you can use the information within any other application you might use.
Connection method
Your Seedit4.me slot has a few different protocols you can use to connect with:
- plain FTP
- FTPS / TLS
- sFTP
How to connect
Open FileZilla and input the details to your server in the appropriate fields:

Once that is done click on 'Quickconnect' and wait for the session to connect. You might be presented with a pop-up to confirm the connection, be sure to accept it to continue.
If all goes well then you will be presented with the following screen:
You can now use your FTP connection to transfer files.
How to add a Leech account for FTP
To add a leech user to FTP you can do the following
1. Login to SSH using seedit4me
2. sudo sh
3. useradd seedftp
4. passwd seedftp
5. usermod -s /sbin/nologin seedftp
6. usermod -a -G seedit4me seedftp
7. usermod -d /home/seedit4me/torrents/rtorrent seedftp