-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SFTP connection issue #10
Comments
can you confirm that you can login via a standard SFTP client with the same credentials if you open Console.app and try uploading again, you might get some useful error output |
Yup, with Forklift (my SFTP client) but also with the "sftp" command line, it works. — http://dl.flayks.com/fileshuttle-sftp.mp4 (using fileshuttle-2.x-dev.zip) |
Did you saw something about this problem? (maybe a bug?) |
I also can't connect to my server using sftp. Filezilla and Thoughts? |
No errors, there. but I did see the three |
No error too :/ |
Fileshuttle uses SCP - NOT sftp ! That's a difference and causes problems on ServerSide, if configured as sftp. SFTP != SCP |
@int2001 what do you mean ? you means that it can't work with sftp connection ? |
@MoOx SFTP is different to SCP - both are based upon SSH. But they're different. FileShuttle only supports SCP, not SFTP. So there are two ways to solve this issue: Way 1.) Fixing the Documentation and Caption inside the App from SFTP to SCP. |
@anthonysomerset are you open to such improvements ? Not sure what it the state of the app right now. |
hey, weighing in on that topic, it's far easier to set up a proper SFTP server than SCP. |
I quickly had a look at source, and as said, I know nothing about obj-c.
As scp and sftp both have the same syntax for uploading files, do you think SFTP would work if we changed it with:
? |
Bah, forget my previous comment, sftp cannot upload without logging into some kind of interactive shell. |
closing this in favour of resolving #18 Going to Move current SFTP logic to SCP and create a new proper SFTP logic based on an SSH2 lib (probably NMSSH - although i haven't ruled out the Idea of using ConnectionKit as would also kill the AWS S3 stone in #13 all this is going in to the v3.x branch at this time - i have yet to release a dev build at this time |
Hello there,
I tested Fileshuttle on Mavericks (10.9.1) and I have a issue to connect with my SFTP account (port 22). I have absolutely no log on the server neither on my Mac.
I also tested the github repo code with XCode but same problem.
Do you have an idea why?
The text was updated successfully, but these errors were encountered: