Link to home
Start Free TrialLog in
Avatar of sharingsunshine
sharingsunshineFlag for United States of America

asked on

WinSCP 5 Permissions Error Uploading

I am on an AWS instance running Linux 2.  I log in to the server via ssh as ec2-user and then sudo -i.  When I try to upload as ec2-user I keep getting permissions denied errors from WinSCP 5.  All of the wordpress files are apache:apache.  I added in ec2-user to the group apache and to the group root.  However, I keep getting the same error it is denied.  I then changed the directory for plugins which is /data/web/abc.com/wp-content/plugins to 777 but still got the same error.

I know that I can change everything upstream to 777 but I don't want to do that.  It seems to me that WinScp is supposed to have an sudo command but the default which I have tried to use isn't what I use on my server.  Once I login via ssh I use sudo -i and then I have root privileges and can do anything.

Please show me how to change the default sudo command in WinSCP to sudo -i? Or, is there another way to upload the files?  If I need to switch to FileZilla I am open to that to if it will permit me to upload to my site.
Avatar of MURUGESAN N
MURUGESAN N
Flag of India image

Based on old usage, we cannot do that.
1. Provide permission to that directory
2. Use different directory (Example: /tmp)
3. make a directory and upload your files there
4. After uploading all files upload empty file completed.txt
5. Write some automation script if any new directory created and completed.txt file is present move all those files at Linux to destination folder.
>> Provided your /tmp directory having required permission.
Avatar of sharingsunshine

ASKER

Can you do what i want with FileZilla?
Same rules applicable using ftp/sftp/filezilla/C/C++/java/scripting/programming or automation languages
>> C/C++/java programming languages
will affect the time to complete.
I don't understand your answer?
Using filezilla or any linux operating system oriented commands (ftp or ftp.exe or sftp or sftp.exe),
following statements are applicable.
1. Provide permission to that directory
2. Use different directory (Example: /tmp)
3. make a directory and upload your files there
4. After uploading all files upload empty file completed.txt
5. Write some automation script if any new directory created and completed.txt file is present move all those files at Linux to destination folder.
>> Provided your /tmp directory having required permission.
Use filezilla/ftp/sftp for transferring the data.

Exclude my comment on programming or automation languages.
>> C/C++/java programming languages
I don't accept your answer when both programs talk about a sudo command.  I just haven't been able to figure it out.

Here is two for WinSCP they just reference sudo -s and I need sudo -i https://blog.jamesbayley.com/2014/01/28/how-to-connect-as-root-using-winscp/

https://superuser.com/questions/327434/how-to-use-sudo-from-within-windows-gui-clients-bypassing-tty

For FileZilla not sure.
Even though I have used sftp to localhost
same thing applicable to other remote operating systems(including windows).
Hence without permission it is not possible.
Avatar of David Favor
You've hit a common problem, uploading files as some random user in a way (ownership) where Apache can serve the files.

Typically you'll do this with setfacl, where exact commands will be unique to your system's approach to service + user management.

Here's how I achieve this, say your content lives at /sites/john-smith/foo.com/wordpress for your DocumentRoot.

# Ensures all new files uploaded by any user, have www-data added as owner, so Apache can serve
# any new files or any overwritten/changed files. This is required else upload files will never serve.
setfacl -Rm d:u:www-data:rwX,u:www-data:rwX /sites/john-smith/foo.com/wordpress

# Create a user to be able to upload via SFTP, using MySecureShell, which provides
# a zero config SFTP server (install it + it works)
useradd --user-group -G www-data --shell=/usr/bin/mysecureshell --home=/sites/john-smith/foo.com/wordpress foo-alex

# Set a password.
echo foo-alex:random-16-byte-string| chpasswd

# Ensure foo-alex user can see all current files + all newly created/modified files.
setfacl -Rm d:u:foo-alex:rwX,u:foo-alex:rwX /sites/john-smith/foo.com/wordpress

Open in new window


Way easier to use MySecureShell + use an SFTP client like FileZilla than via scp.
Because I am on a Linux 2 server Amazon ami.  I am not able to add any repositories according to Amazon support.  Consequently, when I run yum to install mysecureshell it can't find the program.

When I had a Mac and used Fetch this error never showed up.  Therefore, I thought surely there would be an sftp program running on Windows that could do the same thing.
@sharingsunshine

Yes
>> Using filezilla or any linux operating system oriented commands (ftp or ftp.exe or sftp or sftp.exe),
following statements are applicable.

If you are installing cygwin ( http://www.cygwin.com/setup-x86_64.exe 64 bit installation http://www.cygwin.com/setup-x86.exe 32 bit installation)
setup-x86_64.exe --no-admin
or
setup-x86.exe --no-admin
enable the option for openssh during installation.
Functionally "sudo -i" is the same as doing "sudo su -", so following the instructions from the blogs you posted should get you what you want. Did you try following those instructions and they didn't work?
Here is the same information directly from th winscp site, https://winscp.net/eng/docs/faq_su

The location of the sftp-server in amazon linux 2 is /usr/libexec/openssh/sftp-server.

I was able to connect with root permissions to an amazon linux 2 server simply by adding the line
sudo su -c  /usr/libexec/openssh/sftp-server

Open in new window

under the sftp tab in the advanced section.
User generated image
Another option they give is to configure your amazon linux server to allow you to connect directly as root.
Thanks for your response, I can tell you have a good understanding of su on WinSCP.  However, I am still having some issues.  Here is the transfer setting screen.

https://gyazo.com/61bc157350d47f2efebc59d59169eb78

If you can let me know if anything else needs a certain setting that would be most helpful.
There is no need to go into the transfer settings menu. You only need the advanced settings menu.

ezgif.com-optimize.gif

In the transfer settings menu I just have the defaults.
I followed all your steps and I still get this error - https://gyazo.com/8f268880cb3d62fbb5e336a0f0ee9afd

Transfer is set on default and I deleted the 2 transfer options I had set up.
You are connecting using an ssh key correct? Enable logging for your session so that you may see what is going wrong. You can enable session logging by clicking on Tools -> Preferences in the bottom left corner when you start up winscp.
https://winscp.net/eng/docs/ui_pref_logging

Are you able to connect when you don't have the setting I gave above? You might have accidentally changed something on the server side that is causing the error when trying to resolve it.

It would be hard to guess without seeing more of the log.
yes,it does work normally.  Here are some log entries the last ones are after I successfully logged in.

2018-08-31 19:38:43.104 Looking up host "ec2-1-1-1-1.compute-1.amazonaws.com" for SSH connection
. 2018-08-31 19:38:43.104 Connecting to 1.1.1.1 port 22
. 2018-08-31 19:38:43.120 We claim version: SSH-2.0-WinSCP_release_5.13.4
. 2018-08-31 19:38:43.151 Server version: SSH-2.0-OpenSSH_7.4
. 2018-08-31 19:38:43.151 Using SSH protocol version 2
. 2018-08-31 19:38:43.151 Have a known host key of type ssh-ed25519
. 2018-08-31 19:38:43.167 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
. 2018-08-31 19:38:43.540 Server also has ecdsa-sha2-nistp256/ssh-rsa host keys, but we don't know any of them
. 2018-08-31 19:38:43.540 Host key fingerprint is:
. 2018-08-31 19:38:43.540 ssh-ed25519 256 70:56:d3:7b:26:de:7c:b5:52:6e:03:3b:bd:bc:e6:44 YB6/gxES13TZ01a25nl/4xMosqbWxh5GfBuzq5FGF+Y=
. 2018-08-31 19:38:43.556 Host key does not match cached key
. 2018-08-31 19:38:43.556 Host key matches cached key
. 2018-08-31 19:38:43.556 Initialised AES-256 SDCTR client->server encryption
. 2018-08-31 19:38:43.556 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2018-08-31 19:38:43.556 Initialised AES-256 SDCTR server->client encryption
. 2018-08-31 19:38:43.556 Initialised HMAC-SHA-256 server->client MAC algorithm
. 2018-08-31 19:38:43.627 Reading key file "C:\Users\busin\Documents\Keys\sharingsunshine_ec2.ppk"
! 2018-08-31 19:38:43.629 Using username "ec2-user".
. 2018-08-31 19:38:43.662 Server offered these authentication methods: publickey,gssapi-keyex,gssapi-with-mic
. 2018-08-31 19:38:43.662 Offered public key
. 2018-08-31 19:38:43.679 Offer of public key accepted
! 2018-08-31 19:38:43.679 Authenticating with public key "imported-openssh-key"
. 2018-08-31 19:38:43.839 Sent public key signature
. 2018-08-31 19:38:43.858 Access granted
. 2018-08-31 19:38:43.858 Opening session as main channel
. 2018-08-31 19:38:43.946 Opened main channel
. 2018-08-31 19:38:44.036 Started a shell/command
. 2018-08-31 19:38:44.077 Doing startup conversation with host.
> 2018-08-31 19:38:44.101 Type: SSH_FXP_INIT, Size: 5, Number: -1
! 2018-08-31 19:38:44.102 bash: /bin/sftp-server: No such file or directory
. 2018-08-31 19:38:44.102 Server sent command exit status 127
. 2018-08-31 19:38:44.102 Disconnected: All channels closed
* 2018-08-31 19:38:44.134 (EFatal) **Connection has been unexpectedly closed.** Server sent command exit status 127.
* 2018-08-31 19:38:44.134 Cannot initialize SFTP protocol. Is the host running an SFTP server?
. 2018-08-31 19:38:53.291 Looking up host "ec2-1-1-1-1.compute-1.amazonaws.com" for SSH connection
. 2018-08-31 19:38:53.291 Connecting to 1.1.1.1 port 22
. 2018-08-31 19:38:53.306 We claim version: SSH-2.0-WinSCP_release_5.13.4
. 2018-08-31 19:38:53.338 Server version: SSH-2.0-OpenSSH_7.4
. 2018-08-31 19:38:53.338 Using SSH protocol version 2
. 2018-08-31 19:38:53.338 Have a known host key of type ssh-ed25519
. 2018-08-31 19:38:53.369 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
. 2018-08-31 19:38:53.774 Server also has ecdsa-sha2-nistp256/ssh-rsa host keys, but we don't know any of them
. 2018-08-31 19:38:53.774 Host key fingerprint is:
. 2018-08-31 19:38:53.774 ssh-ed25519 256 70:56:d3:7b:26:de:7c:b5:52:6e:03:3b:bd:bc:e6:44 YB6/gxES13TZ01a25nl/4xMosqbWxh5GfBuzq5FGF+Y=
. 2018-08-31 19:38:53.790 Host key does not match cached key
. 2018-08-31 19:38:53.790 Host key matches cached key
. 2018-08-31 19:38:53.790 Initialised AES-256 SDCTR client->server encryption
. 2018-08-31 19:38:53.790 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2018-08-31 19:38:53.790 Initialised AES-256 SDCTR server->client encryption
. 2018-08-31 19:38:53.790 Initialised HMAC-SHA-256 server->client MAC algorithm
. 2018-08-31 19:38:53.881 Reading key file "C:\Users\busin\Documents\Keys\sharingsunshine_ec2.ppk"
! 2018-08-31 19:38:53.881 Using username "ec2-user".
. 2018-08-31 19:38:53.949 Server offered these authentication methods: publickey,gssapi-keyex,gssapi-with-mic
. 2018-08-31 19:38:53.949 Offered public key
. 2018-08-31 19:38:53.964 Offer of public key accepted
! 2018-08-31 19:38:53.964 Authenticating with public key "imported-openssh-key"
. 2018-08-31 19:38:54.075 Sent public key signature
. 2018-08-31 19:38:54.097 Access granted
. 2018-08-31 19:38:54.097 Opening session as main channel
. 2018-08-31 19:38:54.182 Opened main channel
. 2018-08-31 19:38:54.258 Started a shell/command
. 2018-08-31 19:38:54.321 Doing startup conversation with host.
> 2018-08-31 19:38:54.352 Type: SSH_FXP_INIT, Size: 5, Number: -1
! 2018-08-31 19:38:54.352 bash: /bin/sftp-server: No such file or directory
. 2018-08-31 19:38:54.352 Server sent command exit status 127
. 2018-08-31 19:38:54.352 Disconnected: All channels closed
* 2018-08-31 19:38:54.383 (EFatal) **Connection has been unexpectedly closed.** Server sent command exit status 127.
* 2018-08-31 19:38:54.383 Cannot initialize SFTP protocol. Is the host running an SFTP server?
. 2018-08-31 20:35:40.989 Initiating key re-exchange (timeout)
. 2018-08-31 20:35:41.479 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
. 2018-08-31 20:35:42.332 Initialised AES-256 SDCTR client->server encryption
. 2018-08-31 20:35:42.332 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2018-08-31 20:35:42.332 Initialised AES-256 SDCTR server->client encryption
. 2018-08-31 20:35:42.332 Initialised HMAC-SHA-256 server->client MAC algorithm
. 2018-08-31 20:46:18.933 --------------------------------------------------------------------------
. 2018-08-31 20:46:18.933 WinSCP Version 5.13.4 (Build 8731) (OS 10.0.17134 - Windows 10 Enterprise)
. 2018-08-31 20:46:18.933 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2018-08-31 20:46:18.933 Log level: Normal
. 2018-08-31 20:46:18.933 Local account: DESKTOP-A0ODRKT\busin
. 2018-08-31 20:46:18.933 Working directory: C:\Program Files (x86)\WinSCP
. 2018-08-31 20:46:18.933 Process ID: 16700
. 2018-08-31 20:46:18.933 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" 
. 2018-08-31 20:46:18.933 Time zone: Current: GMT-4, Standard: GMT-5 (Eastern Standard Time), DST: GMT-4 (Eastern Daylight Time), DST Start: 3/11/2018, DST End: 11/4/2018
. 2018-08-31 20:46:18.933 Login time: Friday, August 31, 2018 8:46:18 PM
. 2018-08-31 20:46:18.933 --------------------------------------------------------------------------
. 2018-08-31 20:46:18.933 Session name: c5 (Site)
. 2018-08-31 20:46:18.933 Host name: ec2-1-1-1-1.compute-1.amazonaws.com (Port: 22)
. 2018-08-31 20:46:18.933 User name: ec2-user (Password: No, Key file: Yes, Passphrase: No)
. 2018-08-31 20:46:18.933 Tunnel: No
. 2018-08-31 20:46:18.933 Transfer Protocol: SFTP (SCP)
. 2018-08-31 20:46:18.933 Ping type: Off, Ping interval: 30 sec; Timeout: 15 sec
. 2018-08-31 20:46:18.933 Disable Nagle: No
. 2018-08-31 20:46:18.933 Proxy: None
. 2018-08-31 20:46:18.933 Send buffer: 262144
. 2018-08-31 20:46:18.933 SSH protocol version: 2; Compression: No
. 2018-08-31 20:46:18.933 Bypass authentication: No
. 2018-08-31 20:46:18.933 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: No; GSSAPI: Yes
. 2018-08-31 20:46:18.933 GSSAPI: Forwarding: No; Libs: gssapi32,sspi,custom; Custom: 
. 2018-08-31 20:46:18.933 Ciphers: aes,chacha20,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2018-08-31 20:46:18.933 KEX: ecdh,dh-gex-sha1,dh-group14-sha1,rsa,WARN,dh-group1-sha1
. 2018-08-31 20:46:18.933 SSH Bugs: Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto
. 2018-08-31 20:46:18.933 Simple channel: Yes
. 2018-08-31 20:46:18.933 Return code variable: status; Lookup user groups: Auto
. 2018-08-31 20:46:18.933 Shell: sudo su -
. 2018-08-31 20:46:18.933 EOL: LF, UTF: Auto
. 2018-08-31 20:46:18.933 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes; Follow directory symlinks: No
. 2018-08-31 20:46:18.933 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2018-08-31 20:46:18.933 SFTP Bugs: Auto,Auto
. 2018-08-31 20:46:18.933 SFTP Server: sudo su -c /bin/sftp-server
. 2018-08-31 20:46:18.933 Local directory: C:\Users\busin\Downloads, Remote directory: /data/web/theherbsplace.com, Update: Yes, Cache: Yes
. 2018-08-31 20:46:18.933 Cache directory changes: Yes, Permanent: Yes
. 2018-08-31 20:46:18.933 Recycle bin: Delete to: No, Overwritten to: No, Bin path: 
. 2018-08-31 20:46:18.933 DST mode: Unix
. 2018-08-31 20:46:18.933 --------------------------------------------------------------------------
. 2018-08-31 20:46:18.980 Looking up host "ec2-1-1-1-1.compute-1.amazonaws.com" for SSH connection
. 2018-08-31 20:46:19.103 Connecting to 1.1.1.1 port 22
. 2018-08-31 20:46:19.119 We claim version: SSH-2.0-WinSCP_release_5.13.4
. 2018-08-31 20:46:19.165 Server version: SSH-2.0-OpenSSH_7.4
. 2018-08-31 20:46:19.165 Using SSH protocol version 2
. 2018-08-31 20:46:19.165 Have a known host key of type ssh-ed25519
. 2018-08-31 20:46:19.181 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
. 2018-08-31 20:46:19.553 Server also has ecdsa-sha2-nistp256/ssh-rsa host keys, but we don't know any of them
. 2018-08-31 20:46:19.569 Host key fingerprint is:
. 2018-08-31 20:46:19.569 ssh-ed25519 256 70:56:d3:7b:26:de:7c:b5:52:6e:03:3b:bd:bc:e6:44 YB6/gxES13TZ01a25nl/4xMosqbWxh5GfBuzq5FGF+Y=
. 2018-08-31 20:46:19.624 Host key does not match cached key
. 2018-08-31 20:46:19.624 Host key matches cached key
. 2018-08-31 20:46:19.625 Initialised AES-256 SDCTR client->server encryption
. 2018-08-31 20:46:19.625 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2018-08-31 20:46:19.625 Initialised AES-256 SDCTR server->client encryption
. 2018-08-31 20:46:19.625 Initialised HMAC-SHA-256 server->client MAC algorithm
. 2018-08-31 20:46:19.683 Reading key file "C:\Users\busin\Documents\Keys\sharingsunshine_ec2.ppk"
! 2018-08-31 20:46:19.699 Using username "ec2-user".
. 2018-08-31 20:46:19.869 Server offered these authentication methods: publickey,gssapi-keyex,gssapi-with-mic
. 2018-08-31 20:46:19.869 Offered public key
. 2018-08-31 20:46:19.889 Offer of public key accepted
! 2018-08-31 20:46:19.889 Authenticating with public key "imported-openssh-key"
. 2018-08-31 20:46:20.042 Sent public key signature
. 2018-08-31 20:46:20.136 Access granted
. 2018-08-31 20:46:20.136 Opening session as main channel
. 2018-08-31 20:46:20.399 Opened main channel
. 2018-08-31 20:46:20.525 Started a shell/command
. 2018-08-31 20:46:20.587 --------------------------------------------------------------------------
. 2018-08-31 20:46:20.587 Using SFTP protocol.
. 2018-08-31 20:46:20.587 Doing startup conversation with host.
! 2018-08-31 20:46:20.587 bash: /bin/sftp-server: No such file or directory
. 2018-08-31 20:46:20.587 Server sent command exit status 127
. 2018-08-31 20:46:20.587 Disconnected: All channels closed
* 2018-08-31 20:46:20.636 (EFatal) **Connection has been unexpectedly closed.** Server sent command exit status 127.
. 2018-08-31 20:46:54.118 --------------------------------------------------------------------------
. 2018-08-31 20:46:54.118 WinSCP Version 5.13.4 (Build 8731) (OS 10.0.17134 - Windows 10 Enterprise)
. 2018-08-31 20:46:54.118 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2018-08-31 20:46:54.118 Log level: Normal
. 2018-08-31 20:46:54.118 Local account: DESKTOP-A0ODRKT\busin
. 2018-08-31 20:46:54.118 Working directory: C:\Program Files (x86)\WinSCP
. 2018-08-31 20:46:54.118 Process ID: 16700
. 2018-08-31 20:46:54.118 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" 
. 2018-08-31 20:46:54.118 Time zone: Current: GMT-4, Standard: GMT-5 (Eastern Standard Time), DST: GMT-4 (Eastern Daylight Time), DST Start: 3/11/2018, DST End: 11/4/2018
. 2018-08-31 20:46:54.118 Login time: Friday, August 31, 2018 8:46:54 PM
. 2018-08-31 20:46:54.118 --------------------------------------------------------------------------
. 2018-08-31 20:46:54.118 Session name: c5 (Modified site)
. 2018-08-31 20:46:54.118 Host name: ec2-1-1-1-1.compute-1.amazonaws.com (Port: 22)
. 2018-08-31 20:46:54.118 User name: ec2-user (Password: No, Key file: Yes, Passphrase: No)
. 2018-08-31 20:46:54.118 Tunnel: No
. 2018-08-31 20:46:54.118 Transfer Protocol: SFTP (SCP)
. 2018-08-31 20:46:54.118 Ping type: Off, Ping interval: 30 sec; Timeout: 15 sec
. 2018-08-31 20:46:54.118 Disable Nagle: No
. 2018-08-31 20:46:54.118 Proxy: None
. 2018-08-31 20:46:54.118 Send buffer: 262144
. 2018-08-31 20:46:54.118 SSH protocol version: 2; Compression: No
. 2018-08-31 20:46:54.118 Bypass authentication: No
. 2018-08-31 20:46:54.118 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: No; GSSAPI: Yes
. 2018-08-31 20:46:54.118 GSSAPI: Forwarding: No; Libs: gssapi32,sspi,custom; Custom: 
. 2018-08-31 20:46:54.118 Ciphers: aes,chacha20,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2018-08-31 20:46:54.118 KEX: ecdh,dh-gex-sha1,dh-group14-sha1,rsa,WARN,dh-group1-sha1
. 2018-08-31 20:46:54.118 SSH Bugs: Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto
. 2018-08-31 20:46:54.118 Simple channel: Yes
. 2018-08-31 20:46:54.118 Return code variable: status; Lookup user groups: Auto
. 2018-08-31 20:46:54.118 Shell: sudo su -
. 2018-08-31 20:46:54.118 EOL: LF, UTF: Auto
. 2018-08-31 20:46:54.118 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes; Follow directory symlinks: No
. 2018-08-31 20:46:54.118 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2018-08-31 20:46:54.118 SFTP Bugs: Auto,Auto
. 2018-08-31 20:46:54.118 SFTP Server: default
. 2018-08-31 20:46:54.118 Local directory: C:\Users\busin\Downloads, Remote directory: /data/web/theherbsplace.com, Update: Yes, Cache: Yes
. 2018-08-31 20:46:54.118 Cache directory changes: Yes, Permanent: Yes
. 2018-08-31 20:46:54.118 Recycle bin: Delete to: No, Overwritten to: No, Bin path: 
. 2018-08-31 20:46:54.118 DST mode: Unix
. 2018-08-31 20:46:54.118 --------------------------------------------------------------------------
. 2018-08-31 20:46:54.149 Looking up host "ec2-1-1-1-1.compute-1.amazonaws.com" for SSH connection
. 2018-08-31 20:46:54.258 Connecting to 1.1.1.1 port 22
. 2018-08-31 20:46:54.275 We claim version: SSH-2.0-WinSCP_release_5.13.4
. 2018-08-31 20:46:54.324 Server version: SSH-2.0-OpenSSH_7.4
. 2018-08-31 20:46:54.324 Using SSH protocol version 2
. 2018-08-31 20:46:54.324 Have a known host key of type ssh-ed25519
. 2018-08-31 20:46:54.339 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
. 2018-08-31 20:46:54.699 Server also has ecdsa-sha2-nistp256/ssh-rsa host keys, but we don't know any of them
. 2018-08-31 20:46:54.699 Host key fingerprint is:
. 2018-08-31 20:46:54.699 ssh-ed25519 256 70:56:d3:7b:26:de:7c:b5:52:6e:03:3b:bd:bc:e6:44 YB6/gxES13TZ01a25nl/4xMosqbWxh5GfBuzq5FGF+Y=
. 2018-08-31 20:46:54.730 Host key does not match cached key
. 2018-08-31 20:46:54.730 Host key matches cached key
. 2018-08-31 20:46:54.730 Initialised AES-256 SDCTR client->server encryption
. 2018-08-31 20:46:54.730 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2018-08-31 20:46:54.730 Initialised AES-256 SDCTR server->client encryption
. 2018-08-31 20:46:54.730 Initialised HMAC-SHA-256 server->client MAC algorithm
. 2018-08-31 20:46:54.793 Reading key file "C:\Users\busin\Documents\Keys\sharingsunshine_ec2.ppk"
! 2018-08-31 20:46:54.810 Using username "ec2-user".
. 2018-08-31 20:46:54.883 Server offered these authentication methods: publickey,gssapi-keyex,gssapi-with-mic
. 2018-08-31 20:46:54.884 Offered public key
. 2018-08-31 20:46:54.898 Offer of public key accepted
! 2018-08-31 20:46:54.899 Authenticating with public key "imported-openssh-key"
. 2018-08-31 20:46:55.017 Sent public key signature
. 2018-08-31 20:46:55.071 Access granted
. 2018-08-31 20:46:55.071 Opening session as main channel
. 2018-08-31 20:46:55.266 Opened main channel
. 2018-08-31 20:46:55.417 Started a shell/command
. 2018-08-31 20:46:55.463 --------------------------------------------------------------------------
. 2018-08-31 20:46:55.464 Using SFTP protocol.
. 2018-08-31 20:46:55.464 Doing startup conversation with host.
> 2018-08-31 20:46:55.482 Type: SSH_FXP_INIT, Size: 5, Number: -1
< 2018-08-31 20:46:55.495 Type: SSH_FXP_VERSION, Size: 150, Number: -1
. 2018-08-31 20:46:55.495 SFTP version 3 negotiated.
. 2018-08-31 20:46:55.495 Unknown server extension posix-rename@openssh.com="1"
. 2018-08-31 20:46:55.495 Supports statvfs@openssh.com extension version "2"
. 2018-08-31 20:46:55.495 Unknown server extension fstatvfs@openssh.com="2"
. 2018-08-31 20:46:55.495 Supports hardlink@openssh.com extension version "1"
. 2018-08-31 20:46:55.495 Unknown server extension fsync@openssh.com="1"
. 2018-08-31 20:46:55.495 We believe the server has signed timestamps bug
. 2018-08-31 20:46:55.495 We will use UTF-8 strings until server sends an invalid UTF-8 string as with SFTP version 3 and older UTF-8 strings are not mandatory
. 2018-08-31 20:46:55.495 Limiting packet size to OpenSSH sftp-server limit of 262148 bytes
. 2018-08-31 20:46:55.495 Changing directory to "/data/web/theherbsplace.com".
. 2018-08-31 20:46:55.495 Getting real path for '/data/web/theherbsplace.com'
> 2018-08-31 20:46:55.495 Type: SSH_FXP_REALPATH, Size: 36, Number: 1808
< 2018-08-31 20:46:55.511 Type: SSH_FXP_NAME, Size: 75, Number: 1808
. 2018-08-31 20:46:55.511 Real path is '/data/web/theherbsplace.com'
. 2018-08-31 20:46:55.511 Trying to open directory "/data/web/theherbsplace.com".
> 2018-08-31 20:46:55.511 Type: SSH_FXP_LSTAT, Size: 36, Number: 2055
< 2018-08-31 20:46:55.526 Type: SSH_FXP_ATTRS, Size: 37, Number: 2055
. 2018-08-31 20:46:55.526 Getting current directory name.
. 2018-08-31 20:46:55.604 Listing directory "/data/web/theherbsplace.com".
> 2018-08-31 20:46:55.604 Type: SSH_FXP_OPENDIR, Size: 36, Number: 2315
< 2018-08-31 20:46:55.619 Type: SSH_FXP_HANDLE, Size: 13, Number: 2315
> 2018-08-31 20:46:55.619 Type: SSH_FXP_READDIR, Size: 13, Number: 2572
< 2018-08-31 20:46:55.655 Type: SSH_FXP_NAME, Size: 12549, Number: 2572
> 2018-08-31 20:46:55.655 Type: SSH_FXP_READDIR, Size: 13, Number: 2828
< 2018-08-31 20:46:55.808 Type: SSH_FXP_NAME, Size: 6523, Number: 2828
> 2018-08-31 20:46:55.809 Type: SSH_FXP_READDIR, Size: 13, Number: 3084
< 2018-08-31 20:46:55.860 Type: SSH_FXP_STATUS, Size: 28, Number: 3084
< 2018-08-31 20:46:55.860 Status code: 1
> 2018-08-31 20:46:55.860 Type: SSH_FXP_CLOSE, Size: 13, Number: 3332
. 2018-08-31 20:46:55.861 error_report.php;-;4653;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.861 tbl_structure.php;-;2042;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.861 server_export.php;-;1085;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.861 themes.php;-;956;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.861 wp-includes;d;0;2018-07-18T22:48:16.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.861 changelog.php;-;3194;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.861 schema_export.php;-;659;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.861 wp-links-opml.php;-;2422;2018-07-11T15:03:46.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.861 db_tracking.php;-;4444;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.861 server_binlog.php;-;785;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.861 db_sql_autocomplete.php;-;746;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.862 tbl_sql.php;-;1057;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.862 wp-config-sample.php;-;2853;2018-07-11T15:00:59.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.862 wp-load.php;-;3306;2018-07-11T15:03:46.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.862 tbl_indexes.php;-;1416;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.862 ChangeLog;-;20774;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.862 wp-login.php;-;37794;2018-08-16T13:08:07.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.862 sitemap.xml;-;3676;2018-08-03T18:38:58.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.862 license.txt;-;19935;2018-08-16T13:08:07.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.862 wp-mail.php;-;8048;2018-07-11T15:03:46.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.862 libraries;d;0;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.862 test.php;-;22;2018-07-11T14:59:12.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.862 phpMyAdmin;d;0;2018-07-13T12:36:01.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.863 prefs_manage.php;-;14331;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.863 tbl_addfield.php;-;3826;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.863 sql;d;0;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.863 DCO;-;1811;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.863 test-site.php;-;347;2018-07-30T17:46:17.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.863 composer.json;-;3181;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.863 server_databases.php;-;798;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.863 wp-activate.php;-;5458;2018-07-11T15:00:57.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.863 ajax.php;-;1578;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.863 tbl_import.php;-;684;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.863 db_export.php;-;4951;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.863 README;-;1520;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.863 user_password.php;-;1943;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.863 tbl_tracking.php;-;5932;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.864 db_datadict.php;-;5878;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.864 transformation_overview.php;-;1910;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.864 server_replication.php;-;2459;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.864 tbl_zoom_select.php;-;1049;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.864 tbl_triggers.php;-;141;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.864 .well-known;d;0;2018-08-23T19:03:46.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;2
. 2018-08-31 20:46:55.864 db_import.php;-;899;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.864 server_status_advisor.php;-;862;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.864 server_status_queries.php;-;1423;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.864 wp-trackback.php;-;4620;2018-07-11T15:03:46.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.864 navigation.php;-;2241;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.865 ror.xml;-;3;2018-07-11T14:59:11.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.865 show_config_errors.php;-;1040;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.865 templates;d;0;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.865 url.php;-;1316;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.865 setup;d;0;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.865 gis_data_editor.php;-;15771;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.865 config.sample.inc.php;-;4516;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.865 phpcs.xml.dist;-;467;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.865 tbl_relation.php;-;2375;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.865 examples;d;0;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.865 package.json;-;733;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.865 server_plugins.php;-;784;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.865 db_designer.php;-;7681;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.866 import.php;-;24080;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.866 server_engines.php;-;784;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.866 tbl_create.php;-;3171;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.866 server_user_groups.php;-;1902;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.866 logout.php;-;311;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.866 sql.php;-;6160;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.866 server_sql.php;-;698;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.866 db_sql.php;-;958;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.866 license.php;-;894;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.866 index.php;-;418;2018-07-11T14:58:47.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.866 prefs_twofactor.php;-;1594;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.866 db_qbe.php;-;4499;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.867 export.php;-;15891;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.867 presta2woo.php;-;706;2018-07-11T14:58:47.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.867 normalization.php;-;4221;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.867 server_import.php;-;634;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.867 theherbs_wp_bak4c5.sql;-;265261820;2018-07-11T15:00:57.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.867 version_check.php;-;1085;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.867 RELEASE-DATE-4.8.2;-;29;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.867 js;d;0;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.867 tbl_row_action.php;-;5059;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.867 CODE_OF_CONDUCT.md;-;3216;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.867 db_routines.php;-;365;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.867 really-simple-ssl-pro-2.0.16.zip;-;308876;2018-07-21T14:39:07.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.867 db_structure.php;-;1011;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.868 theherbs_db_backupc5.sql;-;265260417;2018-07-11T15:00:03.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.868 wp-admin;d;0;2018-08-06T16:52:21.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.868 db_search.php;-;2000;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.868 server_status_variables.php;-;1571;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.868 db_multi_table_query.php;-;741;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.868 wp-cron.php;-;3669;2018-07-11T15:03:43.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.868 browse_foreigners.php;-;1777;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.868 tbl_change.php;-;6349;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.868 lint.php;-;1430;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.868 view_operations.php;-;3875;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.868 tbl_recent_favorite.php;-;452;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.868 server_status.php;-;897;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.868 view_create.php;-;5531;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.868 db_triggers.php;-;273;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.869 wp-settings.php;-;16246;2018-07-11T15:03:46.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.869 import_status.php;-;3404;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.869 wp-content;d;0;2018-08-22T16:56:22.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.869 ..;d;0;2018-07-19T19:33:55.000Z;3;"ec2-user" [1000];"apache" [48];rwxrwsrwx;1
. 2018-08-31 20:46:55.869 htaccess-bak;-;235;2018-07-12T14:41:38.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.869 tbl_select.php;-;1130;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.869 readme.a2d619b7e25b3ade8d8231fe0cab2a00.html;-;7415;2018-07-11T14:58:47.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.869 generator;d;0;2018-07-11T14:58:47.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.869 wp-signup.php;-;30091;2018-07-11T15:03:46.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.869 tbl_gis_visualization.php;-;1234;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.869 phpmyadmin.css.php;-;740;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.869 sitemap.html;-;3;2018-07-11T14:59:11.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.869 prefs_forms.php;-;2403;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.870 Resources;d;0;2018-07-11T14:59:11.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.870 db_sql_format.php;-;485;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.870 doc;d;0;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.870 yarn.lock;-;29031;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.870 server_variables.php;-;798;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.870 server_collations.php;-;818;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.870 .htaccess;-;22157;2018-08-31T20:44:17.000Z;3;"apache" [48];"apache" [48];rw-r--r--;2
. 2018-08-31 20:46:55.870 server_status_processes.php;-;1888;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.870 db_events.php;-;271;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.870 chores;d;0;2018-08-31T17:35:15.000Z;3;"ec2-user" [1000];"apache" [48];rwxrwsr-x;0
. 2018-08-31 20:46:55.870 themes;d;0;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.870 test-file.html;-;40;2018-07-11T14:59:11.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.870 xmlrpc.php;-;3065;2018-07-11T15:03:46.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.870 tbl_find_replace.php;-;999;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.871 tbl_operations.php;-;15016;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.871 LICENSE;-;18092;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.871 print.css;-;1213;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.871 phpinfo.php;-;507;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.871 CONTRIBUTING.md;-;1956;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.871 google6deb0b5fe22fbf9d.html;-;53;2018-07-11T14:58:47.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.871 wp-config.php;-;3667;2018-08-16T13:06:23.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.871 server_privileges.php;-;14298;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.871 tbl_chart.php;-;972;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.871 tbl_replace.php;-;16675;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.871 transformation_wrapper.php;-;4617;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.871 db_central_columns.php;-;5698;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.871 tbl_get_field.php;-;1450;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.872 tbl_export.php;-;4346;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.872 composer.lock;-;93512;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.872 wp-blog-header.php;-;364;2018-07-11T15:00:59.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.872 wp-comments-post.php;-;1889;2018-07-11T15:00:59.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.872 favicon.ico;-;1150;2018-03-29T23:09:22.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.872 vendor;d;0;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rwxr-sr-x;0
. 2018-08-31 20:46:55.872 db_operations.php;-;9894;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.872 robots.txt;-;99;2018-08-07T12:05:32.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.872 chk_rel.php;-;865;2018-07-12T05:33:15.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.872 server_status_monitor.php;-;2989;2018-07-12T05:33:25.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.872 rewrite.php;-;345;2018-07-11T14:59:11.000Z;3;"apache" [48];"apache" [48];rw-r--r--;0
. 2018-08-31 20:46:55.914 Startup conversation with host finished.

Open in new window

Sorry for the late response, but I was having trouble replicating your error. The log is saying

! 2018-08-31 19:38:44.102 bash: /bin/sftp-server: No such file or directory
. 2018-08-31 19:38:44.102 Server sent command exit status 127

which makes no sense since it should be trying to find the sftp server defined at  /usr/libexec/openssh/sftp-server.
Could I see a screenshot of your advanced settings window under the sftp tab and the ssh tab. The sftp one is the one I posted above as an example.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.