sftp
JSch session.connect() hungs with CoreFTP
I have CoreFTP configured for localhost and the next code: JSch.setLogger(new MyJschLogger()); //class for console output[详细]
2023-03-15 22:47 分类:问答Use RSA with Eclipse Remote Systems Explorer?
I\'m using the Remote Systems Explorer (RSE) plugin in Eclipse on my Windows 7 machine t开发者_运维百科o edit files through SFTP on a remote Linux server. I have an RSA key pair setup between my machi[详细]
2023-03-15 01:22 分类:问答PHP SFTP/SSH transfer
I posted a question a little while ago but I asked about FTP, which is the wrong question (doh!). I need to automatically transfer images (e.g. test.jpg) from one server to another using SFTP/SSH.[详细]
2023-03-14 12:03 分类:问答How do I write a gzipped byte array via SFTP (Jsch) without decompressing it?
(This was x-posted to the Jsch mailing list BTW). I\'m reading data from a database and carrying that as a byte[] (for transportation across middleware components).[详细]
2023-03-11 10:41 分类:问答Why is 22 the default port number for SFTP? [closed]
Closed. This question does not meet Stack Overflow guidel开发者_如何学Goines. It is not currently accepting answers.[详细]
2023-03-11 10:18 分类:问答connect to SFTP using java
I need help with connection to SFTP server? Does anybody have working code? I found something like this[详细]
2023-03-11 06:49 分类:问答JSchException: Algorithm negotiation fail
I am trying to connect to remote sftp server over ssh with JSch (0.1.44-1) but during session.connect(); I am getting this exception:[详细]
2023-03-10 18:32 分类:问答How do configure Coda to work for my Amazon EC2 instance?
I can not c开发者_开发知识库onnect to my EC2 instane. I have opened port 21 in the AWS Console. I think there is no way of input my SSH Key pair in Coda. Is there a way of connecting Coda to my EC2 in[详细]
2023-03-09 23:49 分类:问答sftp versus SOAP call for file transfer
I have to transfer some files to a third party. We can invent the file format, but want to keep it simple, like CSV. These won\'t be big files - a few 10s of MB at most and there won\'t be many - 3 fi[详细]
2023-03-09 18:05 分类:问答Any good in memory SFTP servers for Java? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-06 10:02 分类:问答