connect to a remote account using a text browser.....


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers connect to a remote account using a text browser.....
# 1  
Old 12-09-2004
connect to a remote account using a text browser.....

is it possible to coonect to a remote account using a text browser without the use of ftp... but using the httpd address. to be more precise is there any way to directly connect throught ssh in the text browser itself.. (using a lynx elinks browser).
moxxx68
# 2  
Old 12-09-2004
You cannot connect to a remote server for a command session via lynx - you should be looking towards ssh.

You can't (without the use of a Java SSH client) connect to a remote server via Lynx (or another browser) to conduct command line sessions.

Use lynx for browsing the web; ssh for command line sessions; ftp (or sftp) for file transfer. Each tool has a purpose.

Cheers
ZB
# 3  
Old 12-09-2004
cheers!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script connect to remote server, not find files and exit only from remote server, but not from scrip

I have a script, which connecting to remote server and first checks, if the files are there by timestamp. If not I want the script exit without error. Below is a code TARFILE=${NAME}.tar TARGZFILE=${NAME}.tar.gz ssh ${DESTSERVNAME} 'cd /export/home/iciprod/download/let/monthly;... (3 Replies)
Discussion started by: digioleg54
3 Replies

2. Shell Programming and Scripting

Sudo connect to a remote server and execute scripts in remote server

Hello Every one!! I am trying to write a shell script which will connect to a remote server and execute scripts which are at a certain path in the remote server. Before this I am using a sudo command to change the user. The place where I am stuck is, I am able to connect to the... (6 Replies)
Discussion started by: masubram
6 Replies

3. How to Post in the The UNIX and Linux Forums

Simultaneously try to execute commands after connecting to remote account to one account

I have made password less connection to my remote account. and i tried to execute commands at a time. but i am unable to execute the commands. ssh $ACCOUNT_DETAILS@$HOST_DETAILS cd ~/JEE/*/logs/ (1 Reply)
Discussion started by: kishored005
1 Replies

4. IP Networking

Running process on a remote browser

Hello, I work on remote machine using the ssh protocol. I try to test a tool which is a process running on the port 5000. tcp 0 0 0.0.0.0:5000 0.0.0.0:* LISTEN 4386/python Tu visualise this process, i have to launch on http://0.0.0.0:5000/... (3 Replies)
Discussion started by: chercheur111
3 Replies

5. AIX

AIX Remote Connect Fail With “No more multiple IP addresses to connect” Error

We have a production server at a client site running AIX. And recently when users are trying to connect to it via telnet, it prompts "No more multiple IP addresses to connect". Can I know what does this error mean? and how to rectify this? Thanks. (2 Replies)
Discussion started by: a_sim
2 Replies

6. OS X (Apple)

Can't connect to remote mini

I have a headless remote Mini in which I was hoping to reduce bandwidth consumption by following an Apple knowledge base note (Mac OS X v10.6: Disabling mDNSResponder will disable DNS) which is a method to stop Bonjour service advertisement. Now I can't connect to the Mini via SSH, screen... (4 Replies)
Discussion started by: mbohn
4 Replies

7. Shell Programming and Scripting

connect to remote MQ-QManager

Hi , I need to connect to a remote MQ Manager using shell script. Please help. thanks in advance Satya (0 Replies)
Discussion started by: Satyak
0 Replies

8. HP-UX

how can I find defalut connect browser and default mail tool

how can I find defalut connection browser and default mail tool if i installed three browser ,and two mail tools how can I find my default connection browser and default mail tool (1 Reply)
Discussion started by: alert0919
1 Replies

9. UNIX for Dummies Questions & Answers

what is the command to connect to remote terminals

what is the command to connect to remote terminals? (1 Reply)
Discussion started by: sendtorohitgupt
1 Replies
Login or Register to Ask a Question