09-30-2019 06:27 AM
Hi Team,
we have to transfer the flat csv file from one sftp server to another sftp server, but we dont have the access of target sftp server throuh winscp or filezila.
Only option we have that we can transfer the file through REST post snap, Idea is on target server they will publish their end point url along with Bearer token and we have to call their API through REST POST snap along with our source csv flat file.
–exdaKoSupEie4I5GhXYNQ3_jw4olL1sVwO
Content-Disposition: form-data; name=“file”; filename=“Test_File_Subhash_7.csv”
Content-Type: text/csv; charset=UTF-8
Content-Transfer-Encoding: binary
But our original content is below 🙂
Test FIle 1 to test
Test FIle 2 to test
08-04-2021 07:04 PM
Hi Team,
Did any one answer this. Same issue we are facing. What was the solution