Does proxy-suite support SFTP?

Hi guys,

I have setup proxy-suite and it worked perfectly for plain FTP. The package I downloaded was from https://build.opensuse.org/package/show?package=proxy-suite&project=server%3Aproxy

Now I am looking if proxy-suite does support SFTP because it is more secure than plain FTP. If it does support SFTP, how can I manipulate the USER. If using plain FTP, it simply calls command:

USER ftpuser@host

However if using SFTP it calls command:

open “ftpavago@10.160.84.22@203.115.199.39” 22

Apparently it seems confused with 2 of ‘@’.