Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: install ftp on Apache
PostPosted: Thu Jan 13, 2011 3:03 pm 
Offline

Joined: Thu Jan 13, 2011 2:32 pm
Posts: 1
Location: Boston, MA
Hi,

I am a complete nooB Linode user with very little experience with Linux. My set up is:

16MB Linode
Ubuntu 10.04 LTS
Apache2 Web Server

My plan is simple: I want to use my linode to host my personal website. I put my domain name in my browser yesterday to test my server. It apparently works as Apache returned the default page specifying:
Apache/2.2.14 (Ubuntu) Server at mydomainname.com Port 80.

I then tried to put my website from Dreamweaver to my linode but to no avail. Dreamweaver just can not connect to my server. A friend of mine suggested that I probably need to install an FTP application on my Apache server. I read today that there is an Apache FTP module called mod_ftp. My questions are:

1) Do I really need an FTP application to be installed on my Apache server to put my site on my linode?
2) Is mod_ftp the application I should install?
3) How do I install it?

Thank you. [/img]


Top
   
 Post subject:
PostPosted: Thu Jan 13, 2011 5:59 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
No,
No,
and No

If your version of dreamweaver supports it you should use sftp which is secure and doesn't require additional software.

If it doesn't then you're stuck with unsecure ftp and will need to install a ftp service, i.e. vsftpd, pro-ftpd, or pure-ftpd, you can install these with apt-get install <package name>

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject:
PostPosted: Fri Jan 14, 2011 11:24 am 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
Concur. SFTP comes pre-installed with your SSH server, and is far more secure. For simple remote file access, there's no need for FTP.

In fact, FTP should probably be avoided even if you do need something less simple.


Top
   
 Post subject:
PostPosted: Sat Jan 15, 2011 11:43 pm 
Offline
Senior Member

Joined: Thu May 21, 2009 3:19 am
Posts: 336
If dreamweaver doesn't support SFTP, DO NOT use dreamweaver to upload files. DO NOT use FTP, it's insecure and how the majority of sites are hacked (followed closely by WordPress installs)

If you need to use dreamweaver to develop HTML, then use a secure SFTP client after your editing is done to upload your files securely to your site.


Top
   
 Post subject:
PostPosted: Sun Jan 16, 2011 10:29 am 
Offline
Senior Member
User avatar

Joined: Tue Nov 24, 2009 1:59 pm
Posts: 362
Dreamweaver DOES support SFTP, since at least CS2.
Things to know:
- It's a checkbox called "Use secure FTP (SFTP)" located in the same window where you fill in the server and login credentials.
It's technically a wrong label as "secure FTP" is "FTP-over-SSL", aka FTPS. SFTP is SSH File Transfer. Either way, this checkbox activates the SSH-based one, which's what we want.
- If you're using a custom port number for your SSH server, you have to use the URI notation of <server>:<port> in the server address field.
- Dreamweaver tries to be "too smart" and tries to find files on the server according to paths in your scripts, so if you're using chroots and such and have logging enabled you may see quite a bit of "sniffing around the directories". That's normal, for some values of normal.

_________________
rsk, providing useless advice on the Internet since 2005.


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


Who is online

Users browsing this forum: No registered users and 2 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