Foppah Posted August 29, 2005 Posted August 29, 2005 Is it possible to automaticly list files in 2 folders to one .txt file (or 2 txt-files), then ftp it to a server?Like once a day in background when i start my computer (or every time i start my computer)?
albator Posted August 29, 2005 Posted August 29, 2005 maybye you should try to do an automatic ftp backup, and keep a log of the ftp transfer. (with all the name of files transfered) it seem to me like a way of resolving your need...
Foppah Posted August 29, 2005 Author Posted August 29, 2005 maybye you should try to do an automatic ftp backup, and keep a log of the ftp transfer. (with all the name of files transfered) it seem to me like a way of resolving your need...<{POST_SNAPBACK}>No, i don't want to transfer the files in the folders, only list them to a txt then ftp. Then ftp the txt file (with the name of the files in the folders).
albator Posted August 29, 2005 Posted August 29, 2005 maybye you should try to do an automatic ftp backup, and keep a log of the ftp transfer. (with all the name of files transfered) it seem to me like a way of resolving your need...<{POST_SNAPBACK}>No, i don't want to transfer the files in the folders, only list them to a txt then ftp. Then ftp the txt file (with the name of the files in the folders).<{POST_SNAPBACK}>sorry I misunterdood, I dont have any solution
Foppah Posted August 29, 2005 Author Posted August 29, 2005 (edited) I made a .bat file.. now it's working. Code:dir "c:\moviez" /s /b /l > c:\d\B-Moviez.txtdir "c:\mp3" /s /b /l > c:\d\B-MP3.txtwscript "C:\D\Misc\Script\dump.vbs" "c:\d\B-Moviez.txt" "c:\d\B-MP3.txt"dump.vbs = regular ftp-dropcut-script.vbs Edited August 29, 2005 by Foppah
Jeremy Posted August 29, 2005 Posted August 29, 2005 If you want something done right, you gotta do it yourself.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now