![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions All Windows and DOS questions should go here as well. Discuss UNIX to Windows (Desktop or Server) here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| create folder in windows from unix while FTP | Metalero de Oz | UNIX for Dummies Questions & Answers | 0 | 05-14-2008 01:22 PM |
| folder replication between windows and unix | systemsb | UNIX for Dummies Questions & Answers | 0 | 03-27-2007 09:41 PM |
| Upload of the images from the folder to the Database table | shashisaini24 | UNIX for Advanced & Expert Users | 0 | 11-29-2006 06:03 AM |
| Ftp Upload Folder | roberthawke | UNIX for Advanced & Expert Users | 3 | 06-21-2002 12:19 PM |
| How can i get my windows 98 folder from unix? | abdul | UNIX for Dummies Questions & Answers | 2 | 08-28-2001 12:18 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How can I upload a zip folder on a unix path from my windows folder?
Hello,
I am an amature at UNIX commands and functionality. Please could you all assist me by replying to my below mentioned querry : How can I upload a zip folder on a unix path from my windows folder? Thanks guys Cheers |
|
||||
|
try this ....
hi ,
go to run and type cmd then give the below commands to upload a windows file to unix . c:\>ftp ----> this will enable file transfer mode ftp>open server_name --------> log in to unix server to which you want to upload a file ftp>username: user --------> enter username and password Password : ******** ftp>cd destination_path -----------> change path to destination path to which you want to upload the file ftp>put c:\a.txt ----------------> put command is used to upload a file from source to destination ftp>bye ---------------->exit from unix server and you can also download a file from server to windows by giving get command at ftp prompt i.e ftp>get abc.txt or else... you have to install a application to do the same @ winscp.net/eng/download.php install this tool which helps you to upload a file or download a file from unix box. i hope this will help u .... Last edited by palanisvr; 01-29-2009 at 08:02 AM.. |
|
||||
|
thanks a lot!!!!
it worked ![]() |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|