# Functions
FileCreate 创建远程文件 参数: - s: *sftp.Client SFTP客户端 - name: string 文件名
返回值: - *File 文件对象 - error 可能的错误.
FileOpen 打开远程文件 参数: - s: *sftp.Client SFTP客户端 - name: string 文件名
返回值: - *File 文件对象 - error 可能的错误.
New 创建一个新的 Fs 实例 参数: - client: *sftp.Client SFTP 客户端
返回值: - afero.Afero 新的 Fs 实例.