need to move file from one folder to another on filezilla using Tamir.SharpSsh.Sftp.
Tamir.SharpSsh.Sftp client = new Tamir.SharpSsh.Sftp(address, username, password);
client.Connect();
client.? // for move file from one folder to another