scp
How can I use Phing to SCP directory with symlinks inside it?
I\'m just playing around with Phing, and I\'ve setup a task like this: <scp .... > <fileset dir=\"/my/dir\">[详细]
2023-02-11 12:23 分类:问答Can I use a scp to download a file using shell script
Can I automate a download of a file from a system using scp(by entering the user id/password) and manipulate the file and upload it to the same place. If you hav开发者_JAVA技巧e any idea of using scp[详细]
2023-02-10 04:37 分类:问答scp a bunch of files via bash script: there must be a better way
I currently have the following bash script: for a in `seq 16 75`; do scp doneill@server:/mnt/device/folder/numbered_file$a.txt ./;[详细]
2023-02-05 03:51 分类:问答Maven plugin dependencies are ignored
I created this profile for deploying artifacts on the server via SCP. I know Ant\'s scp task is optional, therefore I\'ve added the dependencies.[详细]
2023-02-04 20:01 分类:问答How to ssh to a remote server behind multiple firewalls? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-02-02 01:50 分类:问答PHP ssh2_scp_send file permissions
I am using the PHP function ssh2_scp_send to transfer files from one server to another. The interesting things is that if I write the permission in it\'s octal开发者_StackOverflow中文版 form (ie 0644)[详细]
2023-01-31 00:20 分类:问答Secure upload without account in remote server (scp)
I\'m looking for some way to build a certain script. There is some (Linux) users A, B and C who scan images to $HOME/images/scan[详细]
2023-01-30 13:04 分类:问答Linux: uploading unfinished files - with file size check (scp/rsync) [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-01-26 23:37 分类:问答Performance issues with Ruby and Net::SCP transfers (sockets)
SCP upload speeds seem to be limited greatly in the library from what the command line scp utility is capable of. I understand this is Ruby (1.9.2-p0), but Net::SCP is approximately 8x slower than the[详细]
2023-01-25 08:53 分类:问答copy using PHP exec command and scp
I want to copy a zip file from remote to my local system using SCP. I have a php file where i use php function exec();[详细]
2023-01-24 18:41 分类:问答