- Jun 24, 2001
- 24,195
- 857
- 126
I am looking for a stripped down FTP hosting utility. Not one which can be configured with users and clients or whatever, I need this simply to host a temporary public FTP from any computer. The program should be small enough to fit on a floppy.
This is the functionality I am looking for:
Start the executable (may require installation?), a tray icon appears.
Right-click the icon and choose "Configure..."
Here, you can set the directory to share, or set the program to start automatically when Windows starts.
These are the ONLY two options.
There is no way to configure users, passwords, welcome messages etc.
All users only have permission to browse directories, list files, and download files.
No one can delete, rename, or create anything remotely.
It sounds really easy to make, but I know nothing about programming Internet-enabled applications. Anyone here good with C skills want to give it a try?
PS: Another option which should be available when Right-Clicking the tray icon is "View Log" which shows which files have been downloaded, and the IP address which have connected etc.
You can tell when someone is downloading when you see the message:
000.000.000.000 downloading "path/filename.ext"
and do not see the message:
000.000.000.000 download complete. "path/filename.ext"
This is the functionality I am looking for:
Start the executable (may require installation?), a tray icon appears.
Right-click the icon and choose "Configure..."
Here, you can set the directory to share, or set the program to start automatically when Windows starts.
These are the ONLY two options.
There is no way to configure users, passwords, welcome messages etc.
All users only have permission to browse directories, list files, and download files.
No one can delete, rename, or create anything remotely.
It sounds really easy to make, but I know nothing about programming Internet-enabled applications. Anyone here good with C skills want to give it a try?
PS: Another option which should be available when Right-Clicking the tray icon is "View Log" which shows which files have been downloaded, and the IP address which have connected etc.
You can tell when someone is downloading when you see the message:
000.000.000.000 downloading "path/filename.ext"
and do not see the message:
000.000.000.000 download complete. "path/filename.ext"
