Tagged Questions
0
votes
1answer
194 views
FTP files from one remote server to another
I am trying to find out how I can transfer files from one directory/server to another directory/server?
What I need to consider is that I should transfer files that are created TODAY only. i.e. the ...
1
vote
1answer
363 views
Need command-line program to download all of http:// https:// scp:// ftp:// style links (on e.g. ubuntu)
I'm writing a perl program where I want to accept all kinds of "file names" from the user, including /home/foo/bar.txt and scp://server/some/file.txt or whatever. And then I thought that if I can find ...