I want to know that how can I download and upload files from a local network?
|
feedback
|
migrated from stackoverflow.com Feb 5 '11 at 15:36
This question came from our site for professional and enthusiast programmers.
closed as not a real question by harrymc, paradroid, studiohack♦ Feb 5 '11 at 18:01
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
Refer this : Stepwise guide to share file on LAN - http://hubpages.com/hub/File-sharing-on-LAN | |||
|
feedback
|
|
Can you specify what OS your running ?. If its windows they provide workgroups and shared folders which you can specify control (I dont have windows at the minute to test it out). If its linux to linux you can use NFS(http://nfs.sourceforge.net/nfs-howto/) if its linux to windows you can use samba (http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/install.html). Not sure about mac . | |||
|
feedback
|