Skip to main content

Upload files to web server


Once you register on one of the free servers, then the last step so that the web page you can see all the people are uploading or sending files to a web server.
There are two kinds of methods used to send or upload files to a web server, which is directly through a browser or via FTP (File Transfer Protocol).For that you need to know which way is supported by your web server. Just an example, www.homepage.com use the browser to upload, use FTP while www.virtualave.net to www.tripod.com can use the browser or FTP. Which will be discussed here is to send files using FTP.
Software that can be used is WAS FTP or CuteFTP. (Not to be confused with the word FTP with WAS FTP or CuteFTP. FTP is a protocol used to connect to the web server, while the WAS FTP or CuteFTP software is used to connect to the web server. In short WS_FTP and CuteFTP is the software that supports FTP protocol to connect with the web server).
For the steps that we provide below using CuteFTP software and web servers www.virtualave.net. You can apply these steps in WS_FTP or other FTP software and web servers, since in principle is the same.
  1. D\L S\W.
  2. From the FTP menu select Quick Connect.
  3. Fill in the fields host addresses, user IDs and passwords with a web server is provided to you. If the host address = virtualave.net s36.virtualave.net eg, user id = winfolder, password = sda45sddf.
  4. Click on OK.
  5. Wait a while until CuteFTP to successfully connect with the web server.
  6. If a successful connection will display a dialog box containing the proofs. Click on OK only.
  7. Now you see on the right column. It is a folder located on your web server. Visible folder called public_html. Double-click the folder. Well, in that folder you should put your files.
  8. Left column is the location of files on your computer. For that move to the folder where you saved the file to be uploaded.
  9. Block was the file you want to upload, then right click and select upload.
  10. Already completed the upload process.
  11. In addition, you can create a folder / directory on the new web server.The trick right click on the right hand column, select Make Directory, click OK.
  12. For the other commands you can learn yourself.

Comments

Popular posts from this blog

How to lock any file or folder without any software.

  With this trick, you can create a secure password protected  folder  in Windows which no one except you can access. To use this trick, follow the instructions given below:-   1.  Open  Notepad . 2.   Copy and paste  the exact code given below:- cls @ECHO OFF title computer-tricks-corner.blogspot.com if  EXIST  "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto  UNLOCK if NOT EXIST MyFolder goto MDMyFolder :CONFIRM echo Are you sure to lock this folder? (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo  Invalid  choice. goto CONFIRM :LOCK ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock Your Secure Folder set/p "pass=...

The best free automation tools for Windows

When your job involves working on a computer, repetitive actions can be the bane of your existence. They're not only tedious, but also (even worse) time consuming. Fortunately, in case you're forced to execute the exact same actions over and over again, you can create macros (scripts) that will automatically do them for you. Let's say, for example, that every day you have to open your downloads folder; to do this, you would normally have to click on 'Start', then on 'Documents' and from there finally click on 'Downloads'. Using a macro, you could simply run a certain file from your desktop or (even better) use a key combination, and the download folder will be automatically opened. (Of course, this was very simplistic, but you can use macro scripts to perform much more complicated tasks.) Here you will find a list with some of the best automation tools on the market. These applications won't only help you improve your productivity with macr...

How to Deal With Your Drivers Issues

For those of you who are really new to this, drivers are software that make the connection between your hardware (motherboard, graphic cards, sound card, printer, etc) and your operating system. Each hardware component has its own driver (which works on specific Windows versions), and if you don't have the correct driver installed, the respective device will either run incorrectly or not run at all. So, after you've reinstalled Windows (or installed it for the first time), you are going to need drivers to make your computer fully operational. The first and easiest solution is to install them is by using the CDs that came along with your hardware. If that's no longer possible because the respective CD is no longer available or the drivers on it aren't compatible with your Windows version, you will have to  improvise . My favorite solution in this situation is to use a combination of two programs: 3DP Net and 3DP Chip. Both of them are completely free and require ...