Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Setting up an easy ftp server
Name: jblanton0004 Date: August 23, 2006 at 05:57:34 Pacific OS: Solaris 10 x86 CPU/Ram: 1.0ghz 256mb ram Product: Home Built
Comment:
I'm not familiar with Solaris, but I need to set up a ftp server. What is the simplest way to do this? It doesn't need to have high security or anything of that nature. It also needs to be anonymous. I'm basically scanning something from a printer to a Solaris box. Can someone help me?
Name: sboffin Date: August 25, 2006 at 11:05:17 Pacific
Reply:
If you do a ftp to the unix bax what do you have ?
Usually ftp is a standard service and is available by default. Look in /etc/inet/services and /etc/inet/inetd.conf to see if they are commented out.
0
Response Number 2
Name: faiaz Date: August 26, 2006 at 21:43:24 Pacific
Reply:
If it is solaris 8 or solaris 9, you do not have to do any thing. Just add user and ftp to the server. You can also check /etc/inetd.conf. Uncomment the line if it is is commented.
Then give the command # kill –HUP `pgrep inetd`. If you do not want to give access any user put his name in /etc/ftpd/ftpusers.
0
Response Number 3
Name: zahid_khanz Date: September 6, 2006 at 04:36:07 Pacific
Reply:
Amazing world amazing people "using Solaris O/S for just ftp server" frown :-(
You can download ftp server software for any windows box and configure it , e,g Pathway ftp server and hell lot of software available for free on Inernet
Summary: I want to setup a restricted account that when the person logs into a system, a function is called that presents a menu. The user can only use the menu and cannot escape out of it. I have the function...
Summary: I need to set up an automatic reply to certain emails. The other issue here is Automatic reply should be done only to emails that come to my mail box as a result of an expansion from a system alias. L...
Summary: I'm working in a dev environment with several Sun T2000 boxes. Ideally, I would run something like VMWare to set up an easily restorable server architecture (DB, APP, ERP Servers). VMWare is only av...