Discuss (FTP) and (SFTP, FTPS and SCP), our Java file transfer clients.

uploadFile Accept timed out

no avatar
User

atticus

Posts

2

Joined

Mon Sep 27, 2010 8:21 pm

uploadFile Accept timed out

by atticus » Mon Sep 27, 2010 8:31 pm

Hi,

I am getting Accept timed out exception while uploading a file.
The exception occurs after the ftp connection is successful.

Following is the stack trace:
java.net.SocketTimeoutException: Accept timed out
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:358)
at java.net.ServerSocket.implAccept(ServerSocket.java:470)
at java.net.ServerSocket.accept(ServerSocket.java:438)
at com.enterprisedt.net.ftp.internal.FTPActiveDataSocket.acceptConnection(FTPActiveDataSocket.java:185)
at com.enterprisedt.net.ftp.internal.FTPActiveDataSocket.getOutputStream(FTPActiveDataSocket.java:201)
at com.enterprisedt.net.ftp.FTPClient.getOutputStream(FTPClient.java:3101)
at com.enterprisedt.net.ftp.FTPClient.putData(FTPClient.java:2692)
at com.enterprisedt.net.ftp.FTPClient.putStream(FTPClient.java:2428)
at com.enterprisedt.net.ftp.FTPClient.put(FTPClient.java:2396)
at com.enterprisedt.net.ftp.FileTransferClient.uploadFile(FileTransferClient.java:785)
at com.enterprisedt.net.ftp.FileTransferClient.uploadFile(FileTransferClient.java:759)
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: uploadFile Accept timed out

by support2 » Mon Sep 27, 2010 11:04 pm

Might be a firewall blocking the server's connection back to the client.

Try passive mode.
no avatar
User

atticus

Posts

2

Joined

Mon Sep 27, 2010 8:21 pm

by atticus » Tue Sep 28, 2010 7:42 pm

Thank you Bruce, it worked.

Who is online

Users browsing this forum: No registered users and 97 guests

Powered by phpBB ® | phpBB3 Style by KomiDesign