I’m working on sending a file from one node to another using the Remote service in Python:
remote << RemoteFilePutReq(to=self.recipient, filename=self.file_name)
I find the file should be located in the “scripts” folder.
Is there any way to transmit a file located in an arbitrary path using: RemoteFilePutReq?
New contributor
QY Zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.