1834456 Members
2778 Online
110067 Solutions
New Discussion

update folders by ftp

 
SOLVED
Go to solution
peterchu
Super Advisor

update folders by ftp

I know the ftp can upload files , is it also Ok to upload the folders ? if yes , how to do it ? thx.
4 REPLIES 4
T G Manikandan
Honored Contributor
Solution

Re: update folders by ftp

If you are doing ftp from Windows to UNIX,you can use tools like

WSFTP,

http://download.com.com/3000-2160-10018456.html
Mark Grant
Honored Contributor

Re: update folders by ftp

I don't think you can though it would depend on the ftp server.

Some GUI ftp clients make it look like you are copying folders by doing an ftp mkdir on the server and then moving into the new folder and copying all your files up there with mput.

So, at the least, you can do the same thing.
Never preceed any demonstration with anything more predictive than "watch this"
Naveej.K.A
Honored Contributor

Re: update folders by ftp

Windows to unix??
try out with the Internet Explorer...

ftp://nka:nka123@10.0.0.1

where nka is the username and nka123 is the password..
YOu will be able to copy the folders to the local machine
or you hve to use any other GUI FTP clients..

unix to unix
u can use rcp

With best wishes
naveej
practice makes a man perfect!!!
Naveej.K.A
Honored Contributor

Re: update folders by ftp

to add up

type the u have to type the string "ftp://username:password@IP_Address" in the address bar of your local winodws pc...

regds
Naveej
practice makes a man perfect!!!