Mount Unix Volume

M

Michael_R_Banks

Is there any way to mount a Unix volume with VB.net and use the file
system as if it were native to Windows? I need to write a program
that will take a file, manipulate it some, then re-post it & hopefully
not use FTP. Any insight is appreciated since I'm not very familiar
with Unix.
 
Z

zacks

Is there any way to mount a Unix volume with VB.net and use the file
system as if it were native to Windows? I need to write a program
that will take a file, manipulate it some, then re-post it & hopefully
not use FTP. Any insight is appreciated since I'm not very familiar
with Unix.

Are you talking about a NFS remote mount? If so, can't you mount an
nfs disk with a command line command? If so, just use the Process
class to send a command to a command prompt window.
 

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

Top