share folder

Asked by Maito

Hi, i am working in Kubuntu (Ubuntu server with the graphical interface) and i would like to share some folders with the users in the net (people who are in my net) how can i do this??

Best regards

Ivan Pinto
SLU
Comp. lab99

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
juancarlospaco
Solved:
Last query:
Last reply:
Revision history for this message
Tom (tom6) said :
#1

I'm not completely sure in Kubuntu or on a server edition but in normal Ubuntu you'd just right-click on the folder and go down to "Properties" and click on the "Share" tab at the end. From there it's usually quite easy.

Good luck and regards from
Tom :)

Revision history for this message
Maito (ivan-pinto) said :
#2

That is what i did but nothing happened, the system asked me for the password to do it (i already introduce it) and nothing else happen.

Is there some other way to do it or do i am doing something wrong??

Thank you.

Ivan

Revision history for this message
Best juancarlospaco (juancarlospaco) said :
#3

Yes.
Go to the Folder you want to share, open a Terminal :

python -m SimpleHTTPServer

Ready!, go to :

http://localhost:8000

other remote users can use it with :

http://(your-ip-here):8000

Revision history for this message
Maito (ivan-pinto) said :
#4

Thanks juancarlospaco, that solved my question.