question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cant upload via sftp to real robot

See original GitHub issue

Is there an existing issue for this?

  • I have searched the existing issues

What Robots version are you using?

1.5.2

What Rhino version are you using?

Rhino 7 on MacOS

Current Behavior

I cant seem to send Robot programs to UR-Robots (CB3 Polyscope 3.15) with the FTP option. It works with UR-sim with the ip input: sftp://ur:easybot@IP/home/ur/ursim-current/programs. It does not work on a real robot with sftp://IP as well as with any directory or with added username and password(root:easybot). The remote connection LOG-output tells me: ERROR: FTP - the method or operation is not implemented.

I can connect to the robots ftp-server via Filezilla without problem. What could I be missing? Why is there a difference between Polyscope 3.15 on URSim and a real Robot? Where does the error “not implemented” come from? is this part of the plugin or some C# Library. Could it be specific to MacOs? Thanks for any advice

In this image you can see the output of the remote connection Log. The first 2 items are with the real robot the third item is from a connection to URsim Screenshot 2022-08-06 at 16 05 05

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
robin-gdwlcommented, Jun 13, 2023

This new .dll file works on my 2021 Macbook! Thank you very much, this will make working with larger files so much easier.

0reactions
visosecommented, Jun 4, 2023

Thanks @robin-gdwl, It seems to be due to mono (used on MacOS) not implementing certain cryptographic algorithms. I’ve followed a workaround mentioned here. Here’s an updated Robots.dll file that you can test containing the workaround: Robots.zip

Read more comments on GitHub >

github_iconTop Results From Across the Web

SFTP jail root user can login but not upload, or upload and ...
I found a solution. It is quite simple really.. Using the same configuration as I posted above, I just added another folder below...
Read more >
Using "put" command in sftp gives "no such file or directory"
Simply put I'm trying to move a file named blankfile.txt which is located on my desktop directory on a local machine onto my...
Read more >
Upload via SFTP fails with code 404, but file IS u...
On creation of a file, I wnt to upload it via sftp. ... Error code 404 means that the action of the flow...
Read more >
SFTP inline put without interaction - command line
I have created a minimal user and configured chroot for the SFTP server but I can't work out how to upload a file...
Read more >
put - sftp: upload all files, directories and sub- ...
when copying, which is something that scp doesn't do AFAIK. Many more options are possible; as usual, read the man pages. Share.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found