sftp bug rapid php

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
lillolollo
Posts: 4
Joined: Tue Jul 21, 2009 10:58 pm

sftp bug rapid php

Post by lillolollo »

I use sftp file transfer but if i lost internet connection i cant reconnet it i must restar rapidphp program
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: sftp bug rapid php

Post by Karlis »

Hm, this seems not to be case for me. How did you loose connection? Was it a timeout or network failure?
Karlis Blumentals
Blumentals Software
www.blumentals.net
lillolollo
Posts: 4
Joined: Tue Jul 21, 2009 10:58 pm

Re: sftp bug rapid php

Post by lillolollo »

I use a wireless connetion and if there is a network failure i can't reconnect sftp
I can modify and save open file but if try to browse site folder i get error

FTP Error : Unable to change directory. sftp component not connected

and i can reconnect it

this is case for you..
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: sftp bug rapid php

Post by Karlis »

No, this does not happen for me.
and i can reconnect it
I'm confused. So can or can you not connect?
Karlis Blumentals
Blumentals Software
www.blumentals.net
lillolollo
Posts: 4
Joined: Tue Jul 21, 2009 10:58 pm

Re: sftp bug rapid php

Post by lillolollo »

ops... I can't recconnect
I use xp professional
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: sftp bug rapid php

Post by Karlis »

Ok, I think we shall wait for version 2010 and if the problem will still be there, we shall go from there. I hope it will be gone, though, because we have changed a lot ;)
Karlis Blumentals
Blumentals Software
www.blumentals.net
lillolollo
Posts: 4
Joined: Tue Jul 21, 2009 10:58 pm

Re: sftp bug rapid php

Post by lillolollo »

2010 not resolve the bug
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: sftp bug rapid php

Post by Karlis »

I do not understand why does this bug happen to you only. If we could figure it out, it could be great. Have you tried to connect from other location (other internet connection)? Any changes? Have you tried to connect to other SFTP server?
Karlis Blumentals
Blumentals Software
www.blumentals.net
User avatar
EvilBMP
Posts: 120
Joined: Thu Jan 04, 2007 1:57 am
Location: Germany

Re: sftp bug rapid php

Post by EvilBMP »

This bug does not just happen to him ... also to me ;) But I was a bit lazy the last months to post bugs :oops: Bug also applies in current WeBuilder version.

Karlis:
For instance try to set up a Linux VM with a SSH server. Connect to the box and shutdown or pause the box. After that it'll be impossible to use the FTP file explorer. You can not disconnect - you have to restart the IDE.

But the ftp explorer should get a whole feature and debugging session in my opinion. There is more then one thread, where other users and myself described bugs or feature requests in the past.

To sum it up:

1.
When the (S)FTP connection has been lost because of a timeout and I click in the FTP explorer (to change a dir for example) the connection should be automatically re-established, instead of showing an alert box that the connection has been lost and the connection must be re-established manually. I am not interested in connection timeouts!

2.
Follow symlinks correctly in (S)FTP explorer.
Example:

Code: Select all

/
|-- _sources/source_1.2.3
|-- html/
|---- dir1/
|---- dir2/
|---- dir3/
|---- dir4/
|---- dir_src --> symlink to ../_sources/source_1.2.3/
When I now change from html/ into dir_src/ and go one dir up in dir_src/ I am in _sources/, but I want to be back in html/

3.
Details view in (S)FTP Explorer, not only List. I want to see size, timestamp, attributes (and in addition via customizable columns - owner and group)
http://forums.blumentals.net/viewtopic.php?f=1&t=4213

4.
GUI Enhancements:
http://forums.blumentals.net/viewtopic.php?f=1&t=4208

5.
Bookmarks:
http://forums.blumentals.net/viewtopic.php?f=1&t=3303


So what's up with those ;) ?

Greets, Evil
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: sftp bug rapid php

Post by Karlis »

SFTP code functionality (concerns 1. and 2.) is provided by a third party component (the only one for our development environment) so I guess I will have forward this to them. I suspect, though that FTP (non Secure) works almost as bad upon abnormal connection abruption (e.g. unplugged cable or standby). Connectivity components hate when you pull the plug without pretty disconnect and it is a pain to work around this (timeouts and stuff).
Karlis Blumentals
Blumentals Software
www.blumentals.net
User avatar
EvilBMP
Posts: 120
Joined: Thu Jan 04, 2007 1:57 am
Location: Germany

Re: sftp bug rapid php

Post by EvilBMP »

Karlis wrote:SFTP code functionality (concerns 1. and 2.) is provided by a third party component (the only one for our development environment) so I guess I will have forward this to them.
But why don't you intercept the alert message, that comes up when the connection is lost, and reconnect automatically in the background so that I don't have to care about disconnected or not? As I said, I am not interested in connection timeouts during work - I know that they appear, but to gain more usability you simply should reconnect to the last known folder followed by the command the user has triggered.

Thanks.
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: sftp bug rapid php

Post by Karlis »

That might not be a bad idea after all. Not sure whether this is possible, but I shall take a look.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply