![]() |
how to share a folder to acces trough another fedora system
Maybe the most stupid question you guys ever heard, but i do not find the solution.
Now that i have acces on the netbook i would like to share a folder on my desktopcomputer so i can acces it with the netbook when im in the bedroom.(moviefolder) But how do i share a folder in Fedora 15? Username and password are the same on desktopcomputer and netbook. desktop computer is named koen-pc netbook is named koen-net thx for the help |
Re: how to share a folder to acces trough another fedora system
what i found out so far:
http://www.fergytech.com/2011/05/ena...-on-fedora-15/ When i try to connect with the netbook i get following output: Code:
[root@Koen-NET ~]# ssh Koen@192.168.1.2When i ping to the desktopcomputer from the netbook the ping output is correct: Code:
[root@Koen-NET ~]# ping -c 10 192.168.1.2I didn't adjust any folder yet to be shared, probably that is the problem, but how do i adjust the folder i want to share? thx |
Re: how to share a folder to acces trough another fedora system
|
Re: how to share a folder to acces trough another fedora system
Another option is gnome-user-share, which sets up a webdav share of $HOME/Public (so it will install apache too). I believe it used to be installed by default.
If I recall correctly, you also had to be 'logged in' at the 'desktop computer' to access the files from the 'netbook computer'. I found it much easier to open a nautilus window (on koen-NET), hit Control-L (or "Go | Location") & enter: Code:
sftp://Koen-PC/home/ditzy/moviefolderSince it uses ssh, you have to be able to access one from the other & have sshd running (on the desktop computer): Code:
[root@Koen-PC ~]# chkconfig sshd on |
Quote:
Sent from my Transformer TF101 using Tapatalk |
Re: how to share a folder to acces trough another fedora system
Quote:
|
Re: how to share a folder to acces trough another fedora system
What's the os of your netbook.
|
Re: how to share a folder to acces trough another fedora system
A quick way to share any folder is via python, change to the directory you want to share and type
Code:
python -m SimpleHTTPServerthen from any other machine on your network the directory is available via http://ip.of.your.machine:8000 eg if your machine's ip is 192.168.0.2 you can open a browser on the other machine (can be windows, mac, linux, android etc) and enter Code:
http://192.168.0.2:8000 |
| All times are GMT +1. The time now is 09:23 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.