Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] Trying to setup FTP but need help
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: Trying to setup FTP but need help
6th Sep, 2013, 09:50 AM
Post: #1
Dman11 Offline
Registered
Posts: 1
Joined: Sep 2013
Reputation: 0
Trying to setup FTP but need help
I am trying to be able to FTP transfer files from my computer to my Pi which has my external HDD attached. I think i need to rename my HDD because it is showing up as /media/Dans External-A2AC8C9BAC8C6C1B which is kinda tough to work with.

It is formatted in NTFS. After I get the HDD setup my next goal is to setup transmission to download to a folder on the HDD.

I followed this guide for FTP
http://www.embeddeddownloads.com/forum/how-do-you-setup-ftp-server-xbian-raspberry-pi

I tried looking around but couldn't find an answer. Sorry, i dont know anything about linux commands.

Any help is appreciated.
Find all posts by this user
Quote this message in a reply
6th Sep, 2013, 03:41 PM
Post: #2
f1vefour Offline
Administrator
******
Posts: 1,342
Joined: Mar 2013
Reputation: 58
Re: RE: Trying to setup FTP but need help
(6th Sep, 2013 09:50 AM)Dman11 Wrote:  I am trying to be able to FTP transfer files from my computer to my Pi which has my external HDD attached. I think i need to rename my HDD because it is showing up as /media/Dans External-A2AC8C9BAC8C6C1B which is kinda tough to work with.

It is formatted in NTFS. After I get the HDD setup my next goal is to setup transmission to download to a folder on the HDD.

I followed this guide for FTP
http://www.embeddeddownloads.com/forum/how-do-you-setup-ftp-server-xbian-raspberry-pi

I tried looking around but couldn't find an answer. Sorry, i dont know anything about linux commands.

Any help is appreciated.

You shouldn't have a space in your hard drives label name.

Change the label to "dans_external" by doing this:

Terminal

mount
sudo apt-get install ntfsprogs
sudo umount /media/Dans\ External-A2AC8C9BAC8C6C1B
sudo ntfslabel -f /dev/sda1 dans_external

Replace /dev/sda1 with the equivalent, you will see it from the output of the mount command.

Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us.
Visit this user's website Find all posts by this user
Quote this message in a reply
8th Sep, 2013, 08:14 AM
Post: #3
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Trying to setup FTP but need help
@Dman11

how far you got with the ftp setup? can you log in to the RPI via FTP with user xbian ?

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 9th May, 2025, 11:32 PM Powered By MyBB, © 2002-2025 MyBB Group.