createFile (method)

Creates a file on the SFTP server.

Syntax

- (void)createFile:(NSString*)fileName;
public func createFile(_ fileName: String) throws -> Void

Remarks

This method creates an empty file on the server with the name specified by the FileName parameter.

To upload a file with content use Upload instead.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 iOS Edition - Version 20.0 [Build 8501]