Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.6k views
in .NET FTP by (180 points)
Hi,
I am getting "GetMessage Timed out " when uploading a file to the server .For some files it worked fine but for some its giving this error.The files are of size 20MB,9MB .I couldn't figure out what is the problem .Is the problem with ftp server or the entdtpronet library?

Thanks.

3 Answers

0 votes
by (162k points)
Please email support at enterprisedt dot com with the logfile set to All level (see the help for how to do this).
0 votes
by (180 points)
Thanks for your reply, Here is the error i got

Error:GetMessage timed out

at e3.a(Int32 A_0)
at aa.a(Int32 A_0)
at aa.a(Byte[] A_0, Int64 A_1, Byte[] A_2, Int32 A_3, Int32 A_4)
at c0.a(Byte[] A_0, Int32 A_1, Int32 A_2)
at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.a(Stream A_0, Stream A_1, TransferDirection A_2, String A_3)
at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.a(Stream A_0, String A_1, String A_2, Boolean A_3)
at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.Put(String local, String remote, Boolean append)
at EnterpriseDT.Net.Ftp.FTPConnection.UploadFile(String localPath, String remoteFile, Boolean append)
0 votes
by (162k points)
This is a stack trace, use:


ftp.LogLevel = LogLevel.All;
ftp.LogFile = "C:\temp\myfile.log";

to get the log file.

Categories

...