Moving files from Windows 7 to Unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Moving files from Windows 7 to Unix
# 1  
Old 05-20-2011
Moving files from Windows 7 to Unix

Hi
I'm sure this question has been asked before. I need to know how to write a script that will transfer a file from a windows directory to a UNIX directroy that can be ran from an Oracle Concurrent Program...

I really don't know unix at all.

PLEASE HELP! Smilie
# 2  
Old 05-20-2011
Under DOS:
1) Go to the directory where you want to transfer the files.
2) Run the "ftp" command (type "ftp -?" for help).
3) Connect to your unix server using the "ftp" command.
4) Go to the unix directory where you want the files transferred to.
5) Use the "mput" command.
# 3  
Old 05-20-2011
And read the "ascii" and "binary" ftp commands to decide whether line endings should be converted during transfer.
# 4  
Old 05-23-2011
Quote:
Originally Posted by jgt
And read the "ascii" and "binary" ftp commands to decide whether line endings should be converted during transfer.
coz there is some difference between Linux/unix or windows writing method
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Moving UNIX files from share

Hello, We have a Unix SunOS Server that runs an Oracle 11.2.0.3 database, it is linked up to a network storage where backups go every night. I've created a data pump backup (.dmp) file and want to move it from the network store to windows server to import the data. When i try to move the... (2 Replies)
Discussion started by: dbajtr
2 Replies

2. UNIX for Advanced & Expert Users

Need help on moving .csv file from UNIX to windows file path

Need help on moving .csv file from unix to windows file path. (1 Reply)
Discussion started by: lakshmanraok117
1 Replies

3. Shell Programming and Scripting

UNIX command to copy files from Windows to UNIX box

Hi Folks, I have a file name abc.xml in my windows machine at the location c:\ytr\abc.xml which I want to place at the unix box machine inside cde directory.. at the following location that is /opt/app/cde/ now the credentials of unix box are abc345 -->(dummyid) ftyiu88--->(dummy passwd) ... (4 Replies)
Discussion started by: punpun66
4 Replies

4. Programming

Problem with Perl script after moving from a Windows/Apache Server to a UNIX server.

I have a Perl script that worked fine before moving it to justhost.com. It was on a Windows/Apache server. Just host is using UNIX. Other Perl scripts on other sites that were also moved work fine so I know Perl is functioning. The script is called cwrmail.pl and is located in my cgi-bin. When I... (9 Replies)
Discussion started by: BigBobbyB
9 Replies

5. 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

6. 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

7. UNIX for Dummies Questions & Answers

Moving File from Unix to windows

Dear All, Kindly could any one help me on this, I have Unix server and i need to grep some data from it such as(Disk utilization, CPU usage etc) and send it regularly (15 mins) to another Windows Server . Best Regards Omar (9 Replies)
Discussion started by: shamarty
9 Replies

8. Shell Programming and Scripting

Moving files from Unix box to a windows box

Hi All, I need a little help .I want to transfer a file from unix box to a windows box,but the problem i'm facing is that in windows box FTP is not enabled and currently it is nearly impssible to change setting on windows box,i can not use the ftp method ,in my shell script to transfer the file.... (2 Replies)
Discussion started by: Preet
2 Replies

9. Filesystems, Disks and Memory

Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!!

Hello Moto I hope someone can help We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers.. a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies

10. UNIX for Dummies Questions & Answers

moving files from a unix directory to a windows directory

Any body any ideas i'm failry new to this so any help would be appreciated. Cheers Steve (2 Replies)
Discussion started by: gleads
2 Replies
Login or Register to Ask a Question