Ballycroy Posted July 26, 2010 Posted July 26, 2010 How do I rename a downloaded jpg using wget. For example: wget "http://website/library/abc.jpg" downioads the file abc.jpg to the users downloads folder. I want to use a field in the record to rename the downloaded file.
Wim Decorte Posted August 6, 2010 Posted August 6, 2010 did you answer your own question? If not, then a simple command line executed with the Send Event script step would do it.
Ballycroy Posted August 23, 2010 Author Posted August 23, 2010 Yes, I finally figured it out. "cmd /c wget -O " & Quote("f:" & "FolderOne" & "" & "FolderTwo" & "" & databaseURLdl::imageNumber & ".jpg") & " " & Quote ( databaseURLdl::PhotoURL)
Recommended Posts
This topic is 5246 days old. Please don't post here. Open a new topic instead.
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