Perhaps, you would get a solution easily if you can post some o/p like what you
tried and what you get ?
That python script is very simple and should work very easily. Also pls post
some o/p and screen shots..
Here is the procedure for setting up secure ftp server in opensolaris/solaris.
1. useradd -d /export/home/ftpuser/./pub -m -s /bin/false ftpuser # ./public
will make sure when you cd. it;ll put you back in user home dir.
2. set the ftpuser password using passwd ftpuser
3. echo "/bin/false" >> /etc/shells
4. modify /etc/ftp/ftpdaccess like below.
guestuser ftpuser
upload /export/home/ftpuser * no # Will Disable
writing in to main folder.
upload /export/home/ftpuser /pub yes ftpuser other 0600
nodirs # allow write access only on /export/home/ftpuser/pub
4. ftpconfig -d /export/home/ftpuser
5. svcadm enable ftp
once all above steps are done. instead of firefox..first try with ftp commands
like
ftp <opensolaris Ip> then login with user ftpuser which you created above. try
to put/get some files. if that works..then you can try with firefox.
--
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]