Values.StartRemoteMoveRequestSourceMoves or renames a file or directory on the remote SFTP server.
type nonrec t = {connectorId : ConnectorId.t;The unique identifier for the connector.
*)sourcePath : FilePath.t;The absolute path of the file or directory to move or rename. You can only specify one path per call to this operation.
*)targetPath : FilePath.t;The absolute path for the target of the move/rename operation.
*)}val make :
connectorId:ConnectorId.t ->
sourcePath:FilePath.t ->
targetPath:FilePath.t ->
unit ->
t