I have to support an Microsoft IIS web server. I want to add a ftp server. I think I want to use vsftp. Can I and how would I setup vsftp to allow a user to upload files to their IIS web directory?
From vsftpd.beasts.org: "vsftpd is a GPL licensed FTP server for UNIX systems, including Linux."
So, no, it doesn't work on Windows. You could use IIS' built-in FTP service, or something more robust. We use WS-FTP, but FileZilla also looks pretty good.
I knew it wouldn't run on Microsoft. I was assuming it would have to run on a different box. I was just wondering if it could do a virtual directory to the IIS box or vise versa, or??
1. You could use samba bclient on the linux machine to mount the IIS web directories locally on the linux box. Then configure VSFTP to work with that mount.
2. Use samba server with a local share that will be used as the IIS web directory. IIS will use this as a mapped drive. Then configure VSFTP to work with that local directory.
Think this though carefully. There is nothing wrong with either of these approaches, but security needs to be carefully thought through.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.