At 10:19 AM -0600 1/7/98, Mark Manning/Muniz Eng. wrote: } I was wondering, on the FTP package, when you want to } transfer a binary file if there is anything you need to put } as an argument to the BINARY call? Here is what I am } doing: } } $theMessage = ""; } $ftp = Net::FTP->new( "trillian.jsc.nasa.gov" ); I saw your later message saying that you solved your problem, but there are two things you should always remember when using one of Graham Barr's libnet modules: 1) There are pod docs in the *.pm files, and in the latest releases there's a top level "FAQ.pod". 2) There's copious build in debugging, which is easy to turn on: $ftp = Net::FTP->new( "trillian.jsc.nasa.gov" , Debug => 1); --- Paul J. Schinder NASA Goddard Space Flight Center Code 693, Greenbelt, MD 20771 schinder@pjstoaster.pg.md.us ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch