I have just started to use SimpleHTTPServers, and I was wondering how I can modify the source files from another device that is on the network. I want to keep it as simple as possible (right now I am just CDing a file and then type the python -m SimpleHTTPServer 8000 to the command line). Please tell me if you know of a way to modify these files from another device on the network. Thanks.
sshto login on another device on the local network and I have access to all files on this device.FlaskorDjangoSimpleHTTPServersyou can only download from server but you can't upload. Withpython -m CGIHTTPServer 8000(CGIHTTPServer) you can run server which let you run some scripts on server. You could write script which could upload file and save on server.