| Subject: | FTP Problem |
|---|---|
| From: | Ted Yu |
| Date: | Fri, 4 Mar 2005 14:44:58 -0800 PST |
|
> Hi there: > > I'm having a serious problem with the FTP function for Active State Perl. The > code I am using is as follows: > > $ftp = Net::FTP->new("$ftp_server_name", Debug => 0) || &server_error; > $ftp->login("$ftp_user","$ftp_pass"); > > $ftp->type("A"); > > $ftp->put("$upload_filename"); > > $ftp->quit; > > It is unable to FTP .XLS or .DBF files (it can FTP .TXT and .CSV files just fine). The .DBF and .XLS files that are sent through this > FTP function are unreadable. I have used internet explorer to FTP the same files, > and they are fine. Let me know if there is another FTP function I can use, or > if the latest version of ActiveState Perl has a fix for this. Just wanted to > get a solution for this, cause it seems like an obvious bug with the Perl program ! > that I purchased. > > Thanks, > > Ted _______________________________________________ ActivePerl mailing list ActivePerl@xxxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: accessing MySQL via Perl, Randy Kobes |
|---|---|
| Next by Date: | RE: FTP Problem, Dirk Bremer |
| Previous by Thread: | How do I pack a bunch of files in an MSI file or EXE?, sam . dela . cruz |
| Next by Thread: | RE: FTP Problem, Sui Ming Louie |
| Indexes: | [Date] [Thread] [Top] [All Lists] |