Tapan
Tapan

Reputation: 187

file transfer from local machine to unix

Is there a way to transfer a file in local machine(Windows os) to a unix sever by using commands from within the unix server(not from the windows command prompt)??

Upvotes: 0

Views: 1849

Answers (3)

loreb
loreb

Reputation: 1357

From within the unix server? Then you need to enable sharing on windows, be it SMB (easiest, but you need samba or smbfs on the unix server), FTP or whatever.

Upvotes: 0

Sharad
Sharad

Reputation: 3548

You can download Filezilla to transfer files from Windows to Unix server .

http://filezilla-project.org/download.php

Upvotes: 0

goingstudy
goingstudy

Reputation: 11

you can use ssh on windows just install a software--putty.Or you can also directory winscp to transfer. Note:unixe server must have installed ssh.

Upvotes: 1

Related Questions