|
Author | Thread |
---|---|
ssolie |
Published: 2008/1/16 17:28 Updated:
2008/1/16 17:28
|
Amigans Defender
Joined: 11/26/2006
From: Canada
Comments: 986
|
Re: Pete's FTP gets SFTP support
Great little tool. You can really move files around with it.
|
Jack |
Published: 2008/1/16 18:33 Updated:
2008/1/16 18:33
|
Quite a regular
Joined: 11/27/2006
From: Israel
Comments: 933
|
Re: Pete's FTP gets SFTP support
Cool
A question: for a server (ssh) the password field is disabled. Any special reason? BTW: pftp picked up the public key I have and used it for the authentication How do I get back to servers list window after connecting to one and disconnecting? May I add a feature request: sorting using column titles (size date etc) Great job. 10x Jack |
xeron |
Published: 2008/1/16 18:39 Updated:
2008/1/16 18:39
|
Not too shy to talk
Joined: 11/28/2006
From: Weston-Super-Mare, Somerset, UK, Europe, Earth, Milky Way, The Universe
Comments: 413
|
Re: Pete's FTP gets SFTP support
In the menu: "Project -> New -> FTP connection" opens the server list.
The password field is disabled because if SSH requires a password, it'll pop up a requester on the PFTP screen (SSH handles the secure connection). |
Jack |
Published: 2008/1/16 20:22 Updated:
2008/1/16 20:24
|
Quite a regular
Joined: 11/27/2006
From: Israel
Comments: 933
|
Re: Pete's FTP gets SFTP support
@xeron
Quote: The password field is disabled because if SSH requires a password, it'll pop up a requester on the PFTP screen Why not to allow storing the password? Quote: (SSH handles the secure connection). I see. I tried one server I don't have key-based auth set up for it and witnessed ssh in action. When it asks to authorize the identity of the server and expects "yes"/"no", the prompt input is as in password(asteriks all the way). Imho, it is possible to intercept the yes/no question and bring up a choice requester instead... BTW: this means ssh should be a requirement/optional package Jack |
xeron |
Published: 2008/1/16 20:34 Updated:
2008/1/16 20:34
|
Not too shy to talk
Joined: 11/28/2006
From: Weston-Super-Mare, Somerset, UK, Europe, Earth, Milky Way, The Universe
Comments: 413
|
Re: Pete's FTP gets SFTP support
If you have any issues with any requesters that pop up while trying to connect, then you need to report them to Steven Solie as his SSH port handles all that.
|
Jack |
Published: 2008/1/16 22:58 Updated:
2008/1/16 22:58
|
Quite a regular
Joined: 11/27/2006
From: Israel
Comments: 933
|
Re: Pete's FTP gets SFTP support
Xeron,
Quote: then you need to report them to Steven Solie as his SSH port handles all that No, no: afaiu, pftp uses ssh to connect and there in order to to run the sftp-server to do the transfers over ssh connection. When one connects for the first time to some host, there's prompt to record the itentity, and the specific requester's screenshot is shown here. Obviously the input shouldn't be made invisible. for full transparency, the yes/no primpt can be replaced by yes/no choice (you seem to be parsing the stdout of ssh anyway...) Jack |
xeron |
Published: 2008/1/16 23:15 Updated:
2008/1/16 23:15
|
Not too shy to talk
Joined: 11/28/2006
From: Weston-Super-Mare, Somerset, UK, Europe, Earth, Milky Way, The Universe
Comments: 413
|
Re: Pete's FTP gets SFTP support
OpenSSH opens that requester.
|
Jack |
Published: 2008/1/16 23:22 Updated:
2008/1/16 23:22
|
Quite a regular
Joined: 11/27/2006
From: Israel
Comments: 933
|
Re: Pete's FTP gets SFTP support
Xeron
Oops, apologies, it indeed does, with PubScreen option (just rtfm-ed). I'll go to annoy Steven a bit. Jack |