Hi, I’m trying to upload some files via SFTP to a remote server using the following command:
/tool fetch upload=yes url="sftp://$SERVERIP/path_to/file" user=$USER password=$PASSWORD src-path=$FILE src-address=$IP
The thing is, if I remove the “src-address” parameter, it works as intended. But, by using it, it returns this error:
failure: only http[s]/sftp supports src-address
I don’t understand why (is sftp after all…). Has someone faced the same problem?
ROS Version: 6.46.5