Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
File Sharing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
berkay
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2004
Posts: 76

PostPosted: Tue Sep 07, 2004 3:42 pm    Post subject: File Sharing Reply with quote

How can I share my files within a network which is full of windows computers... I installed samba and smb4k, smb4k can see computers but I couldn't view folders... Is there another program or method to share my files with other windows computers...

Thansk! :roll:
Back to top
View user's profile Send private message
rabbit
Tux's lil' helper
Tux's lil' helper


Joined: 02 Mar 2003
Posts: 122
Location: Clarkson University

PostPosted: Tue Sep 07, 2004 3:47 pm    Post subject: Reply with quote

Are you using GNOME 2.6? If you are (and you have the samba USE flag turned on) you can use Nautilus to add your samba shares and browse them. gnome-vfs allows you to do it.
Back to top
View user's profile Send private message
nyteryda
Guru
Guru


Joined: 26 Jul 2003
Posts: 337
Location: London

PostPosted: Tue Sep 07, 2004 3:57 pm    Post subject: Reply with quote

Are you shareing files on your linux box with windows or trying to view the windows files from your computer... our post confuses me a little...

Anyway smbclient can be used from the command line to access a windows box from your linuxbox
smbmount can be used to mount a windows machines shared folder
Code:
smbmount \\\\servername\\sharename /mnt/windowsbox -o username=<theusername>,password=<thepassword>


For setting up share directories on your linux box, you need smbd and nmbd running, and your /etc/samba/smb.conf is the config file...
However swat is a usefull webbased interface to make configureing easy

Also if you haven't already look here
_________________
Code:
#include "forums.h"
     int main() {while (bollox) postcount++;}
Back to top
View user's profile Send private message
berkay
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2004
Posts: 76

PostPosted: Tue Sep 07, 2004 4:12 pm    Post subject: Reply with quote

Actually, my problem was viewing the windows files from my computer... smbmount worked perfectly, thanks for replies... For sharing my files on my computer, I would prefer ftp. Which program do you suggest for a ftp server program? In windows I used bulletproof and cerberus which they both worked fine...
Thanks a lot :)
Back to top
View user's profile Send private message
nyteryda
Guru
Guru


Joined: 26 Jul 2003
Posts: 337
Location: London

PostPosted: Tue Sep 07, 2004 5:36 pm    Post subject: Reply with quote

berkay wrote:
Actually, my problem was viewing the windows files from my computer... smbmount worked perfectly, thanks for replies... For sharing my files on my computer, I would prefer ftp. Which program do you suggest for a ftp server program? In windows I used bulletproof and cerberus which they both worked fine...
Thanks a lot :)


I would use sftp via sshd, if you are running sshd you should be able to sftp to it.

Code:
/etc/init.d/sshd start
sftp 127.0.0.1

see if its working.
Your windows programs should be able to access it if they are any good. if not you can get putty which includes a command line sftp client.
I prefer it as its one less port open, one less application to worry about security on, and generally requires no setting up.
_________________
Code:
#include "forums.h"
     int main() {while (bollox) postcount++;}
Back to top
View user's profile Send private message
berkay
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2004
Posts: 76

PostPosted: Tue Sep 07, 2004 6:34 pm    Post subject: Reply with quote

I installed proftpd but I have problems with users.. I don't want to enable anonymous logins so I deleted anonymous part in proftpd.conf... I want to have two users which one of them would only be able to download and other would be able to download & upload... How do I set these! Thanks!
Back to top
View user's profile Send private message
nyteryda
Guru
Guru


Joined: 26 Jul 2003
Posts: 337
Location: London

PostPosted: Tue Sep 07, 2004 6:46 pm    Post subject: Reply with quote

berkay wrote:
I installed proftpd but I have problems with users.. I don't want to enable anonymous logins so I deleted anonymous part in proftpd.conf... I want to have two users which one of them would only be able to download and other would be able to download & upload... How do I set these! Thanks!


Im affraid i have never used profpd, all i can says is

a) Make sure you read the manpage and website properly
b) you could try gproftpd which ls a GUI front end to configure proftpd
_________________
Code:
#include "forums.h"
     int main() {while (bollox) postcount++;}
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum