Webdav/FTP
The IP address of earthbyte.org is 104.128.67.157.
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 “104.128.67.157” for Server address
- Choose WebDav(HTTPS) protocol
- Tick “Anonymous Login”(readonly)
- Click “Connect”
Note: If Cyberduck failed to connect, use “Finder->Go->Connect to server” and put in this url “davs://www.earthbyte.org/webdav/ftp/”
How to upload files:
Method 1:
Use Cyberduck(SFTP)
- Open Connection
- Type in “104.128.67.157” for Server address
- Choose SFTP protocol
- Type in Username and Password
- Go to “/var/www/webdav/ftp/” and upload your files to the folder you like
Method 2:
Use “scp” command
scp -r test YOUR_USERNAME@104.128.67.157:/var/www/webdav/ftp/Data_Collections
This command will copy the “test” folder in your current working directory to the “Data_Collections” folder on the server.
If you do not have an account or do not remember your user name/password, ask Michael Chin.
Any questions, ask Michael Chin.