Secure File Transfer Protocol (SFTP) and Secure Copy Protocol (SCP) are part of the SSH protocol suite. They provide an encrypted session using public/private keys between client and server.
Solution
The command to enable SFTP is as follows switch:admin> ipfilter --addrule policy_name -rule rule_number -sip any -dp 115 -proto tcp -act permit