SFTP to download whole directory

sftp

I'm on ubuntu. I only have sftp access to a remote server. The remote server disabled shell, so i can't use ssh or scp command.

Is there a way for me to recursively get the entire /var/www directory onto my localhost?

Best Answer

According to this answer, Nautilus (the file manager in Gnome) allows you to sftp as if it were part of your filesystem. Another answer there mentions lftp which has a mirror command.