a*******t 发帖数: 891 | 1 If I want to transfer a file from a FTP server to the .NET web server, is it
possible?
I am using www.enterprisedt.com FTP add on component. It works fine so far but
I am stuck on a security problem - cannot write the file to the .NET
webserver's harddisk.
I think I've tried every possible security configurations for the web server's
hard disk/directory but still getting access deined message.
I am thinking about downloading the file to user's HD first, then upload it
from user HD to webserver; | z******f 发帖数: 6 | 2 I can not fully understand you. However, to save an uploaded file in folder,
you need to modify the folder's security setting and allow full control by
"Launch IIS Process Account".
but
server's
【在 a*******t 的大作中提到】 : If I want to transfer a file from a FTP server to the .NET web server, is it : possible? : I am using www.enterprisedt.com FTP add on component. It works fine so far but : I am stuck on a security problem - cannot write the file to the .NET : webserver's harddisk. : I think I've tried every possible security configurations for the web server's : hard disk/directory but still getting access deined message. : I am thinking about downloading the file to user's HD first, then upload it : from user HD to webserver;
| a*******t 发帖数: 891 | 3 that's what I was originally doing but I couldn't solve the access deined
problem, no matter what security premission I give to the folder.
I've worked around it by reading the FTP file into a FileStream and write the
file to the HD that way.
Thanks for the input.
it
it
【在 z******f 的大作中提到】 : I can not fully understand you. However, to save an uploaded file in folder, : you need to modify the folder's security setting and allow full control by : "Launch IIS Process Account". : : but : server's
|
|