Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: FTP
PostPosted: Wed Aug 13, 2003 5:16 pm 
Offline
Senior Newbie
User avatar

Joined: Wed Aug 13, 2003 5:13 pm
Posts: 5
:shock: Yes, I'm new at the whole configure everything via a command line thing... so please be patient with me.

I need some good articles/help on setting up ftp users. Actually, my problem is I can't even open an ftp session to my server. That may be a problem when it comes to uploading files.

Help?

EDIT:OK, I figured it out!


Top
   
 Post subject:
PostPosted: Thu Aug 14, 2003 10:05 pm 
Offline
Junior Member

Joined: Wed Jul 16, 2003 1:43 am
Posts: 30
Website: http://www.alution.com
Location: Australia
how did you figure it out???

might be an idea to post it here so that anyone else who hasnt worked it out, can do this also..

ie.. there a lot of people asking questions, and then discovering it out for themselves... then later on the same questions are just going to get asked again... :D

cheers...


Top
   
 Post subject:
PostPosted: Fri Aug 15, 2003 3:40 pm 
Offline
Senior Newbie

Joined: Thu Aug 14, 2003 2:55 am
Posts: 15
If you're using the RedHat configuration, do this:
chkconfig vsftpd on
If you want to see what other servers you can start,
chkconfig --list


Top
   
 Post subject:
PostPosted: Fri Aug 15, 2003 4:05 pm 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
Also, default FTP installs do NOT allow the root user to FTP into the machine. You'll need to add another non-root user to your Linode.

# useradd username
# passwd username
<enter in new pw>

A better solution is to use scp or sftp, both of which are encrypted with no passwords (or data) being sent cleartext.

-Chris


Top
   
 Post subject:
PostPosted: Fri Aug 22, 2003 4:09 am 
Offline
Linode Staff
User avatar

Joined: Sat Jun 21, 2003 2:21 pm
Posts: 160
Location: Absecon, NJ
Quote:
A better solution is to use scp or sftp, both of which are encrypted with no passwords (or data) being sent cleartext.


Chris,

As desperately as I want to agree with you, there are still a few brain-damaged applications out there <cough>dreamweaver</cough> that don't get scp or sftp. They suggest using putty to tunnel in for security, but I had to do some serious tweaking to get that to work. Thankfully, I told the client who wanted to use dreamweaver to get lost. I'm never opening port 21 on a box I control ever again. I've had too many boxes get rooted that way.

--James


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 6 guests


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

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group