How to change export_method in Moshell?

hi everybody !
please help me change export_method=1 or 2 in moshell !
i used command “mfs” in moshell23.0f but it not run and output message “Not supported with export_method=0. Please use export_method=1 or 2”
Thanks.

Hi, @vietphamvn, you need to set uservariable as described in moshell user guide:

try setting the following uservariables in the file
/.moshellrc:
• export_method: use value 1 (SFTP export to the current workstation) or value 2 (SFTP export to a different workstation).

Thanks