shift files from xshell to windows.


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting shift files from xshell to windows.
# 1  
Old 05-06-2010
shift files from xshell to windows.

hey i'm new at this stuff. i need to write a program in windows. which will fetch files from a unix machine using xshell. please help me with this. Smilie
# 2  
Old 05-06-2010
Sounds like you need to find an ftp program for PC, and then script in the language for the ftp program.

You did not provide any details, so only a general answer can be provided.
# 3  
Old 05-07-2010
Double post, continued here, thread closed.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

scp to windows and delete files from windows

Hi Team, I Have list file in Unix server, I need to copy files from Windows to Unix for the list of files given in Unix list file. after coping files to unix, I need to delete the files from Windows. i used SCP and moved files from windows to unix based on list file is done and working.... (1 Reply)
Discussion started by: spradeep86
1 Replies

2. Shell Programming and Scripting

Unix shell script to Copy files from one Windows server to another Windows server.

Can anybody please help me on how to code for the below requirement: I need to write a shell script (on different unix server) to copy files from multiple folders (ex. BRN-000001) from one windows server (\\boldls-mwe-dev4)to a different windows server(\\rrwin-ewhd04.ecomad.int). This shell... (4 Replies)
Discussion started by: SravsJaya
4 Replies

3. UNIX for Advanced & Expert Users

Xshell connecting too slow

Hi Guys, Not sure if it is the most appropriate place for this type of question. Facing a strange issue: While ssh'ing a server (HP Ux Itanium) through putty, it works perfectly ok. But if connecting through XShell (using ssh) it takes 4-5 minutes. Traced user authentication process in... (1 Reply)
Discussion started by: amardeep.sidhu
1 Replies

4. AIX

Do I need to configure my local windows to FTP files from local windows to a UNIX AIX server?

Hi Friends, I have this script for ftping files from AIX server to local windows xp. #!/bin/sh HOST='localsystem.net' USER='myid_onlocal' PASSWD='mypwd_onlocal' FILE='file.txt' ##This is a file on server(AIX) ftp -n $HOST <<END_SCRIPT quote USER $USER quote PASS $PASSWD put $FILE... (1 Reply)
Discussion started by: rajsharma
1 Replies

5. Programming

c++ program to fetch files in windows from xshell

hey i'm new at this stuff. i need to write a program in windows. which will fetch files from a unix machine using xshell. please help me with this. (4 Replies)
Discussion started by: tan_army810
4 Replies

6. UNIX for Dummies Questions & Answers

Shift the control between files using Split

In linux terminal there is a command "split" which splits the terminal for viewing multiple files. Now my question is how to shift control from one file to other when split is used? (1 Reply)
Discussion started by: manoj.b
1 Replies

7. UNIX for Dummies Questions & Answers

Is it worth to shift to Linux from Windows?

Dear Unix Members and Friends: I am a Windows users and also a Network Administrator on a Windows 2000/Nt4.0 platform. Long before, I made up my mind to get expertise in UNIX as I am a Network Administrator and it is the stongest and most used Network Operating System. But I do not have any... (3 Replies)
Discussion started by: abubakar
3 Replies
Login or Register to Ask a Question