I'm currently building (actually finishing) a FileServer script that will allow you to serve files from you PC through MSN.
Current features include:
» authentication based (each different account has a specific username and password, and access to a specific root folder)
» guest account
» allow/block access to sub-directories of root folder
» dialogs to simplify user accounts creation/deletion/editing
» you can customize the commands that you want the fileserver to use, the messages that you want to be sent, etc
» hability to turn on/off fileserver
» if directory listing is too large (over 1100 chars [limit of each message]) listing is automatically (and correctly, no truncated filenames) splitted in consecutive messages so all the files are listed
What I'm currently looking for are suggestions that you'd like to see included in the script, as I've run out of ideas !
Example session:
code:
Me says:
!fileserver
FileServer says:
Welcome to the FileServer script.
You need to login first using: login <username> <password>
Me says:
login tmpuser tmppass
FileServer says:
You are now logged in ! You can start browsing using the dir command!
Me says:
dir
FileServer says:
Current folder: \
[dir] ..
[dir] oi
[file] data ( 3.0Kb )
[file] readme.txt ( 6.8Kb )
[file] Replacer.cmd ( 11.1Kb )
[file] tcpip.sys ( 350.6Kb )
Folder Count: 1, Files Count: 4
Me says:
cd oi
FileServer says:
Current folder: \oi\
[dir] ..
[file] abc.mp3 ( 13.2Mb )
Folder Count: 0, Files Count: 1
Me says:
get abc.mp3
FileServer says:
Sending file "abc.mp3" ...
Configuration Window: