Can we upload a file (pdf) in a remote server using plsql without encoding-decoding
I want to find out if we can upload a pdf file in a reomote server using plsql. I have succeded to upload endcoded base64 files so during the download i decode them.
But is there a workaround to upload a file to remote server without any encoding in order to download them using a lets say winscp app.