IIS 6 FTP Junctions "volume label syntax is incorrect"
I have created a junction in Windows to give isolated folder access to several users. However, I receive the following error when trying to list the files whilst connected via MS IIS 6.0 FTP server:
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for file list.
550 .: The filename, directory name, or volume label syntax is incorrect.
The strange thing is I can happily use cd
to navigate through the sub-folders. Although, I do receive an Access Denied
error message when creating directories.
На боковой ноте. Я могу нормально перемещаться по каталогу через CIFS/SMB и в локальной файловой системе. Кроме того, я настроил аналогичную настройку на IIS 7 без проблем. Я видел несколько MS KB, окружающих эту ошибку с помощью соединений на IIS 7. Не знаю, есть ли проблема с IIS 6?