由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Is this FTP operation possible?
相关主题
web farm菜鸟请问安装问题Configuration Error
question about .NET webserverIIS website configuration problem: why it still ask me for user name & password?
用ASP .Net 和Python for .Net做了一个小范例其实我现在更倾向于做.NET了
.NET前景的障碍how to use window authentication in the ASP.net? Thank you!
can a server support .NET and PHP?.exe.config 是只读的吗?
.NET 新手 请教两个弱问题谁有PDC WHIDBEY DOWNLOAD?
asp.net/IIS configuration problemDownloading VS 2005 .... so slow... :(
asp.net hosting configurationASP.NET vNext (ASP.NET 5.0)
相关话题的讨论汇总
话题: ftp话题: possible话题: hd话题: file话题: operation
进入DotNet版参与讨论
1 (共1页)
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

1 (共1页)
进入DotNet版参与讨论
相关主题
ASP.NET vNext (ASP.NET 5.0)can a server support .NET and PHP?
Why this c# program from msdn failed?.NET 新手 请教两个弱问题
Question: "-" operators: z= -x; z = x-yasp.net/IIS configuration problem
Re: 我现在把demo制作过程给写上去了 (转载)asp.net hosting configuration
web farm菜鸟请问安装问题Configuration Error
question about .NET webserverIIS website configuration problem: why it still ask me for user name & password?
用ASP .Net 和Python for .Net做了一个小范例其实我现在更倾向于做.NET了
.NET前景的障碍how to use window authentication in the ASP.net? Thank you!
相关话题的讨论汇总
话题: ftp话题: possible话题: hd话题: file话题: operation