|
FtpDirectoryCreateFile Method
|
Creates a new zero-length remote file in directory.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax function CreateFile(newFileName);
View SourceParameters
- newFileName String
- New remote file name.
Return Value
FtpFileFile reference to new zero-length remote file.
See Also