cancel
Showing results for 
Search instead for 
Did you mean: 

uploading and downloading files from seever

Former Member
0 Kudos

Hi,

I need some help regarding file upload n download.

using FTP how to upload transport files to server, downloading transporting files from server, from source system to target system.

If you have any screen shots or procedure, please let me know.

Anu.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

are you using an UNIX-Server?

if yes, then its better to use SSH to transfer files from and to the machine.

You can use WinScp to transfer files from a Windows-Client to an Unix-Server.

If you want to use FTP, you have to install an FTP-Server on the server and then you can use any FTP-client you want.

best regards

Former Member
0 Kudos

Hi,

Thank you for the reply.... Iam just going through the client Specs... Will start work from next week.

If i get any doubts while doing i'll post you.

Hope fully it may be UNIX or AIX.

Better send me ur mail id so that i can contact u further

Thanks in Advance.

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

I think it is best option to do google on word ftp.

Thanks

Sunny

Former Member
0 Kudos

Hi,

We can use FTP command.

For ex:- we have system A which contain which contain file abc in directory in tmp.We want to download it

Step for Download

a>go to run type cmd and cd ../.. it will come as c:>/ ftp ip address of System A.

Go to directory tmp cd /tmp

we can see the file in system A by ls.

we have two option get and mget we can use any of them.

mget or get file name.

In case of mget it will ask for confirmation and in case of get it wont ask for any confirmation.

Now after this command file will be downloaded to C folder.

Step of Upload.

If we want to load file abc from C folde into directory tmp;

then go to run type cmd it will come as c:>/ ftp ip address of System A.

Go to directory tmp cd /tmp.

we have two option put and mput we can use any of them.

mput or put file name.

In case of mput it will ask for confirmation and in case of put it wont ask for any confirmation.

Now after this command file will be uploaded to tmp directory.

You can see the file in directory by ls command.

Hope this is helpful to you.

Please let me know if you need more help.

Thnaks,

Saveen........

Former Member
0 Kudos

Hi,

Thank you... actually i dint work on UNIX. Am going to work on it...

Please help me out with i have any issue.