If you don't want to read many pages on file transfer standards (Samba? What's that?) you can try this little snippet:
python -m SimpleHTTPServer $PORT
This will create an http server sharing the current directory. HTTP, luckily, is one of those things that tend to work everywhere, always.
Bonus: some other ways of doing the same thing at https://gist.github.com/willurd/5720255
No comments:
Post a Comment