Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / Win API / June 2007



Tip: Looking for answers? Try searching our database.

reading a text file which is in a remote server

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
visu - 15 Jun 2007 13:55 GMT
Is it possible to do it from within Visual Basic to open and read
(not
transfer) a file on another PC over Internet just like it would with
local
files?

I have went through FTP but instead of transferring back the file and
open
it locally, I would prefer to open it remotely, over a constant/
broadband
connection.

Regards
visu
Thorsten Albers - 15 Jun 2007 14:55 GMT
visu <k.visube@gmail.com> schrieb im Beitrag
<1181912119.830508.295570@q19g2000prn.googlegroups.com>...
> Is it possible to do it from within Visual Basic to open and read
> (not
> transfer) a file on another PC over Internet just like it would with
> local
> files?

All VB file related commands are able to process a
a) local path   ('drive:\directory\file')
b) network path ('drive:\\directory\file')
c) UNC path     ('\\Server\Share\directory\file')

For b) it is necessary to map the remote drive to a local drive.
For c) it is necessary to have the network share available on the remote
machine.

Signature

----------------------------------------------------------------------
THORSTEN ALBERS                       Universität Freiburg
                                               albers@
                                                      uni-freiburg.de
----------------------------------------------------------------------

mayayana - 15 Jun 2007 15:02 GMT
Multiposted.

Already answered in ...general.discussion

> Is it possible to do it from within Visual Basic to open and read
> (not
[quoted text clipped - 10 lines]
> Regards
> visu
visu - 18 Jun 2007 08:27 GMT
> Multiposted.
>
[quoted text clipped - 16 lines]
>
> - Show quoted text -

Yes mayayana .. i want to know if there is any APIs to access the
remote file.
So i posted the question here.
Is it wrong?

Regards
visu
mayayana - 18 Jun 2007 14:09 GMT
> So i posted the question here.
> Is it wrong?

  You also posted it in microsoft.public.vb.general.discussion
and got some answers there. Posting separate posts to different
groups is "multi-posting". The result is that the answers posted in
one group don't show up in the others, so people waste time
answering a question that may have already been resolved
elsewhere.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.