Save Files to m2m
cfloyd
Junior Member
in AMX Hardware
I can write file out and store to my local master but how can I write files to another master. Better yet a server? Can we authenticate active directory authentication? IF so how?
Comments
-
You could FTP from M2M or covert your file to a string (var_to_string) and send it to a virtual on the other master and do a string_to_var, then write it locally.
To a 3rd party server I guess there's just FTP.
active directory authentication, no clue. -
You could FTP from M2M or covert your file to a string (var_to_string) and send it to a virtual on the other master and do a string_to_var, then write it locally.
To a 3rd party server I guess there's just FTP.
active directory authentication, no clue.
What would the path be to ftp to the other master? That's all I need... -
I haven't done this in a long time and from what I could gather trying to figure out my old code is that the FTP connection puts you into the users directory so you just use the file name, you can go up a level and get into the root level if you dare. You should be able to find AMX's FTP module somwhere.
-
Actually, even if you're logged in as administrator, you can't go up to root even if you wanted to dare!...the FTP connection puts you into the users directory so you just use the file name, you can go up a level and get into the root level if you dare. ...
-
What would the path be to ftp to the other master? That's all I need...
This would be as simple as setting up a VPN on the remote network and then just uploading the file with any garden variety FTP client or windows browser. You could also open up a port on the firewall of the rouer to allow for access to the remote master on port 21. I would NOT do this however as it would be a huge security risk. FTP is an easy protocol to 'brute force' your way in. Given enough time a simple bot program can guess the password.
The method being described by Vinning is nice since it's essentially sending the raw data of the file from one maser to another and reconstructing the file at the other end. To the outside world it's just silly data being transfered from one device to another on a silly port. You could even come up with your own encryption method to further protect the file if you were so inclined. -
You can but I don't recall what's required. Maybe just through code on the local host but I was transferring the PROG.tkn file (I think) one day from one master to another or to a PC running a FileZilla server and then back, just for the sake of doing it and I was in ascii not binary mode. Killed it. I was also running code on my office master that allows me to view the root directory. It's commented out now but I could see everything in the root directory on my TPs.nicholasjames wrote: »Actually, even if you're logged in as administrator, you can't go up to root even if you wanted to dare!
Leave a Comment
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums
