hi,
i didn't understand what do y mean by it's best to change to that directory first.
i tried what you said by doing
MyFTPConnection.ChangeWorkingDirectory("/root/04. Test/");
but this still raises the exception that says : the file doesn't exist "/root/04."
One thing to note is that problems occurs only if i connect to a remote server (windows NT) but this exception doesn't occur when i try on my local machine with FileZilla configured as a Unix server by default.
I'm also having problems downloading files with accents in their names, i specified
MyFTPConnection.CommandEncoding = new UTF8Encoding(false);
and now i have the exact file name when i use the GetFileInfos but when trying to download the file with the MyFTPConnection.DownloadFile(localDirectory + @"\" + file.Name, file.Name); it throws a File not found exception.
thanks in advance