I need to upload an image, for this i am using API's of CFFTP. But when I successfully login I am in path(/home/ftpadmim).
But I want to upload image on some other path, so I need to change directory and go to root directory and then move to specified directory.
But the problem is that I did not find any API of CFFTP that work same. In QT this is done by cd()of QFTP. I want same API in CFFTP.
Anyone can have idea how to do this??