IPWorks SFTP 2020 Python Edition

Questions / Feedback?

create_file Method

Creates a file on the SFTP server.

Syntax

def create_file(file_name: str) -> None: ...

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) 2022 /n software inc. - All rights reserved.
IPWorks SFTP 2020 Python Edition - Version 20.0 [Build 8263]