Questions tagged [edtftpj]
7 questions
3
votes
2 answers
FTP site works but I'm unable to connect from Java program. I get java.net.UnknownHostException
Greetings folks.
I have this weird problem. In the project I'm working on now, I need to upload a file to a FTP site. I have written many programs that do this before and they have worked just fine. But this particular site is giving me trouble.…

Karthic Raghupathi
- 2,011
- 5
- 41
- 57
3
votes
1 answer
transfermode types in sftp
Is there any difference between ftp and sftp tranfser types in terms of transfer modes (binary, ASCII)? In sftp transfer do we still have binary and ASCII transfer option or it has its default mode whether we choose or not.

cacert
- 2,677
- 10
- 33
- 56
3
votes
1 answer
edtFTPj Java Error when retrieving directories
I want to connect to a FTP Server, in this case FileZilla Server, with Java. I've download edtFTPJ/free and I've been trying the examples that they sent in that package. Connecting to the server, deleting folder/files, renaming, creating folders…

user1430545
- 31
- 3
1
vote
2 answers
Preserving modified timestamp of file while uploading to SFTP
I need to preserve modified timestamp of my file while uploading it to SFTP site.
I am using com.enterprisedt.net.ftp.ssh.SSHFTPclient for the transfer.
Please let me know if there is any way.

Ramya Murugesan
- 27
- 8
1
vote
1 answer
SHA 256 Encryption using edtftpj-pro-4.6.2
Can you please indicate how can I enable SHA 256 encryption during SFTP connectivity. Currently I am using below code to connect to SFTP. Thanks in advance for your help.
SSHFTPClient ftp = new SSHFTPClient();
…

Irish
- 11
- 1
0
votes
1 answer
Connecting edtftpj/pro 7.3.0 to FileZilla server 1.5.1 with TLS 1.2 : No supported cipher suites have been found Error
We want to use edtftpj/PRO 7.3.0 to connect Filezilla server 1.5.1 with FTPS explicite TLS1.2 (edtftpj/PRO support TLS 1.2 max).
I get that logs in filezilla server
FTP Session 51 127.0.0.1 [Trace] TLS handshakep: Received CLIENT HELLO
FTP Session…

Mr_Thorynque
- 1,749
- 1
- 20
- 31
0
votes
1 answer
Android edtftpj/PRo SFTP heap worker
I am using edtftpj-pro3.1 trial copy in my android app to make SFTP connection with the server. After few connections with the server with 5-6 file transfers, my app is crashing with following exception. Is it causing the problem or what could be…

Mr. Kakakuwa Bird
- 151
- 1
- 2
- 10