This provides instructions to map network drive and FTPS connection.
- Create a network mapping drive:
- Preferable way: Download and install "Box Drive" from box.com. You will need to disable Box Sync first before installing the Box Drive.
- Linux (RHEL 7/CentOS 7): (WebDAV Access by Nautilus file manager in Gnome) (Ref: https://uisapp2.iu.edu/confluence-prd/display/SOICKB/ARCHIVED%3A+Using+Box+under+Linux)
- Login to https://iastate.app.box.com/settings with your ISU NetID and password
- Go to "Create External Password" and click "Edit password" to create a unique password for external applications. Suggestion is not to use your ISU password.
- From the Places menu, select Computer to bring up Nautilus
- Select Connect to Server
- For Server address enter: davs://<ISU_NetID>%40iastate.edu@dav.box.com/dav
- The '%40' is the character encoding for '@' and you must leave that there exactly as shown.
- Click Connect and, when prompted, enter your external password which created on #2.
- FTPS connection (by using FileZilla):
- Login to https://iastate.app.box.com/settings with your ISU NetID and password
- Go to "Create External Password" and click "Edit password" to create a unique password for external applications. Suggestion is not to use your ISU password.
- Open "FileZilla" and Click "File->Site Manager"
- Create a new site called "Box.com" and specify following information
- Host: ftp.box.com
- Protocol: FTP - File Transfer Protocol
- Encryption: Require explicit FTP over TLS
- Logon Type: Normal
- User: <netid>@iastate.edu
- Password: <your_external_password> (this is the password you created on #2)
- Click Connect
- Use "rclone - rsync for cloud storage": which can be found in https://rclone.org/box/.