Skip to content
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

Unable to upload files with ftps #10020

Closed
cyberduck opened this issue Jul 22, 2017 · 1 comment
Closed

Unable to upload files with ftps #10020

cyberduck opened this issue Jul 22, 2017 · 1 comment
Assignees
Labels
bug ftp-tls FTP (TLS) Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

4981452 created the issue

I am trying to use cyberduck with ftps, but with no luck.
(note: ftps, not sftp)

Up to now I am successful to connect to my ftps site, list content and delete files.
What I can not do, is upload file. Note that with lftp from the command line I am able to do so.
Another thing is that the certificate is self signed, but it is properly trusted in my keychain (as far as I can see). And I connect passively to the server explicitly.

The upload folder is "backup" and it is chrooted. Here is the log file:

STAT /backups
213-Status follows:
drwxr-xr-x    2 1003     1003         4096 Jul 22 09:34 .
drwxr-xr-x    3 0        1003         4096 Jul 22 08:50 ..
213 End of status
TYPE I
200 Switching to Binary mode.
PASV
227 Entering Passive Mode (0,0,0,0,250,117).
TYPE I
200 Switching to Binary mode.
PASV
227 Entering Passive Mode (0,0,0,0,254,5).
TYPE I
200 Switching to Binary mode.
PASV
227 Entering Passive Mode (0,0,0,0,255,25).
TYPE I
200 Switching to Binary mode.
PASV
227 Entering Passive Mode (0,0,0,0,255,172).
QUIT
221 Goodbye.
@cyberduck
Copy link
Collaborator Author

@dkocher commented

I cannot reproduce this issue.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug ftp-tls FTP (TLS) Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants