Method Put NamespaceTamir.SharpSsh AssemblySLSSH.dll Put(string, string) Copies the specified file to the specified directory on the SFTP server. public abstract void Put(string fromFilePath, string toFilePath) Parameters fromFilePath string The file to copy. toFilePath string The directory to which the file should be copied.