Hi at all.... i've tried to run this code
ftp.connect(host);
ftp.login(dbuser, pwd);
FTPFile[] filelist = ftp.listFiles();
for (int i = 0; i < filelist.length; ++i)
System.out.println(filelist[i]);
ftp.disconnect();under a linux system using proftp FTP server and it works well!!! maybe windows ftp server give some problem i don't know why but it is...i can use the other ftp server, but if some one knows cause of this strange behaviour please post it..
Thanks at all for help. regards, mulp.
_________________________________________________________________
MSN Extra Storage elimina i virus dalla tua posta! Provalo! http://join.msn.com/?pgmarket=it-it&page=hotmail/es
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
