.
public static extern bool FtpRenameFile(IntPtr ulSession, string oldFileName, string newFileName);
.
Private Declare Function FtpRenameFile Lib "wininet.dll" Alias "FtpRenameFileA" _
.
Renames a file stored on the FTP server.
3/16/2007 8:34:40 AM - toniolol@gmail.com-217.128.127.11