Skip to content
#

sftp

Here are 339 public repositories matching this topic...

nyurik
nyurik commented Dec 16, 2019

This is more of a question, as I couldn't find it in the documentation. Does aria2 do any checks when downloading a file from multiple sources to ensure all of them are actually referencing the same file? Some basic checks might be based on comparing: 1) file size, 2) date (might not be consistent or even available), 3) first and last few bytes, 4) small chunk overlap, and compare the small ove

bluebaroncanada
bluebaroncanada commented Jul 14, 2017

Documentation is awful.

For instance, sign says it returns a string, but if it fails, it clearly returns false. No where in the documentation that I can find does it tell me to check for false, and thus, I'm left wondering if that's the only thing that indicates failure especially when it returns calls to two different other functions.

tosiara
tosiara commented Aug 19, 2019

Describe the bug
RSA keys seems to be supported and it is technically possible to login with RSA pub keys. But there is no documentation about how can you configure to allow login with any RSA key

To Reproduce
Steps to reproduce the behavior:

  1. ssh root@server -i mykey.rsa
  2. Access denied
2019-08-19T14:49:13.425705Z [cowrie.ssh.factory.CowrieSSHFactory] New connection: 10.0.
filestash
azukaar
azukaar commented Mar 8, 2020

I setup an instance connecting to S3, and created a sharing link, but unlike what the README mention, I cannot use it as a windows' network drive.
The documentation does not seem to mention any additional step to get this working. Any ideas?
Thanks !

flatlinebb
flatlinebb commented Nov 22, 2019

I'm not sure if this is even possible, or if it's up to the Operating System, but I have two monitors and when the sudo pop-up opens when I'm editing a file, the dialog box opens on the other monitor (the primary one in Windows 10 settings). Would it be possible to force the dialog box pop-up to open on the same monitor as where the snowflake app is running? I totally understand if that is not som

ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django

  • Updated Apr 1, 2020
  • Python
eikenb
eikenb commented Mar 28, 2020

There is a type of SFTP server that is termed a "mailbox" style, where you can only download/read each file one time. The current library doesn't work well with these servers as fstat/stat calls are made in the downloading code and that triggers the read and deletes the file before you can actually download it.

A couple related issues in this project: #339 #206
Here's where Paramiko project

lueenavarro
lueenavarro commented Mar 3, 2020

The documentation is pretty straightforward, I only need to do the following:
echo -n "mypassword" | docker run -i --rm atmoz/makepasswd --crypt-md5 --clearfrom=-
then copy the output $1$1TWZh6FZ$XNf2mNVT8HLIXEjAqGnZe/ to the arguments then append :e,

here is my whole argument:
tester:$1$1TWZh6FZ$XNf2mNVT8HLIXEjAqGnZe/:e

its not working, but an unencrypted password like `tester:mypa

kkevindev
kkevindev commented Apr 18, 2019

Description

README.md show's:

FTP & FTPS Configuration Options

{
    "protocol": "ftp",
    "host": "example.com", // string - The hostname or IP address of the FTP server. Default: 'localhost'
    "port": 21, // integer - The port of the FTP server. Default: 21
    "user": "user", // string - Username for authentication. Default: 'anonymous'
    "pass": "pass", // strin
RemboIII
RemboIII commented Nov 12, 2019

When I rename a file in Windows Explorer, a second file seems to be created with the new name. After refreshing, 2 identical files are displayed.
When I look online at the OneDrive location (mobile app or webpage), there's only 1 file.
I'm unable to remove 1 instance of the doubly displayed files.

![Identical files displayed in online (Onedrive) folder 02](https://user-images.githubusercont

Gunni
Gunni commented Sep 2, 2019

What we Did

Hey, this isn't a bug, it's just something me and @polarina did and we had a lot of trouble doing but in the end I believe it's worth it and worth documenting. We are open to constructive criticism for what we did. I was learning how to use proftpd as I went along so i probably made some beginner mistakes.

We created a config and systemd units for a socket activated proftpd t

Improve this page

Add a description, image, and links to the sftp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sftp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.