<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Setup Sublime Text sFTP for Remote Development	</title>
	<atom:link href="https://www.tecmint.com/setup-sublime-text-sftp-for-remote-development/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/setup-sublime-text-sftp-for-remote-development/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 20 Jul 2021 08:07:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: karthick sudhakar		</title>
		<link>https://www.tecmint.com/setup-sublime-text-sftp-for-remote-development/comment-page-1/#comment-1551823</link>

		<dc:creator><![CDATA[karthick sudhakar]]></dc:creator>
		<pubDate>Tue, 20 Jul 2021 08:07:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39687#comment-1551823</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-sublime-text-sftp-for-remote-development/comment-page-1/#comment-1551763&quot;&gt;Jenrry Soto Dextre&lt;/a&gt;.

What is the error you are getting when connecting to the cloud server?

You can press &lt;code&gt;CTRL + ~&lt;/code&gt; to view the logs during connection.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-sublime-text-sftp-for-remote-development/comment-page-1/#comment-1551763">Jenrry Soto Dextre</a>.</p>
<p>What is the error you are getting when connecting to the cloud server?</p>
<p>You can press <code>CTRL + ~</code> to view the logs during connection.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jenrry Soto Dextre		</title>
		<link>https://www.tecmint.com/setup-sublime-text-sftp-for-remote-development/comment-page-1/#comment-1551763</link>

		<dc:creator><![CDATA[Jenrry Soto Dextre]]></dc:creator>
		<pubDate>Tue, 20 Jul 2021 05:35:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39687#comment-1551763</guid>

					<description><![CDATA[Hello, I installed sftp in the sublime text but It doesn&#039;t connect to the server on the cloud, but if I use the command line commands everything work well:
&lt;pre&gt;
$ sftp -i keyssh -P 22 root@162.44.47.129
&lt;/pre&gt;
but with the configuration in the sublime text, I can&#039;t..
&lt;pre&gt;
{
    // The tab key will cycle through the settings when first created
    // Visit https://codexns.io/products/sftp_for_subime/settings for help
    
    // sftp, ftp or ftps
    &quot;type&quot;: &quot;sftp&quot;,

    &quot;sync_down_on_open&quot;: true,
    &quot;sync_same_age&quot;: true,
    
    &quot;host&quot;: &quot;162.44.47.129&quot;,
    &quot;user&quot;: &quot;root&quot;,
    //&quot;password&quot;: &quot; &quot;,
    &quot;port&quot;: &quot;22&quot;,
    
    &quot;remote_path&quot;: &quot;/root&quot;,
    //&quot;file_permissions&quot;: &quot;664&quot;,
    //&quot;dir_permissions&quot;: &quot;775&quot;,
    
    //&quot;extra_list_connections&quot;: 0,

    &quot;connect_timeout&quot;: 20,
    //&quot;keepalive&quot;: 120,
    //&quot;ftp_passive_mode&quot;: true,
    //&quot;ftp_obey_passive_host&quot;: false,
    &quot;ssh_key_file&quot;: &quot;/home/sodex/llaves/jenrrysh&quot;,
    //&quot;sftp_flags&quot;: [&quot;-F&quot;, &quot;/path/to/ssh_config&quot;],
    
    //&quot;preserve_modification_times&quot;: false,
    //&quot;remote_time_offset_in_hours&quot;: 0,
    //&quot;remote_encoding&quot;: &quot;utf-8&quot;,
    //&quot;remote_locale&quot;: &quot;C&quot;,
    //&quot;allow_config_upload&quot;: false,
}
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hello, I installed sftp in the sublime text but It doesn&#8217;t connect to the server on the cloud, but if I use the command line commands everything work well:</p>
<pre>
$ sftp -i keyssh -P 22 root@162.44.47.129
</pre>
<p>but with the configuration in the sublime text, I can&#8217;t..</p>
<pre>
{
    // The tab key will cycle through the settings when first created
    // Visit https://codexns.io/products/sftp_for_subime/settings for help
    
    // sftp, ftp or ftps
    "type": "sftp",

    "sync_down_on_open": true,
    "sync_same_age": true,
    
    "host": "162.44.47.129",
    "user": "root",
    //"password": " ",
    "port": "22",
    
    "remote_path": "/root",
    //"file_permissions": "664",
    //"dir_permissions": "775",
    
    //"extra_list_connections": 0,

    "connect_timeout": 20,
    //"keepalive": 120,
    //"ftp_passive_mode": true,
    //"ftp_obey_passive_host": false,
    "ssh_key_file": "/home/sodex/llaves/jenrrysh",
    //"sftp_flags": ["-F", "/path/to/ssh_config"],
    
    //"preserve_modification_times": false,
    //"remote_time_offset_in_hours": 0,
    //"remote_encoding": "utf-8",
    //"remote_locale": "C",
    //"allow_config_upload": false,
}
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
