xxarmoxx
July 23rd, 2007, 03:42 PM
How can I connect to a ftp server and send commands and also receive output? Thanks
|
Click to See Complete Forum and Search --> : Connect to ftp server and send commands xxarmoxx July 23rd, 2007, 03:42 PM How can I connect to a ftp server and send commands and also receive output? Thanks dlorde July 23rd, 2007, 07:04 PM Try FTPBean (http://www.geocities.com/SiliconValley/Code/9129/javabean/ft), it's simple and it works. I used it in a commercial product about 5 years ago, and it was fine. There may be better or more recent Java FTP classes around, but you can Google for them if you want. The important point is that the cost of adding a feature isn't just the time it takes to code it. The cost also includes the addition of an obstacle to future expansion. Sure, any given feature list can be implemented, given enough coding time. But in addition to coming out late, you will usually wind up with a codebase that is so fragile that new ideas that should be dead-simple wind up taking longer and longer to work into the tangled existing web. The trick is to pick the features that don't fight each other... J. Carmack codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved. |