Grabbing Text Off of a Server

For the first time in my life as a software developer I am tasked to remote in by VPN (sort of) to a server where ASP code resides. I want to copy and paste the text locally so I can do things like searches for function names and such. I can do it on the server perhaps but there is an issue with lag time. Also, the screen I remote into with is small.

I would like very much to cut and paste the ASCII text.

I can cut and paste via screen shots and piece it together and then use OCR software to convert into text. But that does not work.

Of course, cutting and pasting the ASCII does not work. The shared system memory does not work.

How are you accessing the remote server? SSH call? Ajax sort of call? I’m not sure I understand what you’re trying to do.

You should talk to your supervisor about this, not us.

I think I will ask them for FTP access.

Have you tried PHP Curl(…)

https://www.php.net/manual/en/curl.examples-basic.php

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.