Day-Timer Order. Tracking Link. Order #: 59519063
FTP / WinSvr08
Adding FTP to a Web Site ... Invisible from dev-t3400
Configuring FTP Firewall Settings Success from WinExpl dev after these commands.
To configure Windows Firewall to allow non-secure FTP traffic, use the following steps:
Open a command prompt: click Start, then All Programs, then Accessories, then Command Prompt.
To open port 21 on the firewall, type the following syntax then hit enter:
netsh advfirewall firewall add rule name="FTP (non-SSL)" action=allow protocol=TCP dir=in localport=21
To enable stateful FTP filtering that will dynamically open ports for data connections, type the following syntax then hit enter:
netsh advfirewall set global StatefulFtp enable
... but unable to copy files or create folders remotely. Folder permissions problem?
Changing Users to Full control from Read, Execute & List from:
Works! Expression Web 3 could not create “Learning/01” folder. Created “Learning” in dev/WinExplr and XWeb3 then able to created “01” folder. Successful publish. Added “default.html” to svr IIS Default Document list. “http://t3400-svr-08/learning/01/”