Grove

Grove File Transfer Using SFTP
Most browsers and web tools can use the SFTP protocol. You will need to set up your favorite transfer program to use SFTP. The general form of this URL is:
sftp://sftp.grove.ufl.edu/your-web-directory URLs for Class Accounts For a class account (one that you received from your instructor), the URL will contain the course code.
Suppose the course is cis1234, and the username of the account you received from your instructor is c1234def. The correct URL for your web directory would then be:
sftp://sftp.grove.ufl.edu/class/cis1234/c1234def/public_html
URLs for Other Grove Accounts
Suppose your the username is ufgator,
then the URL for your web directory is:
sftp://sftp.grove.ufl.edu/~ufgator/public_html
Windows SFTP Clients
The transfer program you are using to publish your web page should prompt you for the following information: If this is the first time connecting to your account using a particular software, you will need to enter or verify the host fingerprint for grove.ufl.edu.- Core FTP LE (distributed on the Software CD at UF): open the site manager icon:
- Host/IP/URL: sftp.grove.ufl.edu
- Click on "Advanced" and select "SSH"
- Check "Use Putty compatible SFTP"
- Username: Groveusername
- Check "Don't save password"
- Port: 22 (Accept defaults for Timeout, Retries and PASV)
- Connection: (pull down) SSH/SFTP
- You will then be prompted for your password.
- FileZilla: open the site manager icon:
- Host: sftp.grove.ufl.edu
- Port: 22
- Servertype: (pull down) SFTP using SSH2 for some versions of FileZilla
other versions (pull down) SFTP - SSH File Transfer Protocol - Logontype: (radio button) Normal
- User: your-groveusername
- Select Connect
- Dreamweaver under Manage Sites select your site:
- Click "Edit"
- Under the Site Definition dialog box, click the "Advanced" tab
- then select "Remote Info" from the Category list on the left.
- Select an Access option.
- Then choose "Use Secure FTP (SFTP)" option.
- (Also see Additional information on Dreamweaver setup)
Mac OS X SFTP Clients
Cyberduck is a free, open-source SFTP client for Mac OS X.- In the Quick Connect field, enter host: sftp.grove.ufl.edu
- Only check "Add to keychain" if you are using a secure, private computer