Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Kelsey Wilson
PLUS
Kelsey Wilson
Courses Plus Student 3,874 Points

Using Webdav and Cyberduck

For my job, I will need to learn how to use both WebDAV and Cyberduck. I am unfamiliar with both of these and fairly new to the game. Does anyone have suggestions of what Treehouse courses show how to use these or similar programs?

4 Answers

Dave McFarland
STAFF
Dave McFarland
Treehouse Teacher

Cyberduck is the program you use to connect to a server. You'll use Cyberduck to send files to your company's website. We don't have a course that shows how to use Cyberduck, but you can download a handy cheat sheet from the Cyberduck website: [https://trac.cyberduck.io/wiki/help/en].

WebDav is the way you connect to the web server. It's called a "protocol" and there are several different protocols available for connecting to servers: FTP, SFTP, and WebDav are examples.

When you startup Cyberduck you'll need select a WebDav connection and put in the information -- username, password, web address -- that Cyberduck needs to connect to the server.

Kelsey Wilson
PLUS
Kelsey Wilson
Courses Plus Student 3,874 Points

Thanks so much, I appreciate it! That cheat sheet is a lifesaver!