Submodule 2.3: WEB Server
Site: | ΕΛ/ΛΑΚ Moodle |
Course: | Study / Web Design and Web Development |
Book: | Submodule 2.3: WEB Server |
Printed by: | Guest user |
Date: | Thursday, 21 November 2024, 6:14 PM |
Description
- Internet
- WEB Server
- SFTP - Filezilla
- Upload files to a WEB Server
- Needed URL to serve from a WEB Server
SFTP Filezilla
The SSH File Transfer Protocol SFTP
, also known as the Secure File Transfer Protocol
, enables secure file transfer capabilities between networked hosts.
Filezilla
is a free FTP solution. Both a client and a server are available. FileZilla is open source software distributed free of charge under the terms of the GNU General Public License.
Upload your files to our Server!
We have the server cnc-wp1.ellak.gr:
Follow the instructions to upload your files:
- Open FileZilla
- Connect to the URL sftp://cnc.ellak.gr/ via FileZilla
- hostname: sftp://cnc.ellak.gr/
- username: sftp_webadmins
- password: ********** (Ask us to give it)
- port: 2022
- In the panel Remote site, under cnc-wp1.ellak.gr/public
- create the folder yourNameWEB2 (as in your desktop)
- In this folder create the sub-folder yourNameWEB2GitTest
- create the folder yourNameWEB2 (as in your desktop)
- In the local site panel find the folder yourNameWEB2GitTest
- Drag the files and folders from local folder (NOT THE .git DIRECTORY) and drop these in the subfolder.
Serve your site to the Internet!
You have uploaded your site to a WEB Server!
Thus, Anyone can get access if they have the URL!
To write the URL:
- start with
https://
, continue with cnc-wp1.ellak.gr/
(server -name) and finishyourNameWEB2/yourNameWEB2GitTest/
(your folders)
Remeber that the WEB serves look for the index.html
file to send it to the browsers.
https://cnc-wp1.ellak.gr/yourNameWEB2/yourNameWEB2GitTest/