Hi Team,
We are recently upgraded to latest version of Rebex.
While getting ftp connection we are receiving an 550 error folder not found.
My FTP folder path is /Forecast21/DTIFTPUpdate/ but if from code when trying to connect to ftp through method Client.ChangeDirectory
its adding "Folder " extra from response and receiving an error "Folder /Forecast21/DTIFTPUpdate/ not found (550)".
Note : Folder / is getting added extra while trying to execute method Client.ChangeDirectory
Code Snippet :
Try
Client.ChangeDirectory("Forecast21/DTI_FTPUpdater")
Catch ex As Exception
ex says : Folder /Forecast21/DTI_FTPUpdate/ not found (550)
Public Sub ResponseRead(ByVal sender As Object, ByVal e As FtpResponseReadEventArgs)
ResponseRead entered: " & e.Response
End Sub
e.Response returns reasonse: Folder /Forecast21/DTI_FTPUpdate/ not found (550)
Please help us soon as this have broken our functionality on production server and customers are crying, we really need help soon on this.
Do let me know if you know more information but we have recently upgraded to Rebex latest version.
Refrence dll are :
Rebex.Common
Rebex.FTP
Rebex.Networking
Your help will be highly appreciable.
Thanks,
Lakhdeep Kumar