Search found 21 matches

by paraffin
Fri Aug 18, 2023 9:37 am
Forum: General Discussion
Topic: Robotask Move to Sharepoint Online
Replies: 2
Views: 5006

Re: Robotask Move to Sharepoint Online

I would be interested in hearing if and how this is being done as we have a similar requirement.
by paraffin
Thu Jan 13, 2022 7:07 pm
Forum: General Discussion
Topic: SFTP with Certificate Authentication
Replies: 4
Views: 1618

Re: SFTP with Certificate Authentication

I have fixed it by updating the PSFTP.exe version to the latest one and it worked fine, I was running 0.74 and now on 0.76

Thanks and hopefully this helps someone else.
by paraffin
Thu Jan 13, 2022 6:38 pm
Forum: General Discussion
Topic: SFTP with Certificate Authentication
Replies: 4
Views: 1618

Re: SFTP with Certificate Authentication

I am pretty sure that everything has been setup correctly, I generated the key with PuttyGen and the Public Key loaded up against the SFTP server, I have tested this with WinSCP and FileZilla and they can connect just fine so maybe its a compatibility issue with PSFTP?
by paraffin
Thu Jan 13, 2022 5:03 pm
Forum: General Discussion
Topic: SFTP with Certificate Authentication
Replies: 4
Views: 1618

SFTP with Certificate Authentication

Hi I am trying to connect to a SFTP server where I Authenticate with a User Name and Certificate with Passphrase, there is no Password set and can connect via WinSCP with no issues. When I try to use RoboTask SFTP Logon I specify the User Name and Certificate including Passphrase, the certificate is...
by paraffin
Tue Nov 16, 2021 3:10 pm
Forum: Suggestions
Topic: PSFTP Log
Replies: 1
Views: 5485

PSFTP Log

Hi It would be good if we could have the option of running PSFTP with logging to file so we can check file uploads or display the success messages in a Log Message so it appears in the Task Log, I am looking for file name, size transferred, date and time, status etc. Or this might already be availab...
by paraffin
Mon Jun 14, 2021 2:20 pm
Forum: General Discussion
Topic: Move + Rename always deletes the first letter
Replies: 5
Views: 9082

Re: Move + Rename always deletes the first letter

Hi I am getting the same issue, if I rename the following file ACCRUAL-HIGH-VALUE_20210614110613.csv with a P2G_*.* I end up with a file called PSG_UAL-HIGH-VALUE_20210614110613.csv In my case this is removing the 4 Characters which is the same as the the amount of characters I want to add. Any help...
by paraffin
Tue May 25, 2021 12:22 pm
Forum: General Discussion
Topic: Connect to Network Share with Credentials
Replies: 4
Views: 5851

Re: Connect to Network Share with Credentials

Thanks Oleg, I actually decided to use Windows Credential Manager which is working perfectly and I can then securely store the credentials and just use the built in Actions
by paraffin
Tue May 25, 2021 10:00 am
Forum: General Discussion
Topic: Connect to Network Share with Credentials
Replies: 4
Views: 5851

Connect to Network Share with Credentials

Hi

I need to manage and move files from a Network Share that I need to login with a specific account in a different Windows Domain rather than the ones the Network Service is running under.

What is the best way to achieve this and can I hold the credentials in RoboTask?

Cheers
David
by paraffin
Thu Mar 14, 2019 1:56 pm
Forum: General Discussion
Topic: Spaces in SFTP Folder Location
Replies: 5
Views: 10320

Re: Spaces in SFTP Folder Location

Thanks Oleg

It could just be that the help is updated as it doesn't mention how to manage special characters
by paraffin
Thu Mar 14, 2019 10:50 am
Forum: General Discussion
Topic: Spaces in SFTP Folder Location
Replies: 5
Views: 10320

Re: Spaces in SFTP Folder Location

HI Oleg I have a task setup and with the following variables SFTPFOLDER=/users/EI02 Export/UAT FILESEARCH=*.* FILETRANSFER= LOCALFOLDER=E:\Data Import\File Import The SFTP File Loop uses the first 2 to find files like this {SFTPFOLDER}/{FILESEARCH} it then puts the files in this local variable FILET...