Ssh tunnel and SpecialFolder

How should I access Documents in my server when connecting from my computer through ssh tunnel? I have been able to access my PostgreSQL database but SpecialFolder doesn’t seem to do the job to get to the Documents folder

You should access the Documents folder via FTP or an app running on your server. As far as I know, there’s no way to access Documents via command line.

I mean from my web app while running it on local (debugging). I can reach the Postgresql DB but not Documents folder using SpecialFolder

No. You cannot reach the documents folder on your server when debugging locally.