Search found 3 matches

by s1fis
Tue Jul 16, 2019 5:18 am
Forum: Scripting
Topic: Computer Name vs IP address
Replies: 1
Views: 3240

Computer Name vs IP address

Hello to everybody, Firstly, FYI I'm new in scripting. My project is to copy my csv files to a network path. Based on the attached sample "ReadWriteNetworkLocation"- BTW thank you very much - I concluded to the following: public partial class Tags { string networkPath = @"\\<ComputerName>\My documen...
by s1fis
Tue Jun 04, 2019 6:04 am
Forum: Application Development
Topic: FTP Server issue
Replies: 3
Views: 5978

Re: FTP Server issue

Hmm, interesting about the FTP needing random ports. In any case, attached is an example project that will push CSV's to a specified network location. The only caveat is that if you're trying to push to a Windows 10 machine, SMB 1.0 server must be enabled under "Turn Windows Features On/Off" Thanks...
by s1fis
Wed May 08, 2019 4:49 am
Forum: Application Development
Topic: FTP Server issue
Replies: 3
Views: 5978

FTP Server issue

Hello to everybody. Recently I made a project with an X2 Pro4 with some signals to log and saved to the USB. Our customer wanted to get the csv files to their office, so we concluded to use the FTP Server function. We did all the tests and everything worked fine using FTP client (filezilla) from the...