SFTP: Difference between revisions

From Prime Wiki
Jump to navigationJump to search
(Created page with "We allow secure SFTP for transfer of web data / files, SFTP differs from HTTP for serving websites via web browsers as it is an application made up of two distinct TCP connec...")
 
No edit summary
Line 1: Line 1:
We allow secure SFTP for transfer of web data / files, SFTP differs from HTTP  for serving websites via web browsers as it is an application made up of two distinct TCP connections. It is more secure than standard FTP. Guide To Upload Content / Files using FileZilla (You can also use alternatives like CuteFTP, CoreFTP, SmartFTP, WS_FTP, Firefox FireFTP, etc..)
We allow secure SFTP for transfer of web data / files, SFTP differs from HTTP  for serving websites via web browsers as it is an application made up of two distinct TCP connections. It is more secure than standard FTP. Guide To Upload Content / Files using FileZilla (You can also use alternatives like CuteFTP, CoreFTP, SmartFTP, WS_FTP, Firefox FireFTP, etc..)


1. Open FileZilla and choose Site Manager under the File menu.
Step 1. Open FileZilla and choose Site Manager under the File menu.
2. Click the New Site button.
Step 2. Click the New Site button.
3. Provide the following details, label as yoursite.com and click the Connect button:
Step 3. Provide the following details (which you get on hosing activation), label as yoursite.com and click the Connect button:


Host: yoursite.com
Host: yoursite.com
Line 9: Line 9:
Protocol: SFTP - Secure File Transfer Protocol
Protocol: SFTP - Secure File Transfer Protocol
Logon Type: Normal
Logon Type: Normal
User: SFTP Username for yourdomainname.com
User: SFTP Username for yoursite.com
Password: Password for the above SFTP User
Password: Password for the above SFTP User


5. Select the Always trust certificate in future sessions. option and then click the OK button.
Step 5. Select the Always trust certificate in future sessions. option and then click the OK button.
6. Once connected, "web" folder by double-clicking it. Depending upon the Directory/Folder structure of the Web Hosting package, you would need to upload your files to the relevant folder, but default is "web".
Step 6. Once connected, "web" folder by double-clicking it. Depending upon the Directory/Folder structure of the Web Hosting package, you would need to upload your files to the relevant folder, but default is "web".
7. In the left pane, select the files to upload. Right-click and choose Upload. The files will be transferred to the remote server. You can remove default web files. If you were to upload a file index.html within the web folder of your website yoursite.com, then when someone tries to reach either yoursite.com or www.yoursite.com, then they would be automatically displayed the content of the index.html file. This happens since our server treats the index.html as the home page or default page for this directory.
Step 7. In the left pane, select the files to upload. Right-click and choose Upload. The files will be transferred to the remote server. You can remove default web files. If you were to upload a file index.html within the web folder of your website yoursite.com, then when someone tries to reach either yoursite.com or www.yoursite.com, then they would be automatically displayed the content of the index.html file. This happens since our server treats the index.html as the home page or default page for this directory.
 
[[File:http://buy.osspl.com/kb/sites/default/files/FileZilla-6.png]]


Similarly, if you were to upload an index.html file within the /web/blog folder, then when someone types yoursite.com/blog or www.yoursite.com/blog, then they would be automatically displayed the content of the index.html file within the plants folder.
Similarly, if you were to upload an index.html file within the /web/blog folder, then when someone types yoursite.com/blog or www.yoursite.com/blog, then they would be automatically displayed the content of the index.html file within the plants folder.

Revision as of 13:55, 19 June 2016

We allow secure SFTP for transfer of web data / files, SFTP differs from HTTP for serving websites via web browsers as it is an application made up of two distinct TCP connections. It is more secure than standard FTP. Guide To Upload Content / Files using FileZilla (You can also use alternatives like CuteFTP, CoreFTP, SmartFTP, WS_FTP, Firefox FireFTP, etc..)

Step 1. Open FileZilla and choose Site Manager under the File menu. Step 2. Click the New Site button. Step 3. Provide the following details (which you get on hosing activation), label as yoursite.com and click the Connect button:

Host: yoursite.com SFTP Port: Check your email Protocol: SFTP - Secure File Transfer Protocol Logon Type: Normal User: SFTP Username for yoursite.com Password: Password for the above SFTP User

Step 5. Select the Always trust certificate in future sessions. option and then click the OK button. Step 6. Once connected, "web" folder by double-clicking it. Depending upon the Directory/Folder structure of the Web Hosting package, you would need to upload your files to the relevant folder, but default is "web". Step 7. In the left pane, select the files to upload. Right-click and choose Upload. The files will be transferred to the remote server. You can remove default web files. If you were to upload a file index.html within the web folder of your website yoursite.com, then when someone tries to reach either yoursite.com or www.yoursite.com, then they would be automatically displayed the content of the index.html file. This happens since our server treats the index.html as the home page or default page for this directory.

File:Http://buy.osspl.com/kb/sites/default/files/FileZilla-6.png

Similarly, if you were to upload an index.html file within the /web/blog folder, then when someone types yoursite.com/blog or www.yoursite.com/blog, then they would be automatically displayed the content of the index.html file within the plants folder.

Now, if you were to upload two or more files from amongst the list given above, then the one mentioned higher in the order would be considered as the home page. So in the event that there exists an index.php and index.html file within the same folder, then the index.php file will get considered as the home page.

External links