ZennoLab Assemblies Documentation
FtpCreateDirectory Method
See Also  Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ZennoPoster Namespace > IInstanceManagerService Interface : FtpCreateDirectory Method
host
Ftp server adress
port
Ftp server port
login
Login
pass
Password
proxy
Proxy
name
Path to directory on server

Glossary Item Box

Create the directory.

Syntax

C# 
void FtpCreateDirectory( 
   string host,
   int port,
   string login,
   string pass,
   string proxy,
   string name
)

Parameters

host
Ftp server adress
port
Ftp server port
login
Login
pass
Password
proxy
Proxy
name
Path to directory on server

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.