The file-copy tag has no wiki summary.
1
vote
1answer
327 views
Need small and light stand-alone one-file ftpd server
Can somebody suggest a small one-.c-file ftpd server, so I can run it on any port and it would accept ftp upload with any l/p on that port and put a file into a folder where it runs?
No config files ...
3
votes
2answers
5k views
Permissions “problem” using SCP to copy to root owned folder from local
I'm taking some early forays into setting up a basic LAMP box. It's my first time setting up the software I'll use as opposed to just being handed a working environment, so go easy on me :)
I have ...
3
votes
3answers
3k views
Copy files with renaming
I have a huge file tree. Some files have same name but in different case, e.g. 'some_code.c' and 'Some_Code.c'.
So when I'm trying to copy it to NTFS/FAT filesystem it asks me about whether i'm ...
2
votes
3answers
2k views
How do I only copy files to a remote folder on another server that don't already exist in the folder… from the command line in linux?
I have two folders on two different servers.
I want to sync files between A and B, however, I only want to copy files that don't already exist in folder B because these files are huge. I don't care ...
4
votes
3answers
212 views
mkdir based on input from other directories
I have a directory full of albums I've ripped to FLAC format. Folders are named "Artist - Album [flac]" I need to create matching directories named "Artist - Album [mp3]" but only for certain ...
2
votes
6answers
229 views
Copy/Move whole folder but with certain extentions
I have a backup copy of my site located in /tmp/backup and want to copy it to /home/mysite/public_html
But my aim is to copy only the .php files (with nested folders) and replace.
If I don't have ...
1
vote
1answer
245 views
File manager with spring-loaded folders?
One thing I miss about Finder, Mac OS X's file manager, is the spring-loaded folder function where if you drag a file(s) over another folder long enough, the folder would open and you can "navigate" ...
3
votes
2answers
997 views
Terminal command vs. GUI drag & drop when copying large no. of files: Any tangible benefit?
I'm finding myself in a terminal more and more often these days as I learn to do certain types of things quicker or more conveniently.
However, when it comes to copying a large amount of data (i.e. ...
3
votes
1answer
807 views
How to quit GNOME file copy GUI after it hangs
Many times I find GNOME file copy GUI tool (Nautilus) irritating when it stops working. It happens when:
I cancel the copy or move
I try to copy to blue tooth exchange folder to my friends ...
3
votes
2answers
394 views
How can I copy a subset of files from a directory while preserving the folder structure?
I want to move some subset of files from dirA to dirB (let's say files with "blah" in the filename), but I want all the nested directories to be the same in the new location. How can I do that?
14
votes
4answers
3k views
Is there a way to determine the optimal value for the bs parameter to dd?
On occasion I've seen comments online along the lines of "make sure you set 'bs=' because the default value will take too long," and my own extremely-unscientific experiences of, "well that seemed to ...
0
votes
1answer
667 views
How to copy files nested in directories that match a pattern?
I'm looking to copy files from subdirectories that match this pattern
vendor/plugin/*/tasks/*.rake
into a folder
lib/tasks
I think that this could be done several ways, but wanted to see if a ...
9
votes
2answers
1k views
Copying large files in Linux
What is the effect of copying a file say fileA.big (900mb) from location B to locationC. If during that cp operation, say 35% through the process, fileA.big is appended with new information and grows ...
7
votes
5answers
1k views
Easiest way to duplicate directory over FTP
I want to duplicate a directory on an FTP server I'm connected to from my Mac via the command-line
Let's say I have file. I want to have files2 with all of file's subdirectories and files, in the ...
11
votes
6answers
2k views
How do I copy all files and directories except certain ones over ssh?
Using the Linux command line, I use the scp command to copy up all the files and folders from a certain directory. However, I don't like to consume wasted bandwidth for copying up things I rarely ...