I have created a small windows forms application to upload the file to one of our client\'s ftp site. But the problem that I\'m having is that when I run this application on
I was having the same problem, when i compared with the ftpuri and User Name Path it is resolved When I create ftp access i have chose the path as /directory name
in the ftpuri when i included the directory name it gave the error and when i removed the directory name it is resolved.
ftpuri with error
"ftp://www.example.com/Project/yourfilename.ds"
ftpuri resolved
"ftp://www.example.com/yourfilename.ds"
ftp access folder "/Project"