| 9 | | # This command must take a password on stdin (e.g. use the '-o password_stdin' |
| 10 | | # option for sshfs). The variables $MOUNTPOINT and $SFTPPORT can be used to |
| 11 | | # specify the mount point, and the SFTP port number if needed. |
| | 9 | # This command will take the root URI on stdin. For SFTP, the root URI |
| | 10 | # is the password. For example, when using sshfs you should pass the |
| | 11 | # '-o password_stdin' option. The variables $MOUNTPOINT and $SFTPPORT |
| | 12 | # can be used to specify the mount point, and SFTP port number if needed. |
| | 13 | |