Questions tagged [file-transfer]

312 questions
1
vote
1 answer

Ubuntu + Copy Folder Remotely Either By Using SCP or Any Other Command

By using SCP Command, File is transfered from one system to remote system. But I want to transfer whole folder from local system to remote system. So How it can be possible. Please help me out ?
Rubyist
  • 111
  • 3
1
vote
1 answer

cwRsync performance on Win Server 2003

I've tested several cases for cwRsync (3.0) on Win Server 2003. My scenario is have a rsync daemon on a source host with source files ~3GB total. And there're 50 dest servers running rsync command to sync file from source server at the same time.…
Stan
  • 1,387
  • 6
  • 24
  • 40
1
vote
3 answers

sftp chrooted dosent work with some sftp client (Cyberduck)

I'm not able working on SFTP+chrooted env Using internal-sftp directive it works, but i'm not able to set umask. (ex umask 002) Using sftp-server from openssh package dosent't work because login shell for chrooted only user replay with /bin/false…
emaaaa
  • 23
  • 1
  • 4
1
vote
2 answers

Can't access a user profile as administrator?

I am trying to copy the complete user profile of an old XP pc to a new computer. I want to copy the entire profile as I have to get rid of the older PC quite soon, and would sort through the files at a later stage. To do this, I setup a DeltaCopy…
1
vote
3 answers

Slow LAN transfer from 3rd party computer

I've got an odd problem that I'm not really sure where to start the troubleshooting process. I have a 'server' with Windows Server 2008R2 (64-bit) installed and it has a couple of hard drives. If I Remote Desktop into the server and transfer files…
1
vote
2 answers

ftp: transfer parts of a file?

If I'm transferring a 2GB sql file with filezilla, and it timed out after 50%. In my server, I can see that the new transferred file is about 1.1GB. I want to know if there's a way through the same method (filezilla : ftp/sftp), to transfer the…
user60603
1
vote
1 answer

What happens "under the hood" when Windows moves data to a location shares the same root path as the source?

To be clear, I am talking about a move operation within the same partition. For example, say I were to move a file up one directory; before the move, I have "C:\temp\test.txt", after the move I have "C:\test.txt", and "C:\temp\test.txt" no longer…
Sipp
  • 173
  • 1
  • 2
  • 5
1
vote
2 answers

Speed of file transfer from Amzon S3 to EC2/EBS

I'm working on estimating how long it would take to download 100 GB worth of files from Amazon S3 to an EBS drive. Assuming both are in the same region, what kind of speed could be expected?
RyanW
  • 528
  • 3
  • 9
  • 19
1
vote
1 answer

scp fails in one direction

I've been doing some work on one of our school's servers (as a student), and I've been having some trouble scp-ing files in and out. Trying to push/pull a file from the server while logged in on my local machine user@localHost$ scp…
rayhem
  • 255
  • 1
  • 2
  • 8
1
vote
5 answers

Quickest way to transfer a file from remote Linux to Windows?

I need to transfer a file (~15 Mb) from a remote Linux machine to my local Windows box over the Internet and I was just wondering what would be the best way to do it? The Linux machine is a server sitting behind firewalls so that solutions need to…
StarCub
  • 237
  • 2
  • 4
  • 8
1
vote
5 answers

Need a web based file uploader

I have a RedHat server, running tomcat and a video streaming application ( Adobe FMS ). I have several dozens of users who would like to be able to upload their videos to this server. But I don't want to give them access, and even if I did some of…
jeph perro
  • 175
  • 1
  • 3
  • 10
1
vote
1 answer

FreeBSD switching name and size different files after upload

I`ve faced with strange problem. When I uploaded files via FTP (using FileZilla as FTP-client) to server with FreeBSD7.3, i see strange things: some (4-5%) of all uploaded files changed their contents to another files. Ie. i upload these…
kirillorloff
  • 47
  • 2
  • 7
1
vote
3 answers

most simple way to get files on a server

I am on windows and my server is linux. I would like to grab files from the server automatically with a script. Maybe execute a bash script remotely as well but maybe i dont need that. I need to connect securely and i would like some kind of…
user274
1
vote
2 answers

richcopy will not preserve security

I am trying to use Richcopy to transfer files from one server to another. It seems to work well but it is not preserving ACL's. Is there a trick to it?
Peter
1
vote
1 answer

Rsync and Lazy mode?

Since transferring or copying a file that is being used sometimes causes corruption of the transferred file, can we define a time interval in which Rsync checks each file in a given directory to see if there is a change within that time interval…
user44782
  • 265
  • 1
  • 3
  • 5