Hi all,
I'm using edtFTPj v1.5.3 in my application to transfer several files to an Windows CE 5.0 device with a FTP-server on it.
When the machine with my application is running with Windows XP on it, I have no problems when putting the files to the server, but when I run the same application with the same connection data on a Windows CE device and connect to the the same server I always get the following error message when sending the 2nd file:
com.enterprisedt.net.ftp.FTPException: Exceeded storage allocation (for current directory or dataset).
at com.enterprisedt.net.ftp.FTPControlSocket.validateReply: com.enterprisedt.net.ftp.FTPReply
validateReply(com.enterprisedt.net.ftp.FTPReply, String[]) (Unknown source)
at com.enterprisedt.net.ftp.FTPClient.validateTransfer: void validateTransfer() (Unknown source)
at com.enterprisedt.net.ftp.FTPClient.put: void put(java.io.InputStream,
String, boolean) (Unknown source)
at com.enterprisedt.net.ftp.FTPClient.put: void put(String, String, boolean) (Unknown source)
at com.enterprisedt.net.ftp.FTPClient.put: void put(String, String) (Unknown source)
I have no idea what is going wrong because there's enough disk space left on the server.
Thanks in advance,
Frank.