[DllImport("wininet.dll", SetLastError = true, CharSet = CharSet.Auto)] public static extern bool FtpRenameFile( IntPtr hConnect, string lpszExisting, string lpszNew );
Microsoft documentation: Link
Last updated 1 year ago