Re: Modify HTML data

2005-11-06 Thread Swarna
Peter Hansen wrote: > Swarna wrote: > > Peter Hansen wrote: > >>Swarna wrote: > >>>I am using scp in python to copy a html file on remote server, to my > >>>local machine. Now, i need to update this html file in my local machine > >>>( by adding a new Hyperlink to the existing table od hyperlinks

Re: Modify HTML data

2005-11-06 Thread Peter Hansen
Swarna wrote: > Peter Hansen wrote: >>Swarna wrote: >>>I am using scp in python to copy a html file on remote server, to my >>>local machine. Now, i need to update this html file in my local machine >>>( by adding a new Hyperlink to the existing table od hyperlinks ) and >>>copy it back (overwritin

Re: Modify HTML data

2005-11-06 Thread Swarna
Peter Hansen wrote: > Swarna wrote: > > I am using scp in python to copy a html file on remote server, to my > > local machine. Now, i need to update this html file in my local machine > > ( by adding a new Hyperlink to the existing table od hyperlinks ) and > > copy it back (overwriting the old c

Re: Modify HTML data

2005-11-05 Thread [EMAIL PROTECTED]
Swarna wrote: > Hi all, > > Can anyone help me with this ? > > I am using scp in python to copy a html file on remote server, to my > local machine. Now, i need to update this html file in my local machine > ( by adding a new Hyperlink to the existing table od hyperlinks ) and > copy it back (over

Re: Modify HTML data

2005-11-05 Thread Peter Hansen
Swarna wrote: > I am using scp in python to copy a html file on remote server, to my > local machine. Now, i need to update this html file in my local machine > ( by adding a new Hyperlink to the existing table od hyperlinks ) and > copy it back (overwriting the old copy ) to the remote server. If

Modify HTML data

2005-11-05 Thread Swarna
Hi all, Can anyone help me with this ? I am using scp in python to copy a html file on remote server, to my local machine. Now, i need to update this html file in my local machine ( by adding a new Hyperlink to the existing table od hyperlinks ) and copy it back (overwriting the old copy ) to the