Virtual ftp drive

  • Thread starter Thread starter Maury
  • Start date Start date
Hi,

This is no simple task. I bet you will have to P/invoke a lot just for the
new virtual drive appear in Windows explorer.
 
Ignacio Machin ( .NET/ C# MVP ) ha scritto:
This is no simple task. I bet you will have to P/invoke a lot just for the
new virtual drive appear in Windows explorer.

Do you think there's not a "managed way" to do this?
I thought to create a new local folder and to (re)direct
files from/to the virtual drive to this folder, then
using ftp and watchdog I thought to transfer the file through
ftp connection...

I would like to use only managed code...is this only a big dream???

thanks
M.A.
 
Hi,

Maury said:
Ignacio Machin ( .NET/ C# MVP ) ha scritto:

Do you think there's not a "managed way" to do this?
I thought to create a new local folder and to (re)direct
files from/to the virtual drive to this folder, then
using ftp and watchdog I thought to transfer the file through
ftp connection...

I would like to use only managed code...is this only a big dream???


I think so, yes :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top