Need to create/delete text file in Unix box from windows

2018-06-05T18:51:12

I have a requirement where i need to create and delete a text file on unix from my windows server where i have informatica installed. Using workflow i was able to place file in unix but not able to find a way to delete already existing file. Also the client does not want us to download any additional software like putty on windows server.

Please feel free to ask for more information if required.

Copyright License:
Author:「Bhavesh Jain」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/50698278/need-to-create-delete-text-file-in-unix-box-from-windows

About “Need to create/delete text file in Unix box from windows” questions

I have a requirement where i need to create and delete a text file on unix from my windows server where i have informatica installed. Using workflow i was able to place file in unix but not able to...
We have a UNIX box hosting an Oracle DB. We need to delete records on a daily basis from a table in this DB. We are setting up a scheduled job outside of Oracle that will run a script daily to do t...
I need to copy a file from a windows share directory to AIX box. I am not able to get into windows share directory when i have connected to AIX box. Can someone please help as which unix commands ...
I have a Unix server on which a continuously running application generates a large text log. (aprox. 100megs an hour). My main development machine is a Windows computer and to see what's going on...
I need to create a directory on unix machine. I think the below code will work fine on unix machine but fails while testing it on local windows machine. Where does this directory get created on my ...
I wrote a program to convert unix text files to be readable in Windows. The program executes inside a Linux machine. The Python code I use to convert is: subprocess.Popen('''awk 'sub("$", "\r")' u...
Our team currently works, on macs pushing file changes via rsync to freeBSD with our editor being Komodo 1 - User saves file 2 - Macro in Komodo runs and rsync command to sync the local directory ...
I need to delete a directory in Unix and create a new one. All should be part of Ant task in Windows machine
When converting from Unix to Windows, I get the correct output; however, when going from Windows to Unix I get some strange output. I thought all I had to allow for was the removal of the carriage ...
File has been created in Unix Box (Server). I am downloading it to my local Windows Box (Client) using RMI. To do testing, I dont have any Unix box currently available, is there any way to mimic Unix

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.