Offset to Central Directory cannot be held in an Int64 (wodFtpDLX / wodFtpDLX.NET)
Hi.
This would be basic sample that use memory stream and binary transfer:
WeOnlyDo.Client.FtpDLX ftp1 = new WeOnlyDo.Client.FtpDLX();
ftp1.Hostname = "your_hostname";
ftp1.Login = "your_login";
ftp1.Password = "your_password";
ftp1.Blocking = true;
ftp1.Connect();
ftp1.TransferMode = WeOnlyDo.Client.TransferModes.Binary;
System.IO.MemoryStream ms = new System.IO.MemoryStream();
ftp1.GetFile(ms, "/bin/bash");
ftp1.Disconnect();
Jasmine.
Complete thread:
- Offset to Central Directory cannot be held in an Int64 - Computop, 2019-08-12, 17:44
- Offset to Central Directory cannot be held in an Int64 - wodSupport, 2019-08-12, 20:26
- Offset to Central Directory cannot be held in an Int64 - ComputopGMBH, 2019-08-13, 08:44
- Offset to Central Directory cannot be held in an Int64 - wodSupport, 2019-08-13, 08:46
- Offset to Central Directory cannot be held in an Int64 - ComputopGMBH, 2019-08-13, 09:14
- Offset to Central Directory cannot be held in an Int64 - wodSupport, 2019-08-13, 09:17
- Offset to Central Directory cannot be held in an Int64 - ComputopGMBH, 2019-08-13, 09:24
- Offset to Central Directory cannot be held in an Int64 - wodSupport, 2019-08-13, 20:35
- Offset to Central Directory cannot be held in an Int64 - ComputopGMBH, 2019-08-13, 09:24
- Offset to Central Directory cannot be held in an Int64 - wodSupport, 2019-08-13, 09:17
- Offset to Central Directory cannot be held in an Int64 - ComputopGMBH, 2019-08-13, 09:14
- Offset to Central Directory cannot be held in an Int64 - wodSupport, 2019-08-13, 08:46
- Offset to Central Directory cannot be held in an Int64 - ComputopGMBH, 2019-08-13, 08:44
- Offset to Central Directory cannot be held in an Int64 - wodSupport, 2019-08-12, 20:26