putty


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers putty
# 1  
Old 09-14-2008
putty

i am connecting to a unix-application using putty (xp).
sometime, it is as if the putty is sending a form-feed char, because i am getting a blank screen, and by back scrolling i see the previous screen
with all the related data.

if i am using the xp-telnet, i get the screen/data correctly.

any-tips?

thks.
# 2  
Old 09-15-2008
Some admins test your login shell (interractive or not..., what terminal..., stty options...) some dont...
Do you log in using putty then launch your application?
In that case once logged in, look at your environment:
type env
look how your TERMINAL variable is set
Then see if it matches your putty configuration...
# 3  
Old 09-15-2008
putty

thks. for your help.
TERM=ansi

where/what should i match in putyy's configuraion?
# 4  
Old 09-15-2008
putty

additional info.

i had remarked the lines that load the applicaion after logging in.
TERM=vt220

i had been explained that .login &/or .csh [or similar] changes the ansi
to vt200.

make any sense?
# 5  
Old 09-15-2008
There is a mismatch then between what is expected by your application and your TERM value it seems...
There is something I dont quite understand though, if in your .profile (or .login or...) it sets to VT200 how come you have ansi ?

What about when you use XP hyper termnal, what does it give you for TERM= ?
# 6  
Old 09-15-2008
putty

thks. for your reply.

my mistake.

i logged in with the wrong user.

TERM=vt220
# 7  
Old 09-15-2008
Try in putty config:
Terminal tick DEC Origin Mode initially on
You have also keyboard options you can try (VT100+ ?)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Regarding PUTTY

Hello Forum members There is no any time parameter on putty so how can I stay my putty ssh session always Alive? So please reply to my querry. I am looking forward from Forum. Advance Thanks Siva. (5 Replies)
Discussion started by: workforsiva
5 Replies

2. Solaris

getting to the ok prompt from putty

Hello, I am connected to my sunblade 1500 using putty. I am trying to do an installation from putty. Which command do I give to get to the ok prompt? Thanks for your help. (10 Replies)
Discussion started by: cjashu
10 Replies

3. Red Hat

putty and Redhat

Hi, I use putty and vncviewer on XP to get screen form the RH Enterprise ws 6.0 . Although it has high quality of graphics scrolling down leads to blinks on screen which is annoying while using EDA design tools. Is there anyway to utilize putty (with some extra tool) so that EDA design tool... (2 Replies)
Discussion started by: titanic
2 Replies

4. UNIX for Advanced & Expert Users

Help for PuTTy.

I'm using PuTTY to establish a SSH connection to a remote UNIX machine. I need to fetch a file from the remote system into my local Windows system. Is it possible? If yes, how can I do that? (2 Replies)
Discussion started by: agnivaccent
2 Replies

5. Shell Programming and Scripting

AWK in Putty

I am a beginner with shell script and AWK. I use PUTTY to write shell script. Can I create new AWK script using vi command? I tried sample.awk. But everytime I open this file, the file does not retain anything I typed in. Also, once AWK program is written, how do I execute it? Thanks! (2 Replies)
Discussion started by: Sangtha
2 Replies

6. UNIX for Dummies Questions & Answers

putty script

i was having problem on unix command.here's my script set server_exe="C:\filecopy\putty.exe" %server_exe% sgxaspecs3@sporc01 -pw pit54321 -b c:\filecopy\file_sporc01putfiles2.txt echo "file uploaded to SFTP Server" pause ok the thing is like this, i could login to putty by running this... (1 Reply)
Discussion started by: dannyd_y
1 Replies

7. UNIX for Dummies Questions & Answers

Can't login through putty

I am changing root password by passwd. Now I can directly log into the system but I can not log in using puttytel. It will show an error "Incorrect Password":rolleyes: (1 Reply)
Discussion started by: arrs
1 Replies

8. UNIX for Advanced & Expert Users

Putty session

Dear all, We have a practice of getting user's passwords expired after 60 days and a strong password policy. When a user tries to enter a password which is not compliant to the policy which is set putty exists without giving any feedback to the user. Below is something i captured from the... (3 Replies)
Discussion started by: earlysame55
3 Replies

9. UNIX for Advanced & Expert Users

PuTTY TITLE

Is it possible to set the PuTTY title to show the current hostname of the terminal opened? I meant to say I would be rlogin between servers, that should be updated in PuTTTY title ? :confused: (4 Replies)
Discussion started by: ./hari.sh
4 Replies

10. News, Links, Events and Announcements

PuTTY 0.59

On my opinion, one of the best ssh/telnet clients for windows, putty released a new version: Get it here, PuTTY 0.59 - PuTTY can now connect to local serial ports as well as making network connections. - Improved speed of SSH, particularly SSH-2 key exchange and public-key authentication -... (2 Replies)
Discussion started by: pressy
2 Replies
Login or Register to Ask a Question