Hi,
I am facing below problem while downloading file from FTP server. Please help....!
Run-time exception thrown : EnterpriseDT.Net.Ftp.FTPException - File /users/111/users/111/common/xxxxxxxxx.csv not found (code=550)
edtFTPnet, Version=1.2.4.0
I am using .NET & enterpriseDT, below steps breif how i get the files. Actually i was working for so long.
1. I am able to connect to server using.
FTPconnection.connect()
2.Even Getfiles also able to see the list of files.
FTPconnection.GetFiles(/users/111/common/xxxxxxxxx.csv)
3. Even i have validated, It is True.
FTPconnection.Exsits(/users/111/common/xxxxxxxxx.csv)
4. Now when i go for downloadfile, it through the error.
FTPconnection.Exsits("C:\syp\xxxxxxx.csv","/users/111/common/xxxxxxxxx.csv") --- ERROR FILE NOT FOUND.