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

whyyy78

Posts

9

Joined

Fri May 11, 2007 4:19 pm

com.enterprisedt.net.ftp.FTPException: OOPS: vsf_sysutil_bin

by whyyy78 » Wed Oct 15, 2008 8:00 pm

I have never seen the exception when downloading some file.

com.enterprisedt.net.ftp.FTPException: OOPS: vsf_sysutil_bind
at com.enterprisedt.net.ftp.FTPControlSocket.validateReply(FTPControlSocket.java:1068)
at com.enterprisedt.net.ftp.FTPControlSocket.createDataSocketPASV(FTPControlSocket.java:730)
at com.enterprisedt.net.ftp.FTPControlSocket.createDataSocket(FTPControlSocket.java:505)
at com.enterprisedt.net.ftp.FTPClient.setupDataSocket(FTPClient.java:2217)
at com.enterprisedt.net.ftp.FTPClient.initGet(FTPClient.java:2579)
at com.enterprisedt.net.ftp.FTPClient.getData(FTPClient.java:2639)
at com.enterprisedt.net.ftp.FTPClient.get(FTPClient.java:2487)

The code as follows:

FTPClient ftp=new FTPClient();
ftp.setRemoteHost(IP);
ftp.setRemotePort(intPort);
ftp.connect();
ftp.login(user, pwd);
ftp.setType(FTPTransferType.BINARY);
ftp.get(sourcefile, destfile);
....

why? I find the sourcefile existed in the source machine and can be downloaded using ftp command.
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: com.enterprisedt.net.ftp.FTPException: OOPS: vsf_sysutil

by support2 » Thu Oct 16, 2008 5:11 pm

Looks like a server problem.

See http://www.vsftpdrocks.org/faq/

"Q) Help! I'm getting messages along the lines of 500 OOPS: vsf_sysutil_bind
when trying to do downloads (particularly lots of small files).
A) vsftpd-1.2.1 should sort this out."

Who is online

Users browsing this forum: No registered users and 18 guests

Powered by phpBB ® | phpBB3 Style by KomiDesign
cron