G
Guest
I've created an application that upload files to a ftp-server. Everything
works like a charm when doing this from a windows form. But when I try the
exact same thing from a Windows service I get an exception when calling the
GetRequestStream on the FTPWebRequest object i.e when trying to open the
stream to the ftp.
the errormessage i get is: The remote server returned an error: (550) File
unavailable (e.g., file not found, no access).
I assume this has something to do with securtiy and access. I've tried to
install the service under a admin user account as well as local system, but
neither work.
Can anyone lead me in the right direction to solve this issue?
Regards Frederik
works like a charm when doing this from a windows form. But when I try the
exact same thing from a Windows service I get an exception when calling the
GetRequestStream on the FTPWebRequest object i.e when trying to open the
stream to the ftp.
the errormessage i get is: The remote server returned an error: (550) File
unavailable (e.g., file not found, no access).
I assume this has something to do with securtiy and access. I've tried to
install the service under a admin user account as well as local system, but
neither work.
Can anyone lead me in the right direction to solve this issue?
Regards Frederik