How to connect to a Pi /w Xbian using FTP?
|
12th May, 2013, 05:55 AM
Post: #2
|
|||
|
|||
RE: How to connect to a Pi /w Xbian using FTP?
You mean to transfer it inside your local network right? And you have your Raspberry Pi connected to it either via ethernet cable or Wifi dongle?
If that's so, all you need to configure now is Samba sharing. Samba takes care of sharing files inside your network. You must add the folders you wish to share with the PC to the samba config file which is located in /etc/samba/smb.conf Terminal xbian@Raspberry ~ $ cd /etc/samba xbian@Raspberry /etc/samba $ sudo nano smb.conf PHP Code: workgroup = WORKGROUP The security is set so as anyone with access to the local network can access it, if you wish I can show you how to require a user and password to access the share. To add a folder to the share append the following to the end of the file: PHP Code: [Guest Share] Once done you must restart the samba server on the raspberry pi with the following command: Terminal sudo service samba restart |
|||
« Next Oldest | Next Newest »
|