Posts mit dem Label machine werden angezeigt. Alle Posts anzeigen
Posts mit dem Label machine werden angezeigt. Alle Posts anzeigen

Mittwoch, 17. Februar 2016

How to configure IIS to use specific ports for Passive FTPIn Feburary 2016 17,

In Feburary 2016 17,
Login to the machine using remote desktop.
Go to the Inetpub\AdminScripts directory. This is typically on the same drive you installed windows, so c:\Inetpub\AdminScripts
Run the command
adsutil.vbs set /MSFTPSVC/PassivePortRange 'xxxx-yyyy'And replace xxxx with the starting port and yyyy with the ending port range.
In Feburary 2016 17,

Donnerstag, 4. Februar 2016

How to Post a Web PageIn Feburary 2016 04,

In Feburary 2016 04,
Determine where you would like to post the web page. You will need a web hosting service account. Three popular web hosting services include Go Daddy, bluehost and 1&1 (see Resources).
Determine the details of your account, including the hostname (the machine that that you will upload files to), your username, password and URL address.
Establish a connection to the Internet via a local area connection or wireless connection.
Open an FTP program such as FileZilla or CoreFTP, which are available for free download.
Enter your hostname, username and password of your website in the FTP program.
Locate the web page you would like to post. Click 'Browse' from the FTP program, navigate to the file and click to select it.
Click the option to transfer the web page to the hosting provider.
In Feburary 2016 04,