I build a ftp server based on serv-u winxp, now I can access it by ftp://192.xx.xx.xx, can I access it through path such as \192.xx.xx.xx directly? Direct means can doing it by explorer ‘s path, similar to the windows share folder, by I want to redirect the target.
Share
No.
\\192.xx.xx.xxis the URI syntax for Windows file sharing. That is not the same as FTP.The only way to get to an FTP server from Explorer is to state the protocol, using the
ftp://URI syntax.