cod3fr3ak
May 25th, 2004, 13:09
I have a web-page that is generated on a NT box that I would like to post on my OpenBSD server. The NT box provides a sftp option that allows for uploading the file to the web server I choose. What the best way to get that file onto my webpage - without compromising security.
Currently I just sftp the file to /var/tmp as a authorized user. There is a link from /var/www/htdocs/<filename.htm> ---> /var/tmp/<filename.htm>
Is there a better way to do this?
Currently I just sftp the file to /var/tmp as a authorized user. There is a link from /var/www/htdocs/<filename.htm> ---> /var/tmp/<filename.htm>
Is there a better way to do this?