I'm running an FTPS server on Windows Server 2003 (Filezilla Server). I want to map a network drive from my PC to the server, but most of the solutions are shown as SFTP. Those that aren't won't take my self-signed cert.
Ideas?
I'm running an FTPS server on Windows Server 2003 (Filezilla Server). I want to map a network drive from my PC to the server, but most of the solutions are shown as SFTP. Those that aren't won't take my self-signed cert.
Ideas?
If your client PC is Windows and both the server and client are running NetBEUI, then it's rather simple:
Now, if you want to map a drive letter to a FTP directory, you'll need a third party tool. One can also perform the same trick using NET USE
. You'll need to modify your LMHOSTS file. More information here.
Novell has a now inactive application/driver by the name of Netdrive which will connect to a FTP server and present a drive letter to that connection.
http://www.novell.com/documentation/oes/pdfdoc/netdrive/netdrive.pdf
Netdrive itself is a little bit hard to find on the Novell site and its licensing is not necessarily clear these days.