Webdav/FTP
Browse Data:
Method 1:
Use web browser, the root URL is https://www.earthbyte.org/webdav/ftp/
Method 2:
Use Cyberduck
- Open Connection
- Type in “earthbyte.org” for Server address
- Choose WebDav(HTTPS) protocol
- Tick “Anonymous Login”(readonly)
- Click “Connect”
How to upload files:
Method 1:
Use Cyberduck(SFTP)
- Open Connection
- Type in “earthbyte.org” for Server address
- Choose SFTP protocol
- Type in Username and Password
- Go to “/var/ftp/pub” and upload your files to the folder you like
Method 2:
Use “scp” command
scp -r test YOUR_USERNAME@earthbyte.org:/var/ftp/pub/Data_Collections
This command will copy the “test” folder in your current working directory to the “Data_Collections” folder on the server.
Any questions, ask Michael Chin.