December 31, 2008 at 1:16 am
can anybody tell me..
which FTP command use to upload all folderers and subfolders including all files within folders and subfolders?
December 31, 2008 at 2:55 am
December 31, 2008 at 4:07 am
hi, paresh
i know that
call me
Raj Acharya
December 31, 2008 at 6:29 am
December 31, 2008 at 6:30 am
Incidentally, I prefer to use Putty myself, psftp is a lot more solid, and also has full SSH capabilities for secure ftp processes.
January 1, 2009 at 12:27 am
Nicholas Cain (12/31/2008)
ftpuser:
pwd:
lcd
put
bye
Check out http://www.nsftools.com/tips/MSFTP.htm for all the commands.
By put or mput command i can transfer only files not folders and subfolders.
i want upload all folders/subfolders including files.
January 1, 2009 at 7:45 am
Download and use putty util psftp.
The -r option will allow you to put files and folders recursively.
Or create a batch file using activex with all your ftp commands and call that from the package.
January 1, 2009 at 10:35 pm
Nicholas Cain (1/1/2009)
Download and use putty util psftp.The -r option will allow you to put files and folders recursively.
Or create a batch file using activex with all your ftp commands and call that from the package.
Is this free download?
January 2, 2009 at 5:36 am
Yes
January 2, 2009 at 8:56 am
Another tool to go with Putty is FileZilla
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
January 2, 2009 at 1:02 pm
some of the premium FTP clients (like WSFTP) have a ftpsynch utility, which will push everyhing, building the remote structure if need be. Well worth the 39$ if you ask me (a whole lot easier than trying to code a synch process for yourself, and it comes with error logging, a scheduler process, multi-threading etc....)
----------------------------------------------------------------------------------
Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply