Remote Server SFTP - Permission denied upon "Choose Remote Path"

I am trying to set up a new project. My server is Ubuntu 16.04 and I am using ServerPilot.

 

I can connect just fine with SFTP but if I try to browse the directories or move on to the "Choose Remote Path" section I get Permission denied.

 

If I just make the top level the Project Root, I get Permission Denied when it starts trying to download the files.

 

I have tried:

sudo chown -R serverpilot:serverpilot /srv/users/serverpilot/apps

sudo chown -R serverpilot:serverpilot /srv/users/serverpilot/apps/(my-app-name)

sudo chown -R serverpilot:serverpilot /srv/users/serverpilot/apps/(my-app-name)/public

 

Nothing changed.

 

 

Please help :(

0
3 comments

Hi there,

Start with collecting Deployment subsystem logs -- it should then give you details on what's happening and you may spot the issue

https://intellij-support.jetbrains.com/hc/en-us/articles/207241115-How-to-Collecting-PhpStorm-WebStorm-debug-Logs

0
Avatar
Permanently deleted user

I don't know how to reply to the person above but I have looked over the log and it says nothing to my simple mind. The only thing I deduce is what I already knew - Permission denied. Here is a copy that occurred while trying to upload a file, same error:

 

2017-03-24 10:37:50,341 [41504309]   WARN - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2017-03-24 10:39:16,319 [41590287] INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: com.jetbrains.plugins.webDeployment
2017-03-24 10:39:19,635 [41593603] DEBUG - ins.plugins.webDeployment.sftp - Caught an exception, leaving main loop due to Connection reset
2017-03-24 10:39:19,635 [41593603] DEBUG - ins.plugins.webDeployment.sftp - Disconnecting from [my.ip.address] port 22
2017-03-24 10:39:32,256 [41606224] DEBUG - t.connections.RemoteConnection - Opening connection to sftp://[my.ip.address]/ in @14b9599
2017-03-24 10:39:32,260 [41606228] DEBUG - ins.plugins.webDeployment.sftp - Connecting to [my.ip.address] port 22
2017-03-24 10:39:32,367 [41606335] DEBUG - ins.plugins.webDeployment.sftp - Connection established
2017-03-24 10:39:32,457 [41606425] DEBUG - ins.plugins.webDeployment.sftp - Remote version string: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1
2017-03-24 10:39:32,457 [41606425] DEBUG - ins.plugins.webDeployment.sftp - Local version string: SSH-2.0-JSCH-0.1.53
2017-03-24 10:39:32,457 [41606425] DEBUG - ins.plugins.webDeployment.sftp - CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256
2017-03-24 10:39:32,457 [41606425] DEBUG - ins.plugins.webDeployment.sftp - aes256-ctr is not available.
2017-03-24 10:39:32,457 [41606425] DEBUG - ins.plugins.webDeployment.sftp - aes192-ctr is not available.
2017-03-24 10:39:32,457 [41606425] DEBUG - ins.plugins.webDeployment.sftp - aes256-cbc is not available.
2017-03-24 10:39:32,457 [41606425] DEBUG - ins.plugins.webDeployment.sftp - aes192-cbc is not available.
2017-03-24 10:39:32,457 [41606425] DEBUG - ins.plugins.webDeployment.sftp - CheckKexes: diffie-hellman-group14-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521
2017-03-24 10:39:32,498 [41606466] DEBUG - ins.plugins.webDeployment.sftp - CheckSignatures: ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
2017-03-24 10:39:32,498 [41606466] DEBUG - ins.plugins.webDeployment.sftp - SSH_MSG_KEXINIT sent
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - SSH_MSG_KEXINIT received
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: server: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: server: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: server: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: server: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: server: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: server: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: server: none,zlib@openssh.com
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: server: none,zlib@openssh.com
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: server:
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: server:
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: client: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: client: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: client: none
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: client: none
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: client:
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: client:
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: server->client aes128-ctr hmac-sha1 none
2017-03-24 10:39:32,783 [41606751] DEBUG - ins.plugins.webDeployment.sftp - kex: client->server aes128-ctr hmac-sha1 none
2017-03-24 10:39:32,788 [41606756] DEBUG - ins.plugins.webDeployment.sftp - SSH_MSG_KEX_ECDH_INIT sent
2017-03-24 10:39:32,788 [41606756] DEBUG - ins.plugins.webDeployment.sftp - expecting SSH_MSG_KEX_ECDH_REPLY
2017-03-24 10:39:32,907 [41606875] DEBUG - ins.plugins.webDeployment.sftp - ssh_rsa_verify: signature true
2017-03-24 10:39:32,908 [41606876] DEBUG - ins.plugins.webDeployment.sftp - Host '[my.ip.address]' is known and matches the RSA host key
2017-03-24 10:39:32,908 [41606876] DEBUG - ins.plugins.webDeployment.sftp - SSH_MSG_NEWKEYS sent
2017-03-24 10:39:32,908 [41606876] DEBUG - ins.plugins.webDeployment.sftp - SSH_MSG_NEWKEYS received
2017-03-24 10:39:32,908 [41606876] DEBUG - ins.plugins.webDeployment.sftp - SSH_MSG_SERVICE_REQUEST sent
2017-03-24 10:39:33,019 [41606987] DEBUG - ins.plugins.webDeployment.sftp - SSH_MSG_SERVICE_ACCEPT received
2017-03-24 10:39:33,137 [41607105] DEBUG - ins.plugins.webDeployment.sftp - Authentications that can continue: publickey,keyboard-interactive,password
2017-03-24 10:39:33,137 [41607105] DEBUG - ins.plugins.webDeployment.sftp - Next authentication method: publickey
2017-03-24 10:39:33,137 [41607105] DEBUG - ins.plugins.webDeployment.sftp - Authentications that can continue: password
2017-03-24 10:39:33,137 [41607105] DEBUG - ins.plugins.webDeployment.sftp - Next authentication method: password
2017-03-24 10:39:33,268 [41607236] DEBUG - ins.plugins.webDeployment.sftp - Authentication succeeded (password).
2017-03-24 10:39:33,269 [41607237] DEBUG - ins.plugins.webDeployment.sftp - connect()
2017-03-24 10:39:33,761 [41607729] DEBUG - ins.plugins.webDeployment.sftp - setFilenameEncoding("windows-1252")
2017-03-24 10:39:33,762 [41607730] WARN - ins.plugins.webDeployment.sftp - The encoding can not be changed for this sftp server.
4: The encoding can not be changed for this sftp server.
at com.jcraft.jsch.ChannelSftp.setFilenameEncoding(ChannelSftp.java:2954)
at com.jetbrains.plugins.webDeployment.config.LoggingSftpChannel.setFilenameEncoding(LoggingSftpChannel.java:350)
at org.apache.commons.vfs2.provider.sftp.SftpFileSystem.getChannel(SftpFileSystem.java:134)
at org.apache.commons.vfs2.provider.sftp.SftpFileObject.statSelf(SftpFileObject.java:177)
at org.apache.commons.vfs2.provider.sftp.SftpFileObject.doGetType(SftpFileObject.java:112)
at org.apache.commons.vfs2.provider.AbstractFileObject.getType(AbstractFileObject.java:1492)
at org.apache.commons.vfs2.provider.AbstractFileObject.isFile(AbstractFileObject.java:1686)
at org.apache.commons.vfs2.provider.sftp.SftpFileObject.doListChildrenResolved(SftpFileObject.java:462)
at org.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:1142)
at org.apache.commons.vfs2.provider.AbstractFileObject.getChild(AbstractFileObject.java:1095)
at com.jetbrains.plugins.webDeployment.connections.RemoteConnectionPool.createConnection(RemoteConnectionPool.java:188)
at com.jetbrains.plugins.webDeployment.connections.RemoteConnectionManager.openConnection(RemoteConnectionManager.java:114)
at com.jetbrains.plugins.webDeployment.RemoteHostTask.doRun(RemoteHostTask.java:158)
at com.jetbrains.plugins.webDeployment.RemoteHostTask.run(RemoteHostTask.java:106)
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:635)
at com.intellij.openapi.progress.impl.CoreProgressManager$3.run(CoreProgressManager.java:170)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:494)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:443)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:155)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$1.run(ProgressManagerImpl.java:128)
at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:307)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2017-03-24 10:39:33,762 [41607730] DEBUG - ins.plugins.webDeployment.sftp - cd "/srv/users/serverpilot/apps/[my-project]/public"
2017-03-24 10:39:33,936 [41607904] DEBUG - ins.plugins.webDeployment.sftp - stat "."
2017-03-24 10:39:34,020 [41607988] DEBUG - ins.plugins.webDeployment.sftp - drwxr-xr-x 1000 1000 4096 Thu Mar 23 20:25:29 PDT 2017, mtime 1,490,325,929
2017-03-24 10:39:34,020 [41607988] DEBUG - ins.plugins.webDeployment.sftp - ls "."
2017-03-24 10:39:34,440 [41608408] DEBUG - ins.plugins.webDeployment.sftp - 22 item(s):
-rw-r--r-- 1 serverpilot serverpilot 3301 Oct 25 03:15 wp-load.php
-rw-r----- 1 serverpilot serverpilot 1431 Mar 24 03:25 wp-config.php
drwxr-xr-x 18 serverpilot serverpilot 12288 Mar 6 16:00 wp-includes
-rw-r--r-- 1 serverpilot serverpilot 8048 Jan 11 05:15 wp-mail.php
drwxr-xr-x 3 serverpilot serverpilot 4096 Mar 24 03:25 ..
drwxr-xr-x 5 serverpilot serverpilot 4096 Mar 24 06:29 wp-content
-rw-r--r-- 1 serverpilot serverpilot 418 Sep 25 2013 index.php
-rw-r--r-- 1 serverpilot serverpilot 364 Dec 19 2015 wp-blog-header.php
-rw-r--r-- 1 serverpilot serverpilot 2422 Nov 21 02:46 wp-links-opml.php
-rw-r--r-- 1 serverpilot serverpilot 5447 Sep 27 21:36 wp-activate.php
drwxr-xr-x 9 serverpilot serverpilot 4096 Mar 6 16:00 wp-admin
-rw-r--r-- 1 serverpilot serverpilot 1627 Aug 29 2016 wp-comments-post.php
-rw-r--r-- 1 serverpilot serverpilot 33939 Nov 21 02:46 wp-login.php
-rw-r--r-- 1 serverpilot serverpilot 4513 Oct 14 19:39 wp-trackback.php
drwxr-xr-x 5 serverpilot serverpilot 4096 Mar 24 03:25 .
-rw-r--r-- 1 serverpilot serverpilot 3065 Aug 31 2016 xmlrpc.php
-rw-r--r-- 1 serverpilot serverpilot 19935 Jan 2 18:51 license.txt
-rw-r--r-- 1 serverpilot serverpilot 16250 Nov 29 05:39 wp-settings.php
-rw-r--r-- 1 serverpilot serverpilot 236 Mar 24 03:25 .htaccess
-rw-r--r-- 1 serverpilot serverpilot 7433 Jan 11 17:46 readme.html
-rw-r--r-- 1 serverpilot serverpilot 3286 May 24 2015 wp-cron.php
-rw-r--r-- 1 serverpilot serverpilot 29896 Oct 19 04:47 wp-signup.php
2017-03-24 10:39:34,440 [41608408] DEBUG - t.connections.RemoteConnection - Added connection to pool ofsftp://[my.ip.address]/ in @14b9599; 1 connections exists
2017-03-24 10:39:34,441 [41608409] DEBUG - ins.plugins.webDeployment.sftp - stat "."
2017-03-24 10:39:34,519 [41608487] DEBUG - ins.plugins.webDeployment.sftp - drwxr-xr-x 1000 1000 4096 Thu Mar 23 20:25:29 PDT 2017, mtime 1,490,325,929
2017-03-24 10:39:34,519 [41608487] DEBUG - ins.plugins.webDeployment.sftp - stat "robots.txt"
2017-03-24 10:39:34,599 [41608567] DEBUG - ins.plugins.webDeployment.sftp - stat "."
2017-03-24 10:39:34,679 [41608647] DEBUG - ins.plugins.webDeployment.sftp - drwxr-xr-x 1000 1000 4096 Thu Mar 23 20:25:29 PDT 2017, mtime 1,490,325,929
2017-03-24 10:39:34,679 [41608647] DEBUG - ins.webDeployment.TransferTask - Starting server-side modification
2017-03-24 10:39:34,680 [41608648] DEBUG - ins.webDeployment.TransferTask - Publish config:
<State autoUpload="Never" promptOnRemoteOverwrite="NONE" serverName="[my-project]" stopOnFirstError="false" overwriteAll="true" preserveTimestamps="true" deleteMissingItems="false" createEmptyFolders="false" traceLevel="BRIEF" promptOnLocalOverwrite="true" persistUploadOnCheckin="true" exclude=".svn;.cvs;.idea;.DS_Store;.git;.hg" filePermissions="-1" folderPermissions="-1" autoUploadExternalChanges="false" notifyRemoteChanges="false" compareModeInSync="CONTENT" showEqualInSync="false" showDifferentInSync="true" showNewOnSourceInSync="true" showNewOnTargetInSync="true" showExcludedInSync="false">
<servers />
<serverData>
<paths name="[my-project]">
<serverdata>
<mappings>
<mapping deploy="/" local="D:/Web/[my-project]" web="/" />
</mappings>
<excludedPaths />
</serverdata>
</paths>
<paths name="events">
<serverdata>
<mappings>
<mapping local="D:/Web/[my-project]" web="/" />
</mappings>
<excludedPaths />
</serverdata>
</paths>
</serverData>
<option name="myUploadOnCheckinName" />
<option name="myAutoUpload" value="NEVER" />
</State>
2017-03-24 10:39:34,680 [41608648] DEBUG - ins.webDeployment.TransferTask - Server config:
<webServer id="[webserver-id]" name="[my-project]" url="http://[my.ip.address]">
<fileTransfer anonymous="false" explicitFtps="true" host="[my.ip.address]" port="22" rootFolder="/srv/users/serverpilot/apps/[my-project]-wordpress/public" accessType="SFTP" keyPair="false">
<advancedOptions>
<advancedOptions compatibilityMode="false" controlEncoding="windows-1252" dataProtectionLevel="Private" forceListCommand="false" keepAliveCommand="NOOP" keepAliveTimeout="300000" maxConnections="2147483647" muteSftpMessages="false" passiveMode="false" accurateTimestamps="ON_COPY" showHiddenFiles="false" />
</advancedOptions>
<option name="port" value="22" />
</fileTransfer>
</webServer>
2017-03-24 10:39:34,680 [41608648] DEBUG - ins.plugins.webDeployment.sftp - put "robots.txt"
2017-03-24 10:39:34,841 [41608809] WARN - ins.webDeployment.TransferTask - Copy: file:///D:/Web/[my-project]/robots.txt to sftp://[my.ip.address]/robots.txtfailed
org.apache.commons.vfs2.FileSystemException: Could not copy "file:///D:/Web/[my-project]/robots.txt" to "sftp://[my.ip.address]/robots.txt".
at com.jetbrains.plugins.webDeployment.TransferOperation.copyFrom(TransferOperation.java:851)
at com.jetbrains.plugins.webDeployment.TransferOperation.copyFile(TransferOperation.java:736)
at com.jetbrains.plugins.webDeployment.TransferOperation.access$200(TransferOperation.java:28)
at com.jetbrains.plugins.webDeployment.TransferOperation$Copy.execute(TransferOperation.java:228)
at com.jetbrains.plugins.webDeployment.TransferTask.executeOperations(TransferTask.java:491)
at com.jetbrains.plugins.webDeployment.RemoteHostTask$5.compute(RemoteHostTask.java:236)
at com.jetbrains.plugins.webDeployment.RemoteHostTask$5.compute(RemoteHostTask.java:234)
at com.jetbrains.plugins.webDeployment.connections.RemoteConnection.lambda$executeServerOperation$1(RemoteConnection.java:43)
at com.jetbrains.plugins.webDeployment.connections.RemoteConnectionPool$RemoteConnectionImpl.executeServerOperation(RemoteConnectionPool.java:105)
at com.jetbrains.plugins.webDeployment.connections.RemoteConnection.executeServerOperation(RemoteConnection.java:43)
at com.jetbrains.plugins.webDeployment.RemoteHostTask.doRun(RemoteHostTask.java:234)
at com.jetbrains.plugins.webDeployment.RemoteHostTask.run(RemoteHostTask.java:106)
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:635)
at com.intellij.openapi.progress.impl.CoreProgressManager$3.run(CoreProgressManager.java:170)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:494)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:443)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:155)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$1.run(ProgressManagerImpl.java:128)
at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:307)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.commons.vfs2.FileSystemException: Could not write to "sftp://[my.ip.address]/robots.txt".
at org.apache.commons.vfs2.provider.AbstractFileObject.getOutputStream(AbstractFileObject.java:1387)
at org.apache.commons.vfs2.provider.DefaultFileContent.getOutputStream(DefaultFileContent.java:481)
at org.apache.commons.vfs2.provider.DefaultFileContent.getOutputStream(DefaultFileContent.java:459)
at com.jetbrains.plugins.webDeployment.FileTransferUtil.copyContent(FileTransferUtil.java:42)
at com.jetbrains.plugins.webDeployment.TransferOperation.copyFrom(TransferOperation.java:848)
... 24 more
Caused by: 3: Permission denied
at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2846)
at com.jcraft.jsch.ChannelSftp.put(ChannelSftp.java:753)
at com.jcraft.jsch.ChannelSftp.put(ChannelSftp.java:700)
at com.jcraft.jsch.ChannelSftp.put(ChannelSftp.java:694)
at com.jetbrains.plugins.webDeployment.config.LoggingSftpChannel.put(LoggingSftpChannel.java:122)
at org.apache.commons.vfs2.provider.sftp.SftpFileObject.doGetOutputStream(SftpFileObject.java:694)
at org.apache.commons.vfs2.provider.AbstractFileObject.getOutputStream(AbstractFileObject.java:1379)
... 28 more
2017-03-24 10:39:34,842 [41608810] DEBUG - t.connections.RemoteConnection - Releasing one of the connections to sftp://[my.ip.address]/ in @14b9599; connections left 0



0

Please check the permissions on the robots.txt file (not just owners, but the permissions).

0

Please sign in to leave a comment.