sftp
SCP with PHP - Does not work
Trying to upload a file to a different server using PHP. It connects with ssh_connect() s开发者_如何学Pythonuccessfully, but when I include ssh2_scp_send the page that is displayed is blank (as though[详细]
2023-04-05 18:41 分类:问答can not rename remote file using sharpssh
i wrote like the following code. but this code is not available... when i execute, occur. if anyone knows something, give me advice pls...[详细]
2023-04-05 12:26 分类:问答Why is Net::SSH2::File only allowing 32500 bytes on a write?
I have a Redhat 5.5 Linux machine using Perl Net::SSH2 to sftp a file. It appears that once the filehandle is opened for writing, I can only write a maximum buffer length of 32500 bytes for each call[详细]
2023-04-05 02:20 分类:问答php sftp seg fault
What i need to do if next code gives me seg fault ? $handle = opendir(\"ssh2.sftp://$sftp\".\'/usr/bin/\');[详细]
2023-04-04 23:10 分类:问答How to download a file from SFTP using PHP?
I am tryin开发者_StackOverflowg to download a file from an sftp server using php but I can\'t find any correct documentation to download a file.[详细]
2023-04-04 22:53 分类:问答Using WinSCP to access a remote SFTP server
I am using SFTP client(WinSCP) to get into a remote server and retrieve some files. I could not get to the SFTP server when I use WinSCP in a Windows-7 machine; but it works good when I try it from an[详细]
2023-04-04 01:52 分类:问答Transforming a sftp shell script command into a ftp command
I am writing my first shell script ever and trying to figure out how to transform this command: sftp -o IdentityFile=/home/test/test/id_dsa test@test.test.com < sftp_put.txt;[详细]
2023-04-02 16:02 分类:问答Why does this SSH client use "zDonez"?
I am working on an application that will get files on a server via SFTP, using JSch. There isn\'t much documentation, but I found this (french) blog post: Un client SSH pour Java.[详细]
2023-04-02 13:33 分类:问答Net::SFTP hangs in apache environment
I am finding that apache environment lacks something that bash has to make an ssh request.The question is, is there any way to bring that something in, or do I have to run SSH/SFTP requests from shell[详细]
2023-04-01 02:08 分类:问答SFTP Client with source for ipv6
I currently use TFTPCLIENT by Xavier Cirac athttp://www.waveflow.com/vcl.htm . I have made significant modifications to the source to add some special commands for the mainframe class computer(HP Non[详细]
2023-03-31 09:06 分类:问答