FTP Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationFTP Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 29th, 2007, 10:37 AM
old&nojob's Avatar
old&nojob old&nojob is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Location: Lulworth, Dorset
Posts: 151 old&nojob User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 19 h 44 m 22 sec
Reputation Power: 3
FTP to my server

I have an apache server on a home network. I can access websites from my local XP PC so it works. I am trying to get Dreamweaver 8 to connect via FTP to one of the sites from my XP PC. The server has a name (sarah) which I put in the host address field. I am not sure what to put in the directory field. The full path is srv/www/htdocs/<websiteName>/index.php. I have tried various combinations but am told that the user name or pwd is wrong, but I know I am using the correct one for http admin login for Joomla.

What I can do from Dreamweaver is log in to a user (not root) and see my files. But I want to get to the srv/www/htdocs/ set of folders not in 'Home'. I have set them to be shared and they now appear on my networked XP PC. I cannot seem to login to linux from my xp PC (using dreamweaver) using the root login. Is this normal?

Also do I need an FTP program running? My Webmin program sais I have WU-FTP and ProFTPD severs but these show up to be 'not found'.

A bit of help would be appreciated, thanks.

Last edited by old&nojob : June 29th, 2007 at 11:31 AM. Reason: additions

Reply With Quote
  #2  
Old June 29th, 2007, 03:34 PM
jharnois's Avatar
jharnois jharnois is offline
mod_dev_shed
Dev Shed God 20th Plane (14500 - 14999 posts)
 
Join Date: Sep 2002
Location: Atlanta, GA
Posts: 14,569 jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 2 Days 22 h 42 m 51 sec
Reputation Power: 835
Moved from Apache to FTP ...
__________________
# Jeremy

Explain your problem instead of asking how to do what you decided was the solution.

Reply With Quote
  #3  
Old June 29th, 2007, 06:53 PM
hiker's Avatar
hiker hiker is offline
They're coming to take me away
Click here for more information.
 
Join Date: Jan 2005
Location: Florida
Posts: 3,287 hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)hiker User rank is General 8th Grade (Above 100000 Reputation Level)  Folding Points: 33832 Folding Title: Starter FolderFolding Points: 33832 Folding Title: Starter Folder
Time spent in forums: 1 Month 2 Weeks 4 Days 9 h 28 m 5 sec
Reputation Power: 1501
Root users can't log in via FTP for security reasons.

Yes, you need an FTP server running to be able to access the linux machine via FTP. Webmin doesn't actually install any server by default. If you want to use ProFTPD, then go to the Webmin Config page of Webmin, and download and install the proftpd module. Then configure it to your liking. However, if you have as much bad luck as I do everytime I use proftpd, then I would recommend vsftpd. Much easier to use and less to configure. You can look for that module as well (it may be a 3rd party module).

Make sure that you have set the correct path in the passwd file for the ftp user, otherwise they will login, by default, to the home location.

If you plan on doing work outside of your network and then FTPing in, make sure you forward/open port 21 on your router/firewall.

Reply With Quote
  #4  
Old June 30th, 2007, 03:18 AM
old&nojob's Avatar
old&nojob old&nojob is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Location: Lulworth, Dorset
Posts: 151 old&nojob User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 19 h 44 m 22 sec
Reputation Power: 3
es, thanks

Quote:
Originally Posted by hiker
Root users can't log in via FTP for security reasons.

Yes, you need an FTP server running to be able to access the linux machine via FTP. Webmin doesn't actually install any server by default. If you want to use ProFTPD, then go to the Webmin Config page of Webmin, and download and install the proftpd module. Then configure it to your liking. However, if you have as much bad luck as I do everytime I use proftpd, then I would recommend vsftpd. Much easier to use and less to configure. You can look for that module as well (it may be a 3rd party module).

Make sure that you have set the correct path in the passwd file for the ftp user, otherwise they will login, by default, to the home location.

If you plan on doing work outside of your network and then FTPing in, make sure you forward/open port 21 on your router/firewall.


I had in the back of my mind that I'd installed vsftp. In fact I managed to get access from XP without further ado. I assume it must be running. I used the password for the one non root account I'd setup and after sharing the apache folders it found them.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationFTP Help > FTP to my server


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT