SFTP Not Working
-
I need to upload file to a different server than the one our site is on. This being the case, I need to use SFTP. The server I am trying to upload is our SFTP server and we use it all the time as such. BUT when I try to use your plugins, I get the message:
Upload failed!
Error. The web server does not support sftp.
Failed upload path: sftp://uploaded:[email protected]:22/uploads/red_moon.jpgI tested the username and password and they work in my FTP program. When I login, I see the uploads folder. Also, if I copy and past the SFTP url shown above in my browser, it opens my FTP program and logins and list the uploads directory. The permissions for uploads is set to 755. So everything on my end is working on the backend.
Here is the shortcode I am using (note, the password has been changed):
[wordpress_file_upload accessmethod=”ftp” ftpinfo=”uploaded:[email protected]:s22″ useftpdomain=”true” ftppassivemode=”true” adminmessages=”true” debugmode=”true”]
Any thoughts as to why this is not working?
The page I need help with: [log in to see the link]
- The topic ‘SFTP Not Working’ is closed to new replies.