Thanks Tony. I looked at that, but it doesn't support generic TCP
sockets, nor does it support HTTP writing. I need to be able send and
receive information with a remote service, and netrw only does half
the job.
Does the client-server stuff in vim use TCP sockets? Is that API
available to scripts?
Thanks,
Stewart
On 6/22/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote:
Stewart Johnson wrote:
> Hey all --
>
> I looked through the vim FAQ/help but wasn't able to find any
> information about network access from within vim, so I thought I'd ask
> about it here.
>
> I want to initiate commands from within vim to access a specific
> server for information -- a TCP/IP connection, probably a HTTP query
> on top of that. Is this possible from within vim, or do I need to use
> the system function to call some helper app on the host operating
> system?
>
> If I have to use a helper app, what's the best way to detect and act
> on the operating system environment.
>
> Thanks,
> Stewart
>
>
From within Vim, use
:help pi_netrw.txt
HTH,
Tony.