I thought I was familiar with sftp commands in unix and upto my knowledge the command to used to download a compressed file from the server is
sftp get filename.tar.gz
But when I tried this command the file gets emptied, I mean the file size is going 0 and I don't know why it happens. Is there any other command specifically for .tar.gz type of files. What is the procedure to get this compressed files. I'm using mac terminal.