I use SimpleHTTPServer
Python class to set up HTTP server in Mininet
. Now, I want to run FTP server
but I don't know how!! Does Mininet support running FTP server? If so, how can I install that? If not, is there a workaround for that? I feel Mininet surely is able to support FTP but I couldn't find a clear solution when I google this.
Thank you very much,