ryan012 0 Report post Posted September 30, 2004 Does anybody know how to FTP the whole folder to a remote place? There are put and mput, seems not working for me. Thanks! Share this post Link to post Share on other sites
soleimanian 0 Report post Posted October 2, 2004 Does anybody know how to FTP the whole folder to a remote place? There are put and mput, seems not working for me. Thanks! <{POST_SNAPBACK}> you shuld use a ftp program to uplod your foldersor you can type your address in your browsre address bar Share this post Link to post Share on other sites
drogus 0 Report post Posted October 2, 2004 Have you tried put *.*. It should upload all files in directory. I can't check this now but something like this above should work. Share this post Link to post Share on other sites
marijnnn 0 Report post Posted October 2, 2004 try mput -Rhaven't tried it myself though, but -R is the typical recursive option for most linux commands Share this post Link to post Share on other sites
ilnli 0 Report post Posted October 2, 2004 do something like this mput * or open your browser and type yoursite.com and copy from there Share this post Link to post Share on other sites
marijnnn 0 Report post Posted October 2, 2004 mput* will only copy the files in the current folder, not recursive.most browsers do not support uploading to ftp.so your options are both wrong.if i may give you a hint: posting 12 one-sentece-posts will not get you hosting. if you want free hosting fast, try http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
sha1405241471 0 Report post Posted October 4, 2004 using put and mput works even with windows dos.on command promptjust type "ftp" and you can get other info when u type "help" Share this post Link to post Share on other sites
ryan012 0 Report post Posted October 4, 2004 Thanks for your guys reply, I tried mput *, it seems like find all the file in my user home directory, which is not the file I specified the path for that command. FAIL!Then I try go to the directory which I wanna transfer, mput * send all the file to the root directory of remote server. SUCCESS(partly)! I am trying to find some command such as -R, unforturnately, I can not figure out why -R is always behave asa a argument which is the source file name.I got some software for FTP the whole folder, just thought FTP command would be more reliable when some wired problem happen in the client side. Share this post Link to post Share on other sites
lhunath 0 Report post Posted October 13, 2004 There is no way to do this with the standard windows or unix ftp client. Either get a diffrent client, or tar/zip/rar/whatever your folder, transfer it and untar/unzip/unrar/unwhatever it.Easiest would be using an ftp client like FlashFXP for windows. Share this post Link to post Share on other sites