• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SSH as a FTP Client?

I got SSH Secure Shell (Client) for a C++ class (provided by school) and it also came with Secure File Transfer Client. Can I use this as an FTP client?

I tried messing with it but I don't have a FTP server to connect to at the moment to test it.
 
ftp and sftp are two different things, so no. Generally, any ssh server is running sftp (on the same port) so unless the administrator has disabled it, you can use it to connect to wherever you're ssh'ing to.
 
Back
Top