Questions tagged [enterprisedt]

9 questions
4
votes
1 answer

No message or timeout when trying to connect to sftp server

I'm trying to connect to a sftp server and I don't get any exception or timeout, only increasing memory usage. I am using the library EnterpriseDT.Net.Ftp My code is like this: XmlConfigurator.Configure(); Module1.Logger =…
Ruben de la Fuente
  • 695
  • 11
  • 23
2
votes
1 answer

Connection reset when calling disconnect() using enterprisedt's ftp java framework

I'm having trouble disconnecting from a ftp-server, using the enterprisedt java ftp framework. I can simply not call disconnect() on a FileTransferClient object without getting an error. I do not do anything, besides connecting to the server, and…
Frederik Wordenskjold
  • 10,031
  • 6
  • 38
  • 57
1
vote
1 answer

SecureFileTransferClient performance improvements

We are using the class SecureFileTransferClient for transferring the files using SFTP protocol. There are some performance issues in the file transfer (i.e. taking longer). We are looking for solutions to improve the performance. Class:…
notionquest
  • 37,595
  • 6
  • 111
  • 105
0
votes
1 answer

Does edtftpnetpro.dll Version 9.1.2 support any of the following key exchange algorithms?

The client has support for the following algorithms and I need to know if version 9.1.2 of edtftpnetPRO.dll on server side will support file transfer. Please let me know if version 9.1.2 of /PRO supports any of the…
Aditya
  • 3
  • 1
0
votes
1 answer

SFTP connect error - The message store has reached EOF

I am getting exception "The message store has reached EOF" when I try to connect to remote host for SFTP using "com.enterprisedt.net.ftp.ssh.SSHFTPClient" class (edtFTPj/PRO - a commercial Java file transfer client). I am able to successfully…
notionquest
  • 37,595
  • 6
  • 111
  • 105
0
votes
1 answer

EnterpriseDT - How to disable ssh keyboard-interactive authentication?

I'm using EnterpriseDT library to connect to a sFTP server. When I try a username and password (Password Authentication), after the first atempt failed, it starts trying keyboard-interactive authentication, prompting for a password. Is it possible…
Joao Aguas
  • 50
  • 1
  • 8
0
votes
1 answer

Unable to cancel asynchronous connection using EnterpriseDT.Net.Ftp.SecureFTPConnection

Here is the code (the LicenseOwner and LicenseKey had to be removed for obvious reasons): using System; using System.Linq; using EnterpriseDT.Net.Ftp; namespace ftpClient { internal class Program { static void Main() { …
mark
  • 59,016
  • 79
  • 296
  • 580
0
votes
0 answers

Deciphering FTPS conversation

Here is a real life conversation (with IP, Hostname and ports masked) between the product I support and the z/OS based FTPS Server: Our product uses Java FTP libraries from EnterpriseDT ---> SYST 215 MVS z/OS 011100 is the operating system for…
Chaitanya MSV
  • 6,706
  • 12
  • 40
  • 46
0
votes
3 answers

Adding editFTPnetPRO to SSIS package causes error message

I'm trying to add some secure FTP code to an SSIS package. I've used the EnterpriseDT product successfully on other .NET projects, so I wanted to incorporate it into an SSIS 2008 package I'm working on. If I create a Script Task (VB), edit the…
gfrizzle
  • 12,419
  • 19
  • 78
  • 104