Skip to main content

Questions tagged [sftp]

GENERAL SFTP SUPPORT IS OFF-TOPIC. Support questions may be asked on https://superuser.com. SSH File Transfer Protocol, a network protocol designed to provide secure file transfer and manipulation facilities over SSH (Secure Shell protocol).

sftp
0 votes
0 answers
9 views

Download file via sftp in one go [closed]

I have a 6 Mb file that I need to download via sftp. Problem is that the filesystem I want to download to doesn't allow to write to existing files. Meaning that if the file is downloaded in chunks it ...
Caterina's user avatar
  • 921
0 votes
0 answers
12 views

OpenSSH SFTP server - Disable/don't respond to keepalive packets [closed]

I can find tons of sites explaining how to keep SSH connections alive... but nothing about how to prevent someone from keeping a connection alive if I, the server owner, doesn't want them to. For ...
Joseph Fry's user avatar
1 vote
0 answers
25 views

spring-integration-sftp failed to send channel

I have a spring-integrations-sftp configuration like below, basically it listens a remote directory and fetch the files and deletes afterwards. @Bean public SessionFactory<ChannelSftp.LsEntry&...
st.'s user avatar
  • 188
0 votes
0 answers
13 views

SAP PI/PO Outbound SFTP Not Disconnecting

Recently we have been having issues in PI/PO with outbound SFTP connection rejections due to having too many concurrent connections to the endpoint. When this last occurred I attempted to restart the ...
mellow-fellow's user avatar
0 votes
1 answer
20 views

Snowpark- Can load file from sftp and orcale into snowflake table using snowpark?

I am checking for a solution to load file from sftp server into snowflake table using snowpark -snowflake notebook is there any direct option?
hari_azure's user avatar
0 votes
0 answers
25 views

Azure - SFTP connection from Azure service to Azure blob [closed]

I wrote a tool in C# that (among other things) downloads a file using an SFTP connection. This tool seems to work fine for most connections, but recently caused an error while downloading a file from ...
user26409784's user avatar
0 votes
0 answers
14 views

Paramiko - SFTP server removes files before they are uploaded

I am using paramiko to send pdf and csv files to an sftp server. The client is telling me that some files arrive on the server but I keep getting the error: Failed to upload 180.pdf for order 180: [...
Eugen 's user avatar
0 votes
0 answers
16 views

PHP 8.3 Ubuntu 20 on login(username, password) I get "pkcs8 is not a supported format" [closed]

I haven'be been able to debug why this is happening. For my PHP 8.3, Ubuntu 20 box. I've got the latest composer on it and the latest phpseclib3. I connect to the server, I try to login based on ...
iJames's user avatar
  • 640
-2 votes
0 answers
63 views

How to login to an FTP-server with CMD (Windows 10?) [closed]

Want to read which files are on an FTP server. Would like to create a batch file that does this (automatically) Preferably without installing any programs that are not in Windows. After the files are ...
Albireo's user avatar
  • 17
-2 votes
0 answers
14 views

Remove non-empty folder in SFTP server [closed]

It doesn't recognize rm command, so I am using rmdir instead. The problem is I have some non-empty folders with a LOT of subfolders inside that I'd like to remove. I tried with rmdir folder/* but it ...
Caterina's user avatar
  • 921
0 votes
0 answers
33 views

Pytest/Unittest SFTP Client Connection

I've written a function that establishes and returns an SFTP client connection. Here is the code: import paramiko from io import StringIO from fastapi import HTTPException def get_sftp_client( ...
daniel guo's user avatar
-1 votes
0 answers
16 views

How can the -O option for scp transfers be used to override openSSH 9 default of sftp? [closed]

Changes to default behavior of scp from openSSH version 8 to version 9 require using scp with -O option to override the default use of the sftp protocol. How can scp be configured to use the older ...
Thomas Freedman's user avatar
0 votes
0 answers
16 views

SFTP Admin User [closed]

I am setting up an OpenSSH sFTP server. I want to create a sFTP Admin user that can navigate all the folders and move files. My approach is the following: Create the other users (let's call it user_1)...
Throwaway123's user avatar
-1 votes
0 answers
26 views

PSFTP - How to send all files in the directory to remote directory and later remove the files in local directory

I have a Windows batch script that transfers the files to a remote directory and later it removes the files form the local directory. The script works fine if there are no folders in the local ...
learner's user avatar
-1 votes
0 answers
63 views

Proxy error: Unable to parse auth header from HTTP proxy: authentication type 'NTLM' not supported"

I am using a batch script to download files from an SFTP server over the Internet. The script is running on a VM which is behind a corporate proxy. When I am logged in to the SFTP server via WinSCP, ...
liverpoolsunil's user avatar

15 30 50 per page
1
2 3 4 5
347