Ticket #1058 (new enhancement)
Open file via SFTP
| Reported by: | zenogantner | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Remote Editing | Version: | 0.74 |
| Keywords: | Cc: |
Description
Today, a user asked whether SFTP was supported by Padre.
This would be a nice addition to the "Open URL" feature.
Change History
comment:3 Changed 2 years ago by mj41
There is File::FTP, so it's probably related to
http://padre.perlide.org/trac/browser/trunk/Padre/lib/Padre/File/FTP.pm
comment:4 Changed 2 years ago by Sewi
Net::SFTP is required for SFTP - surprising :-)
Net::SFTP depends on SSH, adding SFTP support would bring us more and new dependencies.
I'd like to see this as a plugin:
- Padre wouldn't need SSH as a dependency
- The module could depend on whateverItWants because Padre uses not installing that plugin won't care
Note: See
TracTickets for help on using
tickets.

related to #12