Connecting to UNIX from Windows without using putty

Hi

Is there any command which we can try connecting unix from windows without using any third party tool.

Thanks in advance
KVB

Yes, if FTP or telnet is enabled on unix server, you can connect using ftp or telnet from windows without installing anything.

Be advise tho, ftp and telnet travel thru network unencrypted, unlike ssh or sftp.
On most recent unix machines, telnet and ftp are disabled per default.

Thank you

---------- Post updated at 09:51 AM ---------- Previous update was at 09:30 AM ----------

Thank you

ftp:file transfer protocol
helps you in transferring files and folder

1 Like

Both mechanisms by default use clear text (over the wire) for passwords. Just letting you know.

How do i connect when i want to do automation which involves connecting from windows(win 7) to unix?

I believe FTP will not let us run any UNIX commands for our automation

Stock Windows comes with absolutely no effective communication tools by design. It's telnet or nothing.

Assuming your question is not restricted as to source:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

or

Whether that applies to only Windows server products or not, I don't know.

1 Like

Windows Vista and Windows 7 also support SUA but only in Ultimate editions.