Catalyst File Transfer .NET

FileTransfer.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();

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,bool);

Upload a file from the local system to the server.

public bool PutFile(string,string,long);

Upload a file from the local system to the server.

public bool PutFile(string,string,long,bool);

See Also

FileTransfer Class | SocketTools Namespace