Search found 7 matches

Search found 7 matches Page 1 of 1
by alexben14
Thu Jun 11, 2015 3:15 pm
Forum: Community Forum
Topic: Transfer File via HTTP POST?
Replies: 15
Views: 38972

It is replying me with the same error of 404 Not Found. Really weird I think.
by alexben14
Thu Jun 11, 2015 2:52 pm
Forum: Community Forum
Topic: Transfer File via HTTP POST?
Replies: 15
Views: 38972

I have reviewed the URI and the path exists. The file should not exits because it is a new file, so it should be uploaded to the folder with that name. Do I need to do something with that ?
by alexben14
Thu Jun 11, 2015 2:31 pm
Forum: Community Forum
Topic: Transfer File via HTTP POST?
Replies: 15
Views: 38972

Thanks Rick, here is the XML Job and attached is the log. <project name="HTTPS Push" mainModule="Main" version="2.0"> <description>This will Push a file to a HTTPS server using HTTP Post method.</description> <module name="Main" logLevel="debug"> <https resourceId="${RemoteSource}" version="1.0"> <p...
by alexben14
Wed Jun 10, 2015 4:45 pm
Forum: Community Forum
Topic: Transfer File via HTTP POST?
Replies: 15
Views: 38972

I'm trying to upload a new file to a HTTPS server, but it is not working. Here is what I have on my Project: <https resourceId="${RemoteSource}" version="1.0"> <post uri="${DestinationPath}${fileName}"> <file name="${fileName}" path="${SourcePath}${fileName}" /> </post> </https> > RemoteSource is de...
by alexben14
Mon Apr 27, 2015 9:10 am
Forum: Community Forum
Topic: Read Flat File
Replies: 4
Views: 9408

I was able to fix it with a Substring Function. Thanks.
by alexben14
Sat Apr 25, 2015 8:13 am
Forum: Community Forum
Topic: Read Flat File
Replies: 4
Views: 9408

Thanks Rick, that is working.

The thing is that I need to use that content to rename a file, and when doing it, it is adding a "return carriage" into the name. Any other option(s) ?
by alexben14
Fri Apr 24, 2015 4:33 pm
Forum: Community Forum
Topic: Read Flat File
Replies: 4
Views: 9408

Hello all,

Can you please help me with a basic task for reading the content of a Flat File into a Variable ?

Thank,
Search found 7 matches Page 1 of 1