Hi Dharmendr,
i modified and tried but folder not renamed in FTP.
i saw some issue in
FtpWebRequest request = (FtpWebRequest)WebRequest.Create(ftp);
in request while debugging received below error
1. ContentType = 'request.ContentType' threw an exception of type 'System.NotSupportedException'
2.PreAuthenticate = 'request.PreAuthenticate' threw an exception of type 'System.NotSupportedException'
3.UseDefaultCredentials = 'request.UseDefaultCredentials' threw an exception of type 'System.NotSupportedException'
pls help!
Thanks!