SocketTools .NET Edition

FtpClient.PutFile Method

Upload a file from the local system to the server.

Overload List

Upload a file from the local system to the server.

public bool PutFile(string);

Upload a file from the local system to the server.

public bool PutFile(string,string);

Upload a file from the local system to the server.

public bool PutFile(string,string,FtpTransferOptions);

Upload a file from the local system to the server.

public bool PutFile(string,string,FtpTransferOptions,int);

See Also

FtpClient Class | SocketTools Namespace | RemoteFile Property | URL Property