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

What about telling what OS your desktop runs ?

Hi jlliagre,

My desktop is running on windows xp.

Regards,
Anupam

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.

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

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 . :frowning:
any other way I can copy the file from windows to unix ?

Regards,
Anupam

If you don't have FTP server on Windows machine, you have to write dos batch files using some ftp client & copy to Unix server.

-Nithin.

Thank you Nithin for your continuous support .
I have already started to create a windows script which will run on windows and will upload the files to that unix sever . :slight_smile:

Regards,
Anupam