|
|
#1 |
|
Triple-A Player
Join Date: Jan 2002
Posts: 131
|
ftp access to server
FTP under OS X client allows a user to traverse his entire computer if he has the rights to do so. OS X server does not have this set my default. If I log in with my user and want to be able to upload and download files into the /WebServer/Documents/ folder, how would I get to it? I can't get outside of the users folders.
Thanks |
|
|
|
|
|
#2 |
|
Triple-A Player
Join Date: Feb 2002
Location: Norway
Posts: 51
|
This is a safety feature in OS X Server.
You could probably un-chroot the ftp-server in OS X Server, thus making your Server a little voulnerable. A much better option would be to use SSH. Just SSH to your OS X Server machine, and transfer the files that way. PS: cd /etc pico ftpchroot and delete the entry for the user you want to un-chroot will probably do the trick. but, SSH is the way of the walk. nikon |
|
|
|
|
|
#3 |
|
Site Admin
Join Date: Dec 2001
Location: Minneapolis, MN
Posts: 3,965
|
Yes, and using RBrowser makes file transfer through ssh (using scp, I think) a breeze.
|
|
|
|
|
|
#4 |
|
Triple-A Player
Join Date: Jan 2002
Posts: 131
|
Sweet!!! Thank you so much guys, you just saved me several more hours of wandering around my OS!
|
|
|
|
|
|
#5 |
|
Triple-A Player
Join Date: Jan 2002
Location: Bowling Green, Ohio
Posts: 212
|
moving the web directory, an alternative method
hello,
this is what we did at work, we change aoache's settings for the web root. make it the "Sites/docs" folder of a "web" user. this moves the web root out of the Library and also gives secure FTP access to the web site. the sites folder for our "web" user is setup like this: cgi docs streaming logs this just makes things easer, FTP is easier to use for "average" users than SSH, and keeps your OS secure. hope this helps. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|