Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Privacy
|
Changes
|
Wishlist
PSFTP could do with more features: options and wildcards to ls (-l etc), and perhaps recursive transfer of whole directories like scp. (After all, we can do this in SFTP already!)
If we implement the recursion stuff, could do with pulling it out from scp.c into something more common.
Need to think about reget-type operation with mget?
SGT, 2004-12-16: Recursion is now implemented (get
-r
and put -r
), and so are wildcards
(mget
and mput
, basically like the
standard ftp
client). ls
also supports
wildcards.