Hi,
Sorry for the noob question but here goes:
I have been testing my project on a web server inside a folder named 'testing'. Now I want to copy files and folders from the testing folder one level up into the root. I'm having trouble working out this seemingly simple process.
I guess I could copy (download) to my local machine and then upload to the desired folder but this seems counter-intuitive and inefficient.
Any help greatly appreciated.
Copy files and folders one level up
Moderators: Hacker, petermad, Stefan2, white
Re: Copy files and folders one level up
Use F5 or F6 and enter an relative path, for your issue utilize the DOS shortcut '..' for parent directory.
Or just cut all out, go one up and paste it in.
Or just cut all out, go one up and paste it in.
- Wilhelm M.
- Power Member
- Posts: 1050
- Joined: 2003-06-05, 10:45 UTC
Re: Copy files and folders one level up
Just a variation of Stefan2's proposal: open the directory in both panels, then go one level up in the right panel, change to the left panel and select all files. Then press F6. Done.
Grüße/Regards,
Wilhelm
Wilhelm
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Re: Copy files and folders one level up
I successfully use the Multi-Rename-Tool on local files and files on remote locations like network, FTP, SFTP:
Just select all file you want to move.
Start the MRT and enter at Rename mask:
- for Windows: ..\[N]
- for Linux: ../[N]
This will just use rename to move directly on the remote server without down-/upload to local.
Note: It works with moving to an existing folder too.
Given:
a/b/c/myfile.txt and myfile.txt selected
a/b/c/d/
e.g.
d/[N] => moves myfile.txt from folder "c" up to "d"
Note: You may refresh the file list manually to see the result!
Just select all file you want to move.
Start the MRT and enter at Rename mask:
- for Windows: ..\[N]
- for Linux: ../[N]
This will just use rename to move directly on the remote server without down-/upload to local.
Note: It works with moving to an existing folder too.
Given:
a/b/c/myfile.txt and myfile.txt selected
a/b/c/d/
e.g.
d/[N] => moves myfile.txt from folder "c" up to "d"
Note: You may refresh the file list manually to see the result!
#5767 Personal license
Re: Copy files and folders one level up
2Flanders
If you open an FTP-connection on both sides, you might have to check the box "Copy via local PC (slow)" in the copy dialog if your FTP server does not support direct copying between two connections.
If you open an FTP-connection on both sides, you might have to check the box "Copy via local PC (slow)" in the copy dialog if your FTP server does not support direct copying between two connections.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Copy files and folders one level up
Hi all, apologies for the late response. I shall try your suggestions and thank you for your help.