This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
301
Web Server - Ask For Help / Re: WebServer/WebService to replace FTP Server
« on: March 21, 2013, 03:11:32 AM »
Hi Bruce,
Thanks for all of your help! If I run across anything I do not understand I will ask...Ha your not getting away that easily.
Seriously, I will look at your examples and getter done.
Ashley
Thanks for all of your help! If I run across anything I do not understand I will ask...Ha your not getting away that easily.
Seriously, I will look at your examples and getter done.
Ashley
302
Web Server - Ask For Help / Re: WebServer/WebService to replace FTP Server
« on: March 20, 2013, 08:02:37 AM »
Bruce,
the last answer about the router is what I meant for my second question which was to broad.
So if that all works I need a user name and password and a file to upload. Would they just call the form using CURL and fill the info needed for the post programattically?
Also I have to return 3 files back. I guess I would have to have another form in the same way for the GET, correct?
Ashley
the last answer about the router is what I meant for my second question which was to broad.
So if that all works I need a user name and password and a file to upload. Would they just call the form using CURL and fill the info needed for the post programattically?
Also I have to return 3 files back. I guess I would have to have another form in the same way for the GET, correct?
Ashley
303
Web Server - Ask For Help / Re: WebServer/WebService to replace FTP Server
« on: March 20, 2013, 06:02:48 AM »
Hi Bruce,
>>define "outside software"
The client(s) IT staff will not accept software written by us or anyone not approved as a outside vendor. This process of getting approved could take a year or longer(gov'ts or public traded companies). They will more then likely use something like CURL.
Bruce any suggestions/help would be appreciated. Let me add this question to the conversation. From my understanding is that NetTalk does not really need a website to communicate to the outside world. So question, I would like to have the server on our LAN which is behind a firewall, would I use our outside firewall IP address with a specfic port open for the server to talk back and forth to the outside world?
Ashley
>>define "outside software"
The client(s) IT staff will not accept software written by us or anyone not approved as a outside vendor. This process of getting approved could take a year or longer(gov'ts or public traded companies). They will more then likely use something like CURL.
Bruce any suggestions/help would be appreciated. Let me add this question to the conversation. From my understanding is that NetTalk does not really need a website to communicate to the outside world. So question, I would like to have the server on our LAN which is behind a firewall, would I use our outside firewall IP address with a specfic port open for the server to talk back and forth to the outside world?
Ashley
304
Web Server - Ask For Help / WebServer/WebService to replace FTP Server
« on: March 20, 2013, 04:59:56 AM »
I need to replace our ftp server with a https secure server.
Our clients IT people do not want any outside software installed
on their network machines, and they want an automated way to
upload mostly text and some binary files to us. They do not want
to open a webpage and attach a file. They want to write a script
to send it automatically. Clients upload and download data has to
be in separate UID and PWD protected folders.
I'm a bit confused with the terminology web server vs. web service.
So looking for some pointers on what I should use and how a client
could access programatically.
Thanks
Ashley
Our clients IT people do not want any outside software installed
on their network machines, and they want an automated way to
upload mostly text and some binary files to us. They do not want
to open a webpage and attach a file. They want to write a script
to send it automatically. Clients upload and download data has to
be in separate UID and PWD protected folders.
I'm a bit confused with the terminology web server vs. web service.
So looking for some pointers on what I should use and how a client
could access programatically.
Thanks
Ashley
305
Web Server - Ask For Help / Re: Dynamic folder names for file upload
« on: August 10, 2010, 05:14:26 AM »
Thanks Guys!!!! That did it, works like a charm.
ashley Stahl
ashley Stahl
306
Web Server - Ask For Help / Dynamic folder names for file upload
« on: August 09, 2010, 06:24:38 AM »
In my forms I have a unique record number(Job Number) which I want to use as the folder name ie "uploads\123456\".
How do I get that number from a webform to the webhandler when I press the save button, so I can use it?
Ashley Stahl
How do I get that number from a webform to the webhandler when I press the save button, so I can use it?
Ashley Stahl