Wanted to upload some files in FTP server? No need to worry about installing third party application to do this. Windows provided this facility by default to us. Lets see how can we do this. Open any folder or windows explorer and type the FTP URL in the address bar as like below
In above example we used some sample FTP url. While uploading make sure that internet connection is proper because this lead to uploading data in inconsistent state. As soon as hit the FTP url , we will get an prompt for authentication. We need to enter proper user name and password to access the FTP server.
Once we successfully authenticated we will be able to see the content of the servers in folder structure. Now we can just copy and paste the content from local machine to FTP server.
In above example we used some sample FTP url. While uploading make sure that internet connection is proper because this lead to uploading data in inconsistent state. As soon as hit the FTP url , we will get an prompt for authentication. We need to enter proper user name and password to access the FTP server.
Once we successfully authenticated we will be able to see the content of the servers in folder structure. Now we can just copy and paste the content from local machine to FTP server.