In Feburary 2016 30,
Open your FTP client.
Enter the IP address and login details into your FTP client. The method varies between FTP client, but all will offer some kind of site manager or quick connect feature. As an example, FileZilla Client offers a 'Quickconnect' bar at the top of the window, where you enter the IP address, username and password to easily connect to the server. You can also click 'Site Manager' and enter the details there so they are saved for future use.
Click the newly created site and select 'Connect' to connect to the FileZilla server. As an example, FileZilla requires that you only click the top 'Quickconnect' button once the IP and login details are entered. Alternatively, Hold the 'Ctrl' key and press 'S' to open the Site Manager. Click the site and then click 'Connect' to connect to the FileZilla Server.
In Feburary 2016 30,
Showing posts with label window. Show all posts
Showing posts with label window. Show all posts
Tuesday, 1 March 2016
Monday, 29 February 2016
How to Upload a Dreamweaver Website Into Go Daddy HostingIn Feburary 2016 29,
In Feburary 2016 29,
Find the Host Name, FTP User Name and FTP Password you created when you opened your Go Daddy hosting account. You would have written this information down when you opened your account.
Open Dreamweaver. Go to 'Site' and then 'Manage Sites.'
Pick your website from the list given in the Manage Sites dialog box or click 'New' if you haven't started your website yet.
Choose 'Add New Server' when the setup window opens. Enter a name for your connection, something like 'Go Daddy' or your domain name would be easy to identify, but any name is OK.
Click 'FTP' from the connection menu and enter the FTP User Name and FTP Password you created with Go Daddy. Check the 'Save' box if you want Dreamweaver to remember your login information.
Type your domain name in the FTP box. Click the 'Test' button to confirm the connection. Leave any other fields blank or default unless you've set up special port or proxy settings in your home network or with Go Daddy.
Check 'Automatically upload files to server on save' if you want Dreamweaver to update your website every time you save a page.
Save the connection by clicking 'Save' and go to 'Edit,' then 'Preferences' in Windows. If you're using a Mac, click 'Dreamweaver' and then 'Preferences.'
Select your website from the list on the left and choose your upload settings. Establish whether the FTP connection will time out or terminate after a specified number of minutes. You can also set Dreamweaver to 'Prompt Before Moving Files on Server' and 'Save Files Before Putting.' Experiment until you find the settings that work for you.
In Feburary 2016 29,
Find the Host Name, FTP User Name and FTP Password you created when you opened your Go Daddy hosting account. You would have written this information down when you opened your account.
Open Dreamweaver. Go to 'Site' and then 'Manage Sites.'
Pick your website from the list given in the Manage Sites dialog box or click 'New' if you haven't started your website yet.
Choose 'Add New Server' when the setup window opens. Enter a name for your connection, something like 'Go Daddy' or your domain name would be easy to identify, but any name is OK.
Click 'FTP' from the connection menu and enter the FTP User Name and FTP Password you created with Go Daddy. Check the 'Save' box if you want Dreamweaver to remember your login information.
Type your domain name in the FTP box. Click the 'Test' button to confirm the connection. Leave any other fields blank or default unless you've set up special port or proxy settings in your home network or with Go Daddy.
Check 'Automatically upload files to server on save' if you want Dreamweaver to update your website every time you save a page.
Save the connection by clicking 'Save' and go to 'Edit,' then 'Preferences' in Windows. If you're using a Mac, click 'Dreamweaver' and then 'Preferences.'
Select your website from the list on the left and choose your upload settings. Establish whether the FTP connection will time out or terminate after a specified number of minutes. You can also set Dreamweaver to 'Prompt Before Moving Files on Server' and 'Save Files Before Putting.' Experiment until you find the settings that work for you.
In Feburary 2016 29,
How Do I Add Ustream to My Website?In Feburary 2016 29,
In Feburary 2016 29,
Log in to Ustream and go to your dashboard.
Press the yellow 'Go To Channel' button in the upper left-hand corner.
Press the 'Embed' button beneath your stream window. There are two HTML codes listed; the top one is for embedding the player, while the bottom one is for embedding the chat and social streams.
Press 'Copy Embed' on the right-hand side of the top HTML code. This copies the HTML code that you need to add your Ustream channel to your website.
Paste Ustream's HTML code into your site's HTML code in the desired location. The Ustream player is now added to your site.
In Feburary 2016 29,
Log in to Ustream and go to your dashboard.
Press the yellow 'Go To Channel' button in the upper left-hand corner.
Press the 'Embed' button beneath your stream window. There are two HTML codes listed; the top one is for embedding the player, while the bottom one is for embedding the chat and social streams.
Press 'Copy Embed' on the right-hand side of the top HTML code. This copies the HTML code that you need to add your Ustream channel to your website.
Paste Ustream's HTML code into your site's HTML code in the desired location. The Ustream player is now added to your site.
In Feburary 2016 29,
How to Use FTP to Transfer Directories in AIXIn Feburary 2016 29,
In Feburary 2016 29,
Open a terminal window and type 'ftp hostname' to connect to the remote FTP server. Replace 'hostname' with the name or address of the remote server.
Type 'mkdir directoryname' to create a new directory on the FTP server. Replace 'directoryname' with the name of the directory you want to create.
Type 'cd directoryname' to change to the directory you created. Replace 'directoryname' with the name of the directory you created.
Type 'put /path/to/directory/*' to copy the entire contents of the directory to the remote directory you created. Replace '/path/to/directory/' with the local path to the directory you want to transfer. The asterisk at the end is used to copy all files contained in the directory.
Type 'quit' to exit the FTP program.
In Feburary 2016 29,
Open a terminal window and type 'ftp hostname' to connect to the remote FTP server. Replace 'hostname' with the name or address of the remote server.
Type 'mkdir directoryname' to create a new directory on the FTP server. Replace 'directoryname' with the name of the directory you want to create.
Type 'cd directoryname' to change to the directory you created. Replace 'directoryname' with the name of the directory you created.
Type 'put /path/to/directory/*' to copy the entire contents of the directory to the remote directory you created. Replace '/path/to/directory/' with the local path to the directory you want to transfer. The asterisk at the end is used to copy all files contained in the directory.
Type 'quit' to exit the FTP program.
In Feburary 2016 29,
How to Enable FTP Traffic in the Windows FirewallIn Feburary 2016 29,
In Feburary 2016 29,
Type 'Control Panel' at the Start screen and click it to open it.
Click on 'Windows Firewall' to open the application.
Click on 'Advanced Settings' in the left side menu.
Click on the 'Inbound Rules' tab in the left menu in the new window. Select 'New Rule' under Actions in the right of the window.
Select 'Port' as the rule type in the New Inbound Rule Wizard window. Click on the 'Next' button.
Check the toggle switches next to 'TCP' and 'Specific Local Ports' in the Protocol and Ports step of the wizard. In the text field next to Specific Local Ports, type in '20, 21.' Click on the 'Next' button.
Select 'Allow the Connection' in the next screen. Click on the 'Next' button.
Select your network configuration from the three options. If you're unsure of which describes your computer connection, you can check all three: Domain, Private and Public. Click on the 'Next' button.
Type in a name and description for the new rule. This step lets you identify the rule more easily if you ever want to go back into Windows Firewall settings to disable it.
Click on the 'Finish' button to apply the new rule and enable FTP traffic on your computer.
In Feburary 2016 29,
Type 'Control Panel' at the Start screen and click it to open it.
Click on 'Windows Firewall' to open the application.
Click on 'Advanced Settings' in the left side menu.
Click on the 'Inbound Rules' tab in the left menu in the new window. Select 'New Rule' under Actions in the right of the window.
Select 'Port' as the rule type in the New Inbound Rule Wizard window. Click on the 'Next' button.
Check the toggle switches next to 'TCP' and 'Specific Local Ports' in the Protocol and Ports step of the wizard. In the text field next to Specific Local Ports, type in '20, 21.' Click on the 'Next' button.
Select 'Allow the Connection' in the next screen. Click on the 'Next' button.
Select your network configuration from the three options. If you're unsure of which describes your computer connection, you can check all three: Domain, Private and Public. Click on the 'Next' button.
Type in a name and description for the new rule. This step lets you identify the rule more easily if you ever want to go back into Windows Firewall settings to disable it.
Click on the 'Finish' button to apply the new rule and enable FTP traffic on your computer.
In Feburary 2016 29,
Sunday, 28 February 2016
How to Upload PSD FilesIn Feburary 2016 28,
In Feburary 2016 28,
Click the 'Start' button and choose 'Run' from the file options. Windows Vista users can skip to the next step.
Type 'CMD' (minus the quotes) and press 'Enter.' This will open a command window.
Navigate to the folder where your PSD files are located.
Check the size of your PSD files to make sure you are uploading the correct one. Type 'ftp' (minus the quotes) and press enter.
Type 'Open ftp.xxxxxxxx.com' (minus the quotes) and press 'Enter.' Substitute your FTP site for the aforementioned address.
You will be prompted to enter a user name if you have successfully connected to the server. Type your user name and press 'Enter.'
You will be prompted to enter a password if your user name has been accepted. Type your password and press 'Enter.'
Once your credentials have been accepted, you will be given an 'FTP' prompt. Navigate to the directory folder where you would like to store your PSD files. Alternatively, if you would like to create a folder, you can do this by typing 'MKDIR' (minus the quotes). You will be asked for your folder name.
Upload your PSD file by typing 'put abc.psd' (minus the quotes). Substitute the name of your file for abc.
Once the transmission is complete, the FTP server will report to you the size of the file and how long it took to upload. Repeat Step 9 for as many files as you would like to upload.
Type 'bye' (minus the quotes) when you are finished uploading your files. This command will disconnect you from the FTP server.
Type 'exit' (minus the quotes) to close the command window.
In Feburary 2016 28,
Click the 'Start' button and choose 'Run' from the file options. Windows Vista users can skip to the next step.
Type 'CMD' (minus the quotes) and press 'Enter.' This will open a command window.
Navigate to the folder where your PSD files are located.
Check the size of your PSD files to make sure you are uploading the correct one. Type 'ftp' (minus the quotes) and press enter.
Type 'Open ftp.xxxxxxxx.com' (minus the quotes) and press 'Enter.' Substitute your FTP site for the aforementioned address.
You will be prompted to enter a user name if you have successfully connected to the server. Type your user name and press 'Enter.'
You will be prompted to enter a password if your user name has been accepted. Type your password and press 'Enter.'
Once your credentials have been accepted, you will be given an 'FTP' prompt. Navigate to the directory folder where you would like to store your PSD files. Alternatively, if you would like to create a folder, you can do this by typing 'MKDIR' (minus the quotes). You will be asked for your folder name.
Upload your PSD file by typing 'put abc.psd' (minus the quotes). Substitute the name of your file for abc.
Once the transmission is complete, the FTP server will report to you the size of the file and how long it took to upload. Repeat Step 9 for as many files as you would like to upload.
Type 'bye' (minus the quotes) when you are finished uploading your files. This command will disconnect you from the FTP server.
Type 'exit' (minus the quotes) to close the command window.
In Feburary 2016 28,
How to View FTP SitesIn Feburary 2016 28,
In Feburary 2016 28,
Click the 'Tools' menu in Internet Explorer, then click 'Internet Options.'
Click the 'Advanced' tab in the window that appears.
Ensure that 'Enable folder view for FTP sites' is checked, then click 'OK.'
Enter 'FTP://' in the address bar, followed by the URL of the FTP server to which you want to connect.
In Feburary 2016 28,
Click the 'Tools' menu in Internet Explorer, then click 'Internet Options.'
Click the 'Advanced' tab in the window that appears.
Ensure that 'Enable folder view for FTP sites' is checked, then click 'OK.'
Enter 'FTP://' in the address bar, followed by the URL of the FTP server to which you want to connect.
In Feburary 2016 28,
How to Uninstall Foxy ProxyIn Feburary 2016 28,
In Feburary 2016 28,
Launch Firefox. Click the 'Tools' menu at the top of the window, then select 'Add-ons.' The Firefox Add-ons window will appear.
Click the 'Extensions' button at the top of the Add-ons window.
Click 'FoxyProxy,' then click the 'Uninstall' button. A window asking you to confirm that you want to uninstall Foxy Proxy from Firefox will appear.
Click the 'Uninstall' button to confirm the uninstallation.
Click the 'Restart Firefox' button to restart the browser and finish removing Foxy Proxy.
In Feburary 2016 28,
Launch Firefox. Click the 'Tools' menu at the top of the window, then select 'Add-ons.' The Firefox Add-ons window will appear.
Click the 'Extensions' button at the top of the Add-ons window.
Click 'FoxyProxy,' then click the 'Uninstall' button. A window asking you to confirm that you want to uninstall Foxy Proxy from Firefox will appear.
Click the 'Uninstall' button to confirm the uninstallation.
Click the 'Restart Firefox' button to restart the browser and finish removing Foxy Proxy.
In Feburary 2016 28,
Saturday, 27 February 2016
How to Enable Folder View for FTP SitesIn Feburary 2016 27,
In Feburary 2016 27,
Launch Internet Explorer and click the 'Tools' button in the upper-right corner of the window. Select 'Internet Options.'
Click the 'Advanced' tab at the top of the 'Internet Options' window.
Scroll down to the 'Browsing' category and place a check in the box labeled 'Enable FTP folder view (outside of Internet Explorer).'
Click 'OK' and close Internet Explorer. Type the address of an FTP site in the 'Address' bar at the top of any Windows Explorer window to connect to the server.
In Feburary 2016 27,
Launch Internet Explorer and click the 'Tools' button in the upper-right corner of the window. Select 'Internet Options.'
Click the 'Advanced' tab at the top of the 'Internet Options' window.
Scroll down to the 'Browsing' category and place a check in the box labeled 'Enable FTP folder view (outside of Internet Explorer).'
Click 'OK' and close Internet Explorer. Type the address of an FTP site in the 'Address' bar at the top of any Windows Explorer window to connect to the server.
In Feburary 2016 27,
How to Connect to a Secure FTP on WindowsIn Feburary 2016 27,
In Feburary 2016 27,
Right-click 'Start' and click 'Explore' to open a Windows Explorer window
Type 'ftp://yourftpaddress.com/' in the address bar at the top of the window, replacing the dummy address with the actual FTP address. The 'Log on as' security box appears.
Type in your FTP username and password and then click 'OK.' You should now have access to the hosted FTP files.
In Feburary 2016 27,
Right-click 'Start' and click 'Explore' to open a Windows Explorer window
Type 'ftp://yourftpaddress.com/' in the address bar at the top of the window, replacing the dummy address with the actual FTP address. The 'Log on as' security box appears.
Type in your FTP username and password and then click 'OK.' You should now have access to the hosted FTP files.
In Feburary 2016 27,
Friday, 26 February 2016
How to Write a Batch ScriptIn Feburary 2016 26,
In Feburary 2016 26,
Hit the Windows logo and 'R' keys on the keyboard simultaneously. This will bring up the 'Run' dialog box. In the box, type 'notepad' and hit 'Enter.'
Type 'c:\Progra~1\Intern~1\iexplore.exe http://www.ehow.com' into the window. This command will open an Internet Explorer window, and Internet Explorer will browse directly to the index page of eHow upon being opened.
Click 'File,' then click 'Save As.'
Click the drop-down menu next to 'Save as type,' and choose 'All Files.'
Navigate to your desktop. Name the file 'TestBatch.bat' and click 'Save.'
Double click the batch file. If you performed the above steps correctly, an Internet Explorer window to eHow will be opened.
In Feburary 2016 26,
Hit the Windows logo and 'R' keys on the keyboard simultaneously. This will bring up the 'Run' dialog box. In the box, type 'notepad' and hit 'Enter.'
Type 'c:\Progra~1\Intern~1\iexplore.exe http://www.ehow.com' into the window. This command will open an Internet Explorer window, and Internet Explorer will browse directly to the index page of eHow upon being opened.
Click 'File,' then click 'Save As.'
Click the drop-down menu next to 'Save as type,' and choose 'All Files.'
Navigate to your desktop. Name the file 'TestBatch.bat' and click 'Save.'
Double click the batch file. If you performed the above steps correctly, an Internet Explorer window to eHow will be opened.
In Feburary 2016 26,
How to Get IP SMTP From a CPanelIn Feburary 2016 26,
In Feburary 2016 26,
Go to the cPanel login webpage for your web hosting provider, then enter your username and password to log into your cPanel account. Click the 'Login' button to open the main cPanel window.
Click the 'Email Delivery Route' icon under the 'Mail' section on the main cPanel page.
Enter the email address that you want to find the IP SMTP address for, then click the 'Show Route' button. The resulting page will show all of the routing information about that email address, including the IP SMTP information.
In Feburary 2016 26,
Go to the cPanel login webpage for your web hosting provider, then enter your username and password to log into your cPanel account. Click the 'Login' button to open the main cPanel window.
Click the 'Email Delivery Route' icon under the 'Mail' section on the main cPanel page.
Enter the email address that you want to find the IP SMTP address for, then click the 'Show Route' button. The resulting page will show all of the routing information about that email address, including the IP SMTP information.
In Feburary 2016 26,
Thursday, 25 February 2016
How to Increase Upload SpeedsIn Feburary 2016 25,
In Feburary 2016 25,
Update your browser. If you are using Mozilla Firefox, click the 'Help' tab, select 'Check for Updates' and wait for a software dialog box to appear. Whenever an update is available, a software update dialog box appears when you try to open Mozilla Firefox. Click 'OK' to start downloading and installing updates. If you are using Internet Explorer, proceed to the next step.
Open Internet Explorer. Click the 'Tools' tab and then 'Microsoft Update.' In the Microsoft Update window, click 'Custom,' and click the check box for 'Internet Explorer.' Click 'Review and Install Updates' and then 'Install Updates.'
Delete Internet files. If you are using Mozilla Firefox, click 'Tools,' 'Clear recent history' and then click the check boxes for all Internet files that you want to delete. If you are using Internet Explorer, click 'Tools,' 'Internet Options' and then 'Delete' under 'Browsing History.'
Perform maintenance tasks in your computer like 'Disk Defragmenter' and 'Disk Cleanup.' Click 'Start,' 'All Programs' and then 'Accessories.' Select 'Disk Defragmenter' or 'Disk Cleanup' under the 'System Tools' options. Follow the instructions on your screen to complete the procedures.
Update your anti-virus software, and run a complete virus scan. Delete viruses found.
In Feburary 2016 25,
Update your browser. If you are using Mozilla Firefox, click the 'Help' tab, select 'Check for Updates' and wait for a software dialog box to appear. Whenever an update is available, a software update dialog box appears when you try to open Mozilla Firefox. Click 'OK' to start downloading and installing updates. If you are using Internet Explorer, proceed to the next step.
Open Internet Explorer. Click the 'Tools' tab and then 'Microsoft Update.' In the Microsoft Update window, click 'Custom,' and click the check box for 'Internet Explorer.' Click 'Review and Install Updates' and then 'Install Updates.'
Delete Internet files. If you are using Mozilla Firefox, click 'Tools,' 'Clear recent history' and then click the check boxes for all Internet files that you want to delete. If you are using Internet Explorer, click 'Tools,' 'Internet Options' and then 'Delete' under 'Browsing History.'
Perform maintenance tasks in your computer like 'Disk Defragmenter' and 'Disk Cleanup.' Click 'Start,' 'All Programs' and then 'Accessories.' Select 'Disk Defragmenter' or 'Disk Cleanup' under the 'System Tools' options. Follow the instructions on your screen to complete the procedures.
Update your anti-virus software, and run a complete virus scan. Delete viruses found.
In Feburary 2016 25,
Labels:
click,
custom,
downloading,
Explorer,
Installing,
Internet,
proceed,
start,
updates,
window
How to Set a Proxy in a Group PolicyIn Feburary 2016 25,
In Feburary 2016 25,
Open the Start menu. Type 'gpedit.msc' in the 'Search' box. Click 'gpedit.msc' in the search results to launch the Group Policy Editor.
Click the arrow next to 'User Settings' in the console tree, in the left-side window panel, to expand the branch. Expand the 'Windows Settings' branch. Expand the 'Internet Explorer Maintenance' branch.
Highlight 'Connection' in the left-side window panel. Double-click 'Proxy Settings' in the right-side window panel. A 'Proxy Settings' dialog box will open.
Put a check mark in the box next to 'Enable proxy settings.'
Type the proxy server's web or IP address in the appropriate 'Address of proxy' field box for the protocol the address uses ('http,' secure 'https,' 'ftp,' gopher, or socks).
Enter the port number the proxy uses in the appropriate 'Port' field box.
Click 'Apply' to save and deploy the Internet Explorer group policy proxy settings. Click 'OK' to close the Proxy Settings dialog box.
Prevent Users from Changing Proxy Settings
Open the Group Policy Editor.
Navigate to the 'User Configuration' \ 'Administrative Templates' \ 'Windows Components' branch of the console tree.
Highlight 'Internet Explorer.'
Double-click 'Disable changing proxy settings' in the right-side window panel. The 'Disable changing proxy settings Properties' dialog box will open.
Select 'Enable.' Click 'Apply' to save and deploy the group policy. Click 'OK' to close the dialog box.
In Feburary 2016 25,
Open the Start menu. Type 'gpedit.msc' in the 'Search' box. Click 'gpedit.msc' in the search results to launch the Group Policy Editor.
Click the arrow next to 'User Settings' in the console tree, in the left-side window panel, to expand the branch. Expand the 'Windows Settings' branch. Expand the 'Internet Explorer Maintenance' branch.
Highlight 'Connection' in the left-side window panel. Double-click 'Proxy Settings' in the right-side window panel. A 'Proxy Settings' dialog box will open.
Put a check mark in the box next to 'Enable proxy settings.'
Type the proxy server's web or IP address in the appropriate 'Address of proxy' field box for the protocol the address uses ('http,' secure 'https,' 'ftp,' gopher, or socks).
Enter the port number the proxy uses in the appropriate 'Port' field box.
Click 'Apply' to save and deploy the Internet Explorer group policy proxy settings. Click 'OK' to close the Proxy Settings dialog box.
Prevent Users from Changing Proxy Settings
Open the Group Policy Editor.
Navigate to the 'User Configuration' \ 'Administrative Templates' \ 'Windows Components' branch of the console tree.
Highlight 'Internet Explorer.'
Double-click 'Disable changing proxy settings' in the right-side window panel. The 'Disable changing proxy settings Properties' dialog box will open.
Select 'Enable.' Click 'Apply' to save and deploy the group policy. Click 'OK' to close the dialog box.
In Feburary 2016 25,
How to FTP a Zip FileIn Feburary 2016 25,
In Feburary 2016 25,
Create a folder on your desktop or in a location that you can easily find.
Copy the ZIP files to this newly created folder.
Open a command prompt by typing 'CMD' without the quotes from the RUN line in windows. This same command will work from the windows search bar.
Type 'FTP' into the newly opened command window. The prompt has changed to say 'ftp'. You are now ready to connect to your ftp server.
Type 'ftp.myservername.com' without quotes at the ftp prompt. Replace myservername with the name of your server.
Successful completion of step 5 will present you with a connection to the ftp server. Type your user name at the 'user' prompt.
Successful completion of step 6 will present you with a password prompt. Type your password at the 'Password' prompt.
Successful completion of step 7 will present you with a basic 'ftp' prompt. You are now ready to upload your zip files. Navigate to the folder which you stored your files by typing 'lcd Folder Name' without quotes. Substitute folder name with the folder name you created. The lcd command allows you to change directories locally.
Create a folder on the ftp server for your ZIP files by using the 'MKDIR' command. Type 'MKDIR Myfiles' without the quotes and substitute myfiles with your desired folder name.
Change directories to the folder you just created by typing 'CD Your New Name' without the quotes. Substitute your new name for the name of your folder.
FTP your files by typing 'PUT myfile.zip' without the quotes. Substitute myfile.zip with the name of your ZIP file. Once this step is completed you will be presented with a confirmation step and a new 'ftp' prompt. You can now repeat this step for additional files.
Type 'bye' without the quotes at the ftp prompt to log off of the ftp server.
Type 'exit' without the quotes at the command prompt to close this window.
In Feburary 2016 25,
Create a folder on your desktop or in a location that you can easily find.
Copy the ZIP files to this newly created folder.
Open a command prompt by typing 'CMD' without the quotes from the RUN line in windows. This same command will work from the windows search bar.
Type 'FTP' into the newly opened command window. The prompt has changed to say 'ftp'. You are now ready to connect to your ftp server.
Type 'ftp.myservername.com' without quotes at the ftp prompt. Replace myservername with the name of your server.
Successful completion of step 5 will present you with a connection to the ftp server. Type your user name at the 'user' prompt.
Successful completion of step 6 will present you with a password prompt. Type your password at the 'Password' prompt.
Successful completion of step 7 will present you with a basic 'ftp' prompt. You are now ready to upload your zip files. Navigate to the folder which you stored your files by typing 'lcd Folder Name' without quotes. Substitute folder name with the folder name you created. The lcd command allows you to change directories locally.
Create a folder on the ftp server for your ZIP files by using the 'MKDIR' command. Type 'MKDIR Myfiles' without the quotes and substitute myfiles with your desired folder name.
Change directories to the folder you just created by typing 'CD Your New Name' without the quotes. Substitute your new name for the name of your folder.
FTP your files by typing 'PUT myfile.zip' without the quotes. Substitute myfile.zip with the name of your ZIP file. Once this step is completed you will be presented with a confirmation step and a new 'ftp' prompt. You can now repeat this step for additional files.
Type 'bye' without the quotes at the ftp prompt to log off of the ftp server.
Type 'exit' without the quotes at the command prompt to close this window.
In Feburary 2016 25,
How to Allow Remote Access to IIS 7In Feburary 2016 25,
In Feburary 2016 25,
Click 'Start' and click 'Server Manager.'
Click 'Roles' in the window that appears, and then click on 'Web Server (IIS)' in the prompt that appears.
Click 'Add Role Services' and click 'Management Service' from the options that appear.
Click the server you want to add remote connectivity to from the server window.
Click the 'Management Service' section, and then click 'Enable remote connections.'
In Feburary 2016 25,
Click 'Start' and click 'Server Manager.'
Click 'Roles' in the window that appears, and then click on 'Web Server (IIS)' in the prompt that appears.
Click 'Add Role Services' and click 'Management Service' from the options that appear.
Click the server you want to add remote connectivity to from the server window.
Click the 'Management Service' section, and then click 'Enable remote connections.'
In Feburary 2016 25,
Wednesday, 24 February 2016
How to Email a Large Microsoft Publisher FileIn Feburary 2016 24,
In Feburary 2016 24,
Browse to your saved Publisher file on your computer, but do not open it.
Right-click the file and choose 'Send to' from the menu.
Select 'Compressed (zipped) folder.' Publisher files often contain images, multiple fonts and formatting that increase the file size. Compression lets your computer store these items in a smaller package.
Hover your mouse pointer over the compressed/zipped file when the process completes. A window with the file's size should appear next to your pointer, and it will be less than the original file's size. If this is small enough to send, simply attach the compressed folder to your email and mail it as you normally would. Compression amounts vary according to file, so this may or may not shrink the file size enough for standard email.
Third-Party Senders
Visit a file transfer site that helps users send large emails, such as Pando, You Send It or Send This File (see Resources). Most file transfer sites offer free services for sending single files, and charge only for multiple files or faster delivery. However, some free services have size limits, so read the specifications carefully before choosing a service.
Browse to the Publisher file on your computer through the site's upload interface and upload your Publisher file into the system.
Enter your email recipient's address and your email address in the appropriate fields, and follow any other onscreen instructions to complete the process.
Notify your file's recipient in a separate email to expect the file, especially if that person is wary of downloading files from the Internet.
In Feburary 2016 24,
Browse to your saved Publisher file on your computer, but do not open it.
Right-click the file and choose 'Send to' from the menu.
Select 'Compressed (zipped) folder.' Publisher files often contain images, multiple fonts and formatting that increase the file size. Compression lets your computer store these items in a smaller package.
Hover your mouse pointer over the compressed/zipped file when the process completes. A window with the file's size should appear next to your pointer, and it will be less than the original file's size. If this is small enough to send, simply attach the compressed folder to your email and mail it as you normally would. Compression amounts vary according to file, so this may or may not shrink the file size enough for standard email.
Third-Party Senders
Visit a file transfer site that helps users send large emails, such as Pando, You Send It or Send This File (see Resources). Most file transfer sites offer free services for sending single files, and charge only for multiple files or faster delivery. However, some free services have size limits, so read the specifications carefully before choosing a service.
Browse to the Publisher file on your computer through the site's upload interface and upload your Publisher file into the system.
Enter your email recipient's address and your email address in the appropriate fields, and follow any other onscreen instructions to complete the process.
Notify your file's recipient in a separate email to expect the file, especially if that person is wary of downloading files from the Internet.
In Feburary 2016 24,
How to Change a Directory in FTPIn Feburary 2016 24,
In Feburary 2016 24,
Open the Start menu and click on the 'Run' button.
Type 'cmd' into the text field and hit the 'Enter' key. A command prompt window will now open on the screen.
Type 'ftp server.com' into the command prompt window, replacing 'server.com' with the address of your FTP server, and hit 'Enter.'
Enter your FTP username and password when prompted to log in to the server.
Type 'cd' followed by the path of the directory that you want to switch to and hit 'Enter.' The 'cd' command stands for change directory, and if you provide a valid directory path to change to, you will receive a confirmation message.
In Feburary 2016 24,
Open the Start menu and click on the 'Run' button.
Type 'cmd' into the text field and hit the 'Enter' key. A command prompt window will now open on the screen.
Type 'ftp server.com' into the command prompt window, replacing 'server.com' with the address of your FTP server, and hit 'Enter.'
Enter your FTP username and password when prompted to log in to the server.
Type 'cd' followed by the path of the directory that you want to switch to and hit 'Enter.' The 'cd' command stands for change directory, and if you provide a valid directory path to change to, you will receive a confirmation message.
In Feburary 2016 24,
Tuesday, 23 February 2016
How to Install TS Web in Windows 7In Feburary 2016 23,
In Feburary 2016 23,
Click 'Start,' type 'Administrative Tools' in the Search box and then press 'Enter.'
Double-click 'Server Manager' on the Administrative Tools window that opens.
Click 'Add Roles' below Roles Summary on the Server Manager screen.
Click the 'Next' button on the Before You Begin screen.
Choose the 'Terminal Services' check box on the Select Server Roles screen and then click 'Next.'
Click 'Next' on the Terminal Services screen.
Choose the 'TS Web Access' check box on the Select Role Services screen.
Click 'Add Required Role Services' and then click 'Next.'
Click 'Next' on the Web Server (IIS) screen.
Click 'Next' on the Select Role Services screen.
Click 'Install' on the Confirm Installation Selections screen.
Click 'Close' on the Installation Results screen.
In Feburary 2016 23,
Click 'Start,' type 'Administrative Tools' in the Search box and then press 'Enter.'
Double-click 'Server Manager' on the Administrative Tools window that opens.
Click 'Add Roles' below Roles Summary on the Server Manager screen.
Click the 'Next' button on the Before You Begin screen.
Choose the 'Terminal Services' check box on the Select Server Roles screen and then click 'Next.'
Click 'Next' on the Terminal Services screen.
Choose the 'TS Web Access' check box on the Select Role Services screen.
Click 'Add Required Role Services' and then click 'Next.'
Click 'Next' on the Web Server (IIS) screen.
Click 'Next' on the Select Role Services screen.
Click 'Install' on the Confirm Installation Selections screen.
Click 'Close' on the Installation Results screen.
In Feburary 2016 23,
How to Install Setup.EXEIn Feburary 2016 23,
In Feburary 2016 23,
Insert the installation disk of the the program you want to install, or download the software from the website.
Open the the folder that contains all the program's information, including the setup.exe file. In a download, it will be in one of three places. Either as a desktop icon, in a pop-up window called 'Downloads' or in the 'Downloads' folder, which is found in 'My Documents.' To open a CD, you must open 'My Computer,' then right-click the CD icon and click 'Open.' This will reveal all the files and folders contained in the CD.
Scroll through until you find setup.exe. It will most likely be in alphabetical order.
Double-click the setup.exe file. Once you do this, the computer will take a moment and the installation wizard will load. Follow the prompts to the wizard and this will complete the installation of setup.exe and its program.
In Feburary 2016 23,
Insert the installation disk of the the program you want to install, or download the software from the website.
Open the the folder that contains all the program's information, including the setup.exe file. In a download, it will be in one of three places. Either as a desktop icon, in a pop-up window called 'Downloads' or in the 'Downloads' folder, which is found in 'My Documents.' To open a CD, you must open 'My Computer,' then right-click the CD icon and click 'Open.' This will reveal all the files and folders contained in the CD.
Scroll through until you find setup.exe. It will most likely be in alphabetical order.
Double-click the setup.exe file. Once you do this, the computer will take a moment and the installation wizard will load. Follow the prompts to the wizard and this will complete the installation of setup.exe and its program.
In Feburary 2016 23,
Subscribe to:
Posts (Atom)