0 votes
by (290 points)

I am changing the working directory of FileTransferClient after connect and login. Then I try to create a directory name abc. So this directory should be created under working directory.

Instead it is created under root itself.

Applies to: Rebex FTP/SSL

1 Answer

0 votes
by (144k points)

Please use FileTransferClient's LogWriter property to create a communication log and either add it to your post or mail it to support@rebex.net for analysis. Based on the log, we should be able to tell what is going on.

by (290 points)
After going through the generated rebex logs I found out the problem. The directory path that I wanted to create started with a '/' and hence it was always creating directory at root.

Thanks
...