Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-2 votes
2 answers
97 views

I’m dealing with a repeated crash in a custom Linux application and hoping to get advice or confirmation or suggestion on the root cause. The application connects to an SFTP server, downloads a daily ...
4 votes
1 answer
82 views

I am using a PowerShell script using the module WinSCP to download files from a SFTP server. I am using a file mask so I only download files matching *.zip which have been added today. The SFTP folder ...
1 vote
1 answer
114 views

I have successfully used this code to connect to a few different SFTP servers: ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) ssh.connect(hostname, port=port, ...
Avril's user avatar
  • 841
2 votes
1 answer
56 views

I run a custom SFTP Server using Paramiko that receives video files from NVR cameras and uploads it to a cloud storage. The flow is simple: The client (NVR) connects and authenticates, we write the ...
1 vote
0 answers
59 views

I need to copy and rename a file from one folder of an SFTP server to another. I'm using Renci.SshNet.Sftp to perform the copy task. When I copy to the same folder, it works perfectly. But when I set ...
CraigA's user avatar
  • 187
0 votes
1 answer
97 views

I'm trying to implement a very basic sftp server in python with asyncssh to be used during a unittest. I want to use a custom path to set the root of the sftp server and it would be better to set a ...
0 votes
0 answers
99 views

I'm trying to upload a file to an SFTP server using the JSCH library in Java, but I'm getting a generic error with status code 4, and no descriptive message. com.jcraft.jsch.SftpException: 4: at com....
Arun's user avatar
  • 19
2 votes
0 answers
106 views

I'm using an AWS Lambda function written in Python to transfer files from an external SFTP server to an S3 bucket via AWS Transfer Family. The file transfer works perfectly using start_file_transfer. ...
0 votes
0 answers
52 views

I'm working on an AWS Lambda project where we need to process some files on an SFTP server. Files that have been successfully processed need to be moved to an S3 bucket for temporary storage. We have ...
2 votes
1 answer
81 views

I am having difficulty understanding how to use the put method to transfer a directory recursively. I am coming from using pysftp and using the put_r method. I have a local path and a remote path and ...
0 votes
0 answers
74 views

I am getting an error when trying to establish connection to a remote server using jcraft. com.jcraft.jsch.JSchException: Auth fail at com.jcraft.jsch.Session.connect(Session.java:519) ...
JavaGeek's user avatar
  • 315
-1 votes
1 answer
114 views

I'm using Apache Camel 3.4.10 to upload some files to an SFTP server and, since almost one week, this is not working anymore and below there is the output I get: 2025年05月23日 12:02:08,890 WARN [org....
cdprete's user avatar
  • 99
0 votes
2 answers
200 views

I'm new to Azure Data Factory (ADF), and my company has asked me to design a pipeline that checks whether files from an SFTP server exist in an Azure Storage Account. If any files are missing, they ...
0 votes
0 answers
87 views

I wrote this php script to fetch a file with sftp: if (!is_writable(sys_get_temp_dir())) { mylogger("Can't write to temporary directory"); return false; } if ( (!...
0 votes
0 answers
126 views

I'm trying to find a Visual Studio Code extension that allows me to connect to an FTP server with functionality similar to what the SSH FS extension provides. I previously used SSH FS and appreciated ...

15 30 50 per page
1
2 3 4 5
...
346

AltStyle によって変換されたページ (->オリジナル) /