So this is more work onto the project I've been working on with the browser and search database stuff, so here goes. I'm attempting to have a large amount of .txt documents stored on an ftp server, and then allow these files to be downloaded, edited, and so on so forth by an ftp client on my pc. I attempted to use FileZilla to host it, but kept getting an error saying the server intentionally refused connection (if you know why it did that feel free to let me know)
So this leads me to my question: Is there a way to host an ftp server using Python itself? I would prefer it be FTP but HTTP or other forms of servers would be fine, as long as I can upload and download files using it.
To help clarify:
-I want to write a code that would allow me to host the aforementioned server types using python itself, no third party content involved. If there isn't a way to do this, then I would be happy to accept any help from anybody. Thanks in advance!