Upload files from desktop to unix through FTP


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Upload files from desktop to unix through FTP
# 1  
Old 04-30-2010
Upload files from desktop to unix through FTP

Hi ,
I want to upload some files from my desktop to unix server through FTP . The list of files are in a text file .Please suggest how to do it through scrip .

Thanks in advance ..
Anupam
# 2  
Old 04-30-2010
What about telling what OS your desktop runs ?
# 3  
Old 04-30-2010


Quote:
Originally Posted by jlliagre
What about telling what OS your desktop runs ?
Hi jlliagre,

My desktop is running on windows xp.

Regards,
Anupam
# 4  
Old 04-30-2010
There are 1001 ftp clients for windows. Search a bit yourself maybe if there is one that can work a list or write a dos batch that will do that.
# 5  
Old 04-30-2010
Hi Zaxxon ,

Through ftp client that can be done easily . But I want a script which will run on the unix server , and will copy files from my desktop running in windows and will paste the file in a directory of that unix server .

Regards,
Anupam
# 6  
Old 04-30-2010
Anupam,

If you want to copy files from Desktop (Windows XP), you need FTP server running on your desktop (Windows XP machine). Do you have that?

-Nithin.
# 7  
Old 04-30-2010
Quote:
Originally Posted by bsnithin
Anupam,

If you want to copy files from Desktop (Windows XP), you need FTP server running on your desktop (Windows XP machine). Do you have that?

-Nithin.

No I don't have that . Smilie
any other way I can copy the file from windows to unix ?

Regards,
Anupam
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

FTP in shell script and selecting files for upload

Hi, Im a newbie with programming and shell scripting. Im running OSX/Mac and Darwin. I would like to create a shell script that would : 1. Search a Volume and directory (including subdirectories) for a file that : * filename ends with ”_Highres.pdf” and * the file creation date of... (8 Replies)
Discussion started by: NickeZ28
8 Replies

2. Proxy Server

Upload file from desktop to UNIX server via putty

I have a requirement of following - 1. Transfer excel spreadsheet from desktop to unix server 2. Open the spreadsheet and read the sql row by row at a time 3. Run each sql on database using unix and then send output back to spreadsheet that was uploaded earlier and then transfer file back to... (12 Replies)
Discussion started by: Analabhatla
12 Replies

3. Shell Programming and Scripting

Find files and upload to FTP Server

HI, I need a script to find new files that created after 6:00 from /home/ugh /demo/conn /UAT/d01 and upload them into ftp server according to system date: Please help me (1 Reply)
Discussion started by: refra
1 Replies

4. Shell Programming and Scripting

FTP Upload

Can any one help in writing FTP upload script using bash .. with specific port -oPort=62022 #/bin/bash FTPU="username" # ftp login name FTPP="password" # ftp password FTPS="localhost.com" # remote ftp server FTPF="/test" # remote ftp server directory for $FTPU & $FTPP port="2345"... (3 Replies)
Discussion started by: ram5019
3 Replies

5. Shell Programming and Scripting

FTP upload

Hi All, I am new to this forum and i need help from you . Here i want to get a mail conformation when ever the file was uploaded to FTP server.Here is my FTP script . Can any one plz help me how to get a mail confirmation weather the file was uploaded or not. #!bin/sh HOST='192.168.2.85'... (4 Replies)
Discussion started by: qfund
4 Replies

6. Shell Programming and Scripting

Shell Script to monitor folder and upload found files via FTP

Hi everyone! I'm in a need of a shell script that search for all files in a folder, move all those files to a temp folder, and upload those files via FTP. When the file transfer via FTP completes successfully, the file is moved to a completed folder. In case any of those files fails, the file... (4 Replies)
Discussion started by: pulsorock
4 Replies

7. Shell Programming and Scripting

AIX , unix ftp to windows desktop

Hi guys, i want to know if i can make a script to ftp or sftp files from the unix box to my windows desktop or c: drive. I log into the server through Putty, once in the server i run a script which makes a file called disk.log every 30 minutes. i then have to manually copy it to the computer... (2 Replies)
Discussion started by: hassanj
2 Replies

8. Linux

upload FTP

I have a ftp server up , however when I upload a file from my desktop to the server I get this message: ftp> get uploadtest.txt Local: uploadtest.txt Remote: uploadtest.txt 227 passive Mode ( 192,168,0,1,190,75) 550 Failed to open file ftp> (3 Replies)
Discussion started by: keliy1
3 Replies

9. UNIX for Dummies Questions & Answers

how to upload files on unix to SharePoint

Hello, I would like to upload text files in my unix directory to a folder in the SharePoint webserver, but have no idea to how do it. I was thinking of using ftp to send files from unix to SharePoint server. However I have heard that the files on the SharePoint are not physically saved on a... (3 Replies)
Discussion started by: sheldonwang
3 Replies

10. UNIX for Advanced & Expert Users

Ftp Upload Folder

Hi! I'd like to upload a complete folder with subfolders with put. At the moment I always get the err-msg: aboutme: not a plain file Could anyone help me?? Thanx (3 Replies)
Discussion started by: roberthawke
3 Replies
Login or Register to Ask a Question