Originally posted by DogTown
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Reply to: Numpty mget FTP command question.
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "Numpty mget FTP command question."
Collapse
-
I too recommend wget if you're stuck on the command line otherwise Filezilla for a GUI.
-
If you can execute it on the sending machine, you could use a find to get all directories, pipe into xargs and an ftp with an mput; or a find to get all files and into a straight ftp. Chances of coding right first time????Originally posted by wc2 View PostThanks
That works for all the files.
Is there a way of telling to copy sub folders also?
Sorry but have to go for flight.
Leave a comment:
-
I don't think so...I seem to remember doing the same thing a while back, and in the end resorted to tar/gzipping the entire directory before transfer.Originally posted by wc2 View PostThanks
That works for all the files.
Is there a way of telling to copy sub folders also?
Leave a comment:
-
If i need to script FTP, i just perform the action using a client such as Filezilla to do it first as it displays the commands executed in the query window. You can just copy these.
Not got a copy to check whether it will execute an 'all' command or just render a get for each file though.
Leave a comment:
-
ftp <servername>
username: root
password:
ftp> bin
ftp> hash
ftp> cd /
ftp> prompt
ftp> mget *
HTH
Leave a comment:
-
Numpty mget FTP command question.
Can someone provide the syntax for the mget command to copy every file and folder in the current remote folder to a local folder?
Current script
open #######
username
password
cd ..
cd ..
cd var/www/html
LCD c:\testTags: None
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Bills of Exchange: Here’s what caught my attention as an umbrella compliance expert Today 03:46
- Loan charge recall issue returns, with new demands making UK contractors ‘half-suicidal’ Yesterday 03:58
- AI interviews are here. Here's how IT contractors can ace them Jun 9 06:53
- Closing your limited company isn't failure. It's just the end of a chapter. Jun 8 05:00
- Young people not in education, employment or training isn’t a contractor’s problem. It’s a problem for us all Jun 5 05:26
- How does HMRC’s forward interest change benefit contractors? Jun 4 04:22
- What are Bills of Exchange, and should HMRC's alert worry umbrella contractors? Jun 3 04:09
- Bills of Exchange fail to avoid new umbrella company rules, says HMRC Jun 2 05:32
- Is permanent employment still the safer bet? Yes, but it's a lot less safe than it used to be. Jun 1 04:34
- Is your Director’s Loan Account (DLA) a target of HMRC’s closer look at close companies? May 29 04:45

Leave a comment: