in reply to bbftp module available?
Why not simply call bbFTP via system()? (And maybe Expect for handling login/password, if needed.) Are you sure it's the fork/exec overhead that's the bottleneck here? — I would expect the latter to only matter when you're making a gazillion of separate calls each transferring a tiny file only.
Maybe you could take a look at the Perl script bbSCP, and reuse some of what's already implemented there...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: bbftp module available?
by furious70 (Initiate) on Mar 27, 2009 at 18:26 UTC |