Data stream in stead of file in FTP
- From: dina.mrcool@xxxxxxxxx
- Date: 6 Dec 2006 20:47:09 -0800
Hi Folks,
I'm just curious if it's possible to send a byte stream or a string
to a remote machine through FTP.
My actual requirement is this. I've a .NET (1.1) web page where I allow
the user to upload a file (I've used HTTP upload for this). Then this
file has to be transferred to a remote UNIX machine asynchronously, so
that the user need not wait for the FTP to complete.
Now for the HTTP upload to work, we need the ASPNET user to have write
access to the webservers' (it is a web farm implementation) file
system. Now I've been informed that ASPNET cannot be given write access
to the webservers' file system as it is against the company's security
policy. So, I need to some how send the file directly from the client
(Windows) machine to the remote (UNIX) machine without saving it on the
webserver.
I thought of getting the byte stream from the uploaded file and sending
it as the input to the FTP operation. Any suggestions on how this could
be done, or any alternative approaches would be really helpful.
Thanks in advance!!!
Thanks n Regards,
Dinesh
.
- Follow-Ups:
- Re: Data stream in stead of file in FTP
- From: Bernard Cheah [MVP]
- Re: Data stream in stead of file in FTP
- Prev by Date: Re: FTP local & remote problem
- Next by Date: Re: FTP local & remote problem
- Previous by thread: Configure IIS7 on Windows Vista Ultimate
- Next by thread: Re: Data stream in stead of file in FTP
- Index(es):
Relevant Pages
|