Case Sensitivity with CFtpConnection::SetCurrentDirectory
-
I am using
CFTPConnection
to upload some text files to a FTP server. If the server ignores case in it's directory path then all works well when I useSetCurrentDirectory()
and callPutFile()
, but when the server is case sensitive thenSetCurrentDirectory()
fails and all the files are uploaded on the root. I have debugged trough the steps and the string that is being passed intoSetCurrentDirectory()
is the correct string (with the appropiate capital letters).:confused: Has anyone seen this? Or am doing this all wrong and should use a different set of functions? AlsoSetCurrentDirectory()
also fails when there are periods(.) in a directory name. Thanks in advance for the help. *********************** Tony Fontenot Recreational Solutions tony@recsolutions.com ***********************