Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Target Management » Editing remote files with FTP
Editing remote files with FTP [message #2874] Mon, 08 January 2007 13:08 Go to next message
Eclipse UserFriend
Originally posted by: turesheim.atmel.com

Hi all,

I have a setup with SSH shell and FTP file support enabled for the target
device. After editing a remote file the result is stored in the cache, but
never transferred to the target. Any ideas on how to resolve this?
--
Torkild Ulvøy Resheim
Senior Design Engineer
Atmel Norway AS
Re: Editing remote files with FTP [message #2892 is a reply to message #2874] Tue, 09 January 2007 17:57 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Torkild,

Please check the Error log (Window > Show View > Other > PDE Runtime >
Error Log) for any exceptions.

Then, file a bug report giving exact details (RSE version; host
platform, target platform; protocol used [ssh,ftp]; exceptions seen).
You can use the following link:

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%2 0Management&component=RSE

Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Torkild Ulvøy Resheim wrote:
> Hi all,
>
> I have a setup with SSH shell and FTP file support enabled for the target
> device. After editing a remote file the result is stored in the cache, but
> never transferred to the target. Any ideas on how to resolve this?
Re: Editing remote files with FTP [message #2910 is a reply to message #2892] Wed, 10 January 2007 14:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: turesheim.atmel.com

Martin Oberhuber wrote:

> Hi Torkild,
>
> Please check the Error log (Window > Show View > Other > PDE Runtime >
> Error Log) for any exceptions.
There is nothing in the error log, which was the bit that surprised me. I'm
running a trollftpd on Atmel STK1000 Linux, the host is SUSE Linux 10.2.

[snip]
>
> Torkild Ulvøy Resheim wrote:
>> Hi all,
>>
>> I have a setup with SSH shell and FTP file support enabled for the target
>> device. After editing a remote file the result is stored in the cache,
>> but never transferred to the target. Any ideas on how to resolve this?
--
Torkild Ulvøy Resheim
Senior Design Engineer
Atmel Norway AS
Re: Editing remote files with FTP [message #2928 is a reply to message #2910] Thu, 11 January 2007 14:15 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Torkild,

what version of RSE do you run? 1.0 or 1.0.1?
Does the filename contain any strange characters?
Could it be that your ftp account is read-only?

Also, please check the FTP debug console (Window
> Show View > General > Console, in the console
view's toolbar click the "computer" icon and
select the FTP console).

And please do report a bug. It's really really easy
and makes it a lot easier for us to track the issue.
Just click on this link (you may need to register
for a free bugzilla account):

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%2 0Management&component=RSE


Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Torkild Ulvøy Resheim wrote:
> Martin Oberhuber wrote:
>
>> Hi Torkild,
>>
>> Please check the Error log (Window > Show View > Other > PDE Runtime >
>> Error Log) for any exceptions.
> There is nothing in the error log, which was the bit that surprised me. I'm
> running a trollftpd on Atmel STK1000 Linux, the host is SUSE Linux 10.2.
>
> [snip]
>> Torkild Ulvøy Resheim wrote:
>>> Hi all,
>>>
>>> I have a setup with SSH shell and FTP file support enabled for the target
>>> device. After editing a remote file the result is stored in the cache,
>>> but never transferred to the target. Any ideas on how to resolve this?
Re: Editing remote files with FTP [message #2946 is a reply to message #2910] Thu, 11 January 2007 14:42 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Torkild,

what version of RSE do you run? 1.0 or 1.0.1?
Does the filename contain any strange characters?
Could it be that your ftp account is read-only?

Also, please check the FTP debug console (Window
> Show View > General > Console, in the console
view's toolbar click the "computer" icon and
select the FTP console).

And please do report a bug. It's really really easy
and makes it a lot easier for us to track the issue.
Just click on this link (you may need to register
for a free bugzilla account):

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%2 0Management&component=RSE


Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Torkild Ulvøy Resheim wrote:
> Martin Oberhuber wrote:
>
>> Hi Torkild,
>>
>> Please check the Error log (Window > Show View > Other > PDE Runtime >
>> Error Log) for any exceptions.
> There is nothing in the error log, which was the bit that surprised me. I'm
> running a trollftpd on Atmel STK1000 Linux, the host is SUSE Linux 10.2.
>
> [snip]
>> Torkild Ulvøy Resheim wrote:
>>> Hi all,
>>>
>>> I have a setup with SSH shell and FTP file support enabled for the target
>>> device. After editing a remote file the result is stored in the cache,
>>> but never transferred to the target. Any ideas on how to resolve this?
Re: Editing remote files with FTP [message #2963 is a reply to message #2928] Thu, 11 January 2007 16:06 Go to previous message
Eclipse UserFriend
Originally posted by: turesheim.atmel.com

Hi Martin,

Thank you for your response. I've added inline comments below.

On Thursday 11 January 2007 15:42, you wrote:
> Hi Torkild,
>
> what version of RSE do you run? 1.0 or 1.0.1?
1.0.1

> Does the filename contain any strange characters?
no

> Could it be that your ftp account is read-only?
no

>
> Also, please check the FTP debug console (Window
>
> > Show View > General > Console, in the console
>
> view's toolbar click the "computer" icon and
> select the FTP console).
It did not show anything. When I pressed Ctrl+S to save, nothing happened.

>
> And please do report a bug. It's really really easy
> and makes it a lot easier for us to track the issue.
Yes, I would report it if I could get some consistent behavior. I was not
confident that this was a bug since (our slightly modified) remote launch
did work using the FTP protocol.

> Just click on this link (you may need to register
> for a free bugzilla account):
Oh, I've had an Eclipse Bugzilla account for a few years already :-) I've
been working on another part of the project for a week so I tried to
reproduce just now.

I removed the previous target definition and created a new one, the target
stayed the same but with a new IP address. Well, what can I say. This time
the file is uploaded to the target after saving and everything seems in
order. I feel slightly embarrassed wasting your time, although it does seem
to be a problem somewhere. I will investigate further if it shows up again.

All in all RSE seem to work properly on our target configuration. This with
the exception of dstore/sftp since we have not ported the software.

Keep up the good work on DSDP/TM :-)

[snip]
--
Torkild Ulvøy Resheim
Senior Design Engineer
Atmel Norway AS
Re: Editing remote files with FTP [message #565296 is a reply to message #2874] Tue, 09 January 2007 17:57 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Torkild,

Please check the Error log (Window > Show View > Other > PDE Runtime >
Error Log) for any exceptions.

Then, file a bug report giving exact details (RSE version; host
platform, target platform; protocol used [ssh,ftp]; exceptions seen).
You can use the following link:

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%2 0Management&component=RSE

Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Torkild Ulvøy Resheim wrote:
> Hi all,
>
> I have a setup with SSH shell and FTP file support enabled for the target
> device. After editing a remote file the result is stored in the cache, but
> never transferred to the target. Any ideas on how to resolve this?
Re: Editing remote files with FTP [message #565346 is a reply to message #2892] Wed, 10 January 2007 14:56 Go to previous message
Eclipse UserFriend
Originally posted by: turesheim.atmel.com

Martin Oberhuber wrote:

> Hi Torkild,
>
> Please check the Error log (Window > Show View > Other > PDE Runtime >
> Error Log) for any exceptions.
There is nothing in the error log, which was the bit that surprised me. I'm
running a trollftpd on Atmel STK1000 Linux, the host is SUSE Linux 10.2.

[snip]
>
> Torkild Ulvøy Resheim wrote:
>> Hi all,
>>
>> I have a setup with SSH shell and FTP file support enabled for the target
>> device. After editing a remote file the result is stored in the cache,
>> but never transferred to the target. Any ideas on how to resolve this?
--
Torkild Ulvøy Resheim
Senior Design Engineer
Atmel Norway AS
Re: Editing remote files with FTP [message #565367 is a reply to message #2910] Thu, 11 January 2007 14:15 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Torkild,

what version of RSE do you run? 1.0 or 1.0.1?
Does the filename contain any strange characters?
Could it be that your ftp account is read-only?

Also, please check the FTP debug console (Window
> Show View > General > Console, in the console
view's toolbar click the "computer" icon and
select the FTP console).

And please do report a bug. It's really really easy
and makes it a lot easier for us to track the issue.
Just click on this link (you may need to register
for a free bugzilla account):

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%2 0Management&component=RSE


Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Torkild Ulvøy Resheim wrote:
> Martin Oberhuber wrote:
>
>> Hi Torkild,
>>
>> Please check the Error log (Window > Show View > Other > PDE Runtime >
>> Error Log) for any exceptions.
> There is nothing in the error log, which was the bit that surprised me. I'm
> running a trollftpd on Atmel STK1000 Linux, the host is SUSE Linux 10.2.
>
> [snip]
>> Torkild Ulvøy Resheim wrote:
>>> Hi all,
>>>
>>> I have a setup with SSH shell and FTP file support enabled for the target
>>> device. After editing a remote file the result is stored in the cache,
>>> but never transferred to the target. Any ideas on how to resolve this?
Re: Editing remote files with FTP [message #565387 is a reply to message #2910] Thu, 11 January 2007 14:42 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Torkild,

what version of RSE do you run? 1.0 or 1.0.1?
Does the filename contain any strange characters?
Could it be that your ftp account is read-only?

Also, please check the FTP debug console (Window
> Show View > General > Console, in the console
view's toolbar click the "computer" icon and
select the FTP console).

And please do report a bug. It's really really easy
and makes it a lot easier for us to track the issue.
Just click on this link (you may need to register
for a free bugzilla account):

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%2 0Management&component=RSE


Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Torkild Ulvøy Resheim wrote:
> Martin Oberhuber wrote:
>
>> Hi Torkild,
>>
>> Please check the Error log (Window > Show View > Other > PDE Runtime >
>> Error Log) for any exceptions.
> There is nothing in the error log, which was the bit that surprised me. I'm
> running a trollftpd on Atmel STK1000 Linux, the host is SUSE Linux 10.2.
>
> [snip]
>> Torkild Ulvøy Resheim wrote:
>>> Hi all,
>>>
>>> I have a setup with SSH shell and FTP file support enabled for the target
>>> device. After editing a remote file the result is stored in the cache,
>>> but never transferred to the target. Any ideas on how to resolve this?
Re: Editing remote files with FTP [message #565420 is a reply to message #2928] Thu, 11 January 2007 16:06 Go to previous message
Eclipse UserFriend
Originally posted by: turesheim.atmel.com

Hi Martin,

Thank you for your response. I've added inline comments below.

On Thursday 11 January 2007 15:42, you wrote:
> Hi Torkild,
>
> what version of RSE do you run? 1.0 or 1.0.1?
1.0.1

> Does the filename contain any strange characters?
no

> Could it be that your ftp account is read-only?
no

>
> Also, please check the FTP debug console (Window
>
> > Show View > General > Console, in the console
>
> view's toolbar click the "computer" icon and
> select the FTP console).
It did not show anything. When I pressed Ctrl+S to save, nothing happened.

>
> And please do report a bug. It's really really easy
> and makes it a lot easier for us to track the issue.
Yes, I would report it if I could get some consistent behavior. I was not
confident that this was a bug since (our slightly modified) remote launch
did work using the FTP protocol.

> Just click on this link (you may need to register
> for a free bugzilla account):
Oh, I've had an Eclipse Bugzilla account for a few years already :-) I've
been working on another part of the project for a week so I tried to
reproduce just now.

I removed the previous target definition and created a new one, the target
stayed the same but with a new IP address. Well, what can I say. This time
the file is uploaded to the target after saving and everything seems in
order. I feel slightly embarrassed wasting your time, although it does seem
to be a problem somewhere. I will investigate further if it shows up again.

All in all RSE seem to work properly on our target configuration. This with
the exception of dstore/sftp since we have not ported the software.

Keep up the good work on DSDP/TM :-)

[snip]
--
Torkild Ulvøy Resheim
Senior Design Engineer
Atmel Norway AS
Previous Topic:RSE/FTP does not work with Microsoft FTP Service on NT Server
Next Topic:Is TM/RSE right for us?
Goto Forum:
  


Current Time: Fri Mar 29 08:54:51 GMT 2024

Powered by FUDForum. Page generated in 0.03796 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top