scp tag

9 questions


1 answers
381 views
0
Understanding Errors in Public Key Authentication

I'd like to authenticate the public key using the ssh2_auth_pubkey_file function in PHP.I am having a hard time because I cannot authenticate with the following message.If you have any advice such as ...

1 years ago

1 answers
400 views
0
Understanding Errors in Public Key Authentication

I'd like to authenticate the public key using the ssh2_auth_pubkey_file function in PHP.I am having a hard time because I cannot authenticate with the following message.If you have any advice such as ...

1 years ago

1 answers
513 views
0
PHP ssh2_scp_send fails to send files as intended

$remote_path is recognized as a filename, not a directory name.If you know how to send files to the specified directory, please contact us.(Example) Files such as \home\user\test.csv are created.   te...

1 years ago

1 answers
414 views
0
PHP ssh2_scp_send fails to send files as intended

$remote_path is recognized as a filename, not a directory name.If you know how to send files to the specified directory, please contact us.(Example) Files such as \home\user\test.csv are created.   te...

1 years ago

1 answers
80 views
0
About File Transfer in SCP

I would like to transfer files to SCP from local (Server A) to remote (Server B) using SCP's -pr option to maintain file attributes per directory.At this time, I would like to transfer only files that...

scp
1 years ago

2 answers
88 views
0
I want to use scp in multistage server configuration

Client A -- Server B -- Server C There are network configurations such as .Client A does not have direct access to server C.In such a configuration, if you try to scp the file from client A to server ...

scp
1 years ago

1 answers
93 views
0
I want scp to be auto-transferred with key authentication.

Let me ask you a question.I want to use php for scp, so some of them are automatically transferred with key authentication.Only certain servers have been asked for passwords and cannot be forwarded au...

1 years ago

1 answers
100 views
0
About garbled characters in file transfers

I transferred the file from Windows 10 to Ubuntu on VirtualBox with scp command.Then the Japanese in the file will be garbled on Ubuntu.I would like to know the reason and countermeasures.Please let m...

1 years ago

2 answers
97 views
0
Why is scp impossible and rcp possible?

I'm trying to transfer files between servers for business reasons.When I received advice on how to transfer from someone who is familiar with the environment, I was told that rcp is a possible environ...

1 years ago

© 2024 OneMinuteCode. All rights reserved.