Tag: File Transfer Protocol
-
Getting local FTP home directory from IIS programmatically
User xiaoc1026 wants to know how to access IIS to get the home directory of the FTP web site in Visual C++. Before IIS6 you need to access the metadata in IIS configuration via IMSAdminBase::GetData. The hard part to find the path of the IIS setting. Before IIS 6, the metadata isn’t saved in XML.…