Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we login to putty with FTP details

Tags:

putty

ftp

I tried to login with putty to the Server with FTP details Hostname, Username and Password. But it says Access Denied when i entered the Paassword.

For my another Website i entered my hostname and click open in putty, it shows "Network Error: Connection timeout".

But the 2 sites can be opened in FTP client like Smart FTP. To access through putty shall i need any permission or what else may be the problem.

Where i can find Putty Details i.e., Username and Password to login to putty in SSL. I need to execute MYsql insttruction, do File transfer etc., Please show me link to learn some commands.

like image 497
Rajasekar PHP Avatar asked Mar 04 '11 09:03

Rajasekar PHP


People also ask

How do I login to my FTP server using PuTTY?

Connect to a remote server To open the PSFTP part of the PuTTY application suite, from the Start menu, open PuTTY, and then PSFTP. With the PSFTP login window open, type open followed by the name of the host you are connecting to (for example, open karst.uits.iu.edu or open mercury.uits.indiana.edu ).

Can you SSH into FTP?

You already know how to upload your website via FTP. This article shows you how to use FTP with your SSH credentials, which means you can use port 22. All you need to do is download and install an FTP client, then enter the correct Host, Username, Password and Port.


1 Answers

If you want to use Putty to login to an FTP server you need to do it manually. You need to set a RAW connection to port 21. Once connected you need to send USER, followed by username, and PASS followed by the password. You can find more info on RFC959 http://www.faqs.org/rfcs/rfc959.html

If you want to try another ftp software, give a shot to WinSCP.

like image 52
Daniele Salvatore Albano Avatar answered Sep 23 '22 13:09

Daniele Salvatore Albano