After creating a EXFTPConnection object, I'm calling its UploadDirectory method, passing both sourceDirectory ("C:\TestingLocal\") and destinationDirectory ("ftpServerFolder/test/") as arguments. But when I run it, I get the error:
"\"ftpServerFolder/test/\" directory exists (code=521)"
What's causing this?