This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hello, I am implementing FTP using import sun.net.ftp.FtpClient. It works peachy fine under J2SDK1.4.0 but throws the following error under JDK1.3 sun.net.ftp.FtpProtocolException: STOR filename PLEASE HELP! Thanks
hi Gurkha can u do printStackTrace() and provide us the complete error? u can also decompile the sun.net.ftp.FtpClient code to see whats there in STOR instruction execution (which is actually a put command in ftp)... its weired because it doesn't do whole lot in put() method of FtpClient that issues ftp command STOR with a filename... regards maulin