该文件未上传到服务器是怎么回事,WinSCP错误“没有这样的文件”,当上传文件到服务器...

当前我编程上试图上传文件到使用WinSCP API的服务器。WinSCP错误“没有这样的文件”,当上传文件到服务器

但是,每次尝试执行此操作时都会查看日志文件,我收到一条错误消息,指出远程文件或其目录不存在。

代码:

Dim objftp As New WinSCP.SessionOptions

objftp.HostName = Server

objftp.PortNumber = Port

objftp.Protocol = Protocol.Sftp

objftp.UserName = User

objftp.Password = Password

objftp.PrivateKeyPassphrase = "passPhrase"

objftp.SshPrivateKeyPath = "\\PathToPrivatekey.ppk"

objftp.GiveUpSecurityAndAcceptAnySshHostKey = True

Dim session As New Session

session.Timeout = System.TimeSpan.FromSeconds(30)

session.SessionLogPath = "C:\Temp\ftpLog\winscp.log"

session.Open(objFTP)

Dim transferOptions As New TransferOptions

transferOptions.TransferMode = TransferMode.Binary

transferOptions.ResumeSupport.State = TransferResumeSupportState.Off

Dim transferResult As TransferOperationResult

strLocalFile = FilePath & FileName

strRemoteFile = FileName

transferResult = session.PutFiles(strLocalFile, "/In/", False, transferOptions)

transferResult.Check()

session.Close()

现在我已经使用手动的WinSCP连接到服务器,我可以确认/In/目录确实存在。我正在使用Windows操作系统来执行此操作。我没有关于服务器的完整详细信息,因为它是我发送信息的第三方。

在我的代码中是否存在缺少的东西?

编辑:根据要求,这是我的日志:从编程尝试它

登录:

. 2016-12-23 10:52:07.089 --------------------------------------------------------------------------

. 2016-12-23 10:52:07.089 WinSCP Version 5.9.3 (Build 7136) (OS 6.1.7601 Service Pack 1 - Windows 7 Professional)

. 2016-12-23 10:52:07.089 Configuration: nul

. 2016-12-23 10:52:07.089 Log level: Normal

. 2016-12-23 10:52:07.089 Local account: user\Andrew

. 2016-12-23 10:52:07.089 Working directory: \\WorkingDIr\

. 2016-12-23 10:52:07.089 Process ID: 12648

. 2016-12-23 10:52:07.090 Command-line: "\\WorkingDir\winscp.exe" /xmllog="C:\Users\andrew\AppData\Local\Temp\wscp46E9.02B7AFA0.tmp" /xmlgroups /xmllogrequired /nointeractiveinput /dotnet=593 /ini=nul /log="C:\Temp\ftpLog\winscp.log" /console /consoleinstance=_10192_57352375_875

. 2016-12-23 10:52:07.090 Time zone: Current: GMT+0, Standard: GMT+0 (GMT Standard Time), DST: GMT+1 (GMT Daylight Time), DST Start: 27/03/2016, DST End: 30/10/2016

. 2016-12-23 10:52:07.090 Login time: 23 December 2016 10:52:07

. 2016-12-23 10:52:07.090 --------------------------------------------------------------------------

. 2016-12-23 10:52:07.094 Script: Retrospectively logging previous script records:

> 2016-12-23 10:52:07.094 Script: option batch on

< 2016-12-23 10:52:07.094 Script: batch on

< 2016-12-23 10:52:07.094 Script: reconnecttime 120

> 2016-12-23 10:52:07.094 Script: option confirm off

< 2016-12-23 10:52:07.094 Script: confirm off

> 2016-12-23 10:52:07.094 Script: option reconnecttime 120

< 2016-12-23 10:52:07.094 Script: reconnecttime 120

> 2016-12-23 10:52:07.094 Script: open sftp://user:***@server.com:22 -hostkey="*" -privatekey="\\containingDir\PrivateKey.ppk" -passphrase=*** -timeout=15

. 2016-12-23 10:52:07.094 --------------------------------------------------------------------------

. 2016-12-23 10:52:07.094 Session name: [email protected] (Ad-Hoc site)

. 2016-12-23 10:52:07.094 Host name: server.com (Port: 22)

. 2016-12-23 10:52:07.095 User name: user(Password: Yes, Key file: Yes, Passphrase: Yes)

. 2016-12-23 10:52:07.095 Tunnel: No

. 2016-12-23 10:52:07.095 Transfer Protocol: SFTP

. 2016-12-23 10:52:07.095 Ping type: Off, Ping interval: 30 sec; Timeout: 15 sec

. 2016-12-23 10:52:07.095 Disable Nagle: No

. 2016-12-23 10:52:07.095 Proxy: None

. 2016-12-23 10:52:07.095 Send buffer: 262144

. 2016-12-23 10:52:07.095 SSH protocol version: 2; Compression: No

. 2016-12-23 10:52:07.095 Bypass authentication: No

. 2016-12-23 10:52:07.095 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No

. 2016-12-23 10:52:07.095 Ciphers: aes,chacha20,blowfish,3des,WARN,arcfour,des; Ssh2DES: No

. 2016-12-23 10:52:07.095 KEX: ecdh,dh-gex-sha1,dh-group14-sha1,rsa,WARN,dh-group1-sha1

. 2016-12-23 10:52:07.095 SSH Bugs: Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto

. 2016-12-23 10:52:07.095 Simple channel: Yes

. 2016-12-23 10:52:07.095 Return code variable: Autodetect; Lookup user groups: Auto

. 2016-12-23 10:52:07.095 Shell: default

. 2016-12-23 10:52:07.095 EOL: LF, UTF: Auto

. 2016-12-23 10:52:07.095 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes; Follow directory symlinks: No

. 2016-12-23 10:52:07.095 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No

. 2016-12-23 10:52:07.095 SFTP Bugs: Auto,Auto

. 2016-12-23 10:52:07.095 SFTP Server: default

. 2016-12-23 10:52:07.095 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes

. 2016-12-23 10:52:07.095 Cache directory changes: Yes, Permanent: Yes

. 2016-12-23 10:52:07.095 Recycle bin: Delete to: No, Overwritten to: No, Bin path:

. 2016-12-23 10:52:07.095 DST mode: Unix

. 2016-12-23 10:52:07.095 --------------------------------------------------------------------------

. 2016-12-23 10:52:07.106 Looking up host "server.com" for SSH connection

. 2016-12-23 10:52:07.126 Connecting to 11.11.11.11 port 22

. 2016-12-23 10:52:07.307 We claim version: SSH-2.0-WinSCP_release_5.9.3

. 2016-12-23 10:52:07.496 Server version: SSH-2.0-9.99 sshlib: 8.1.0.0

. 2016-12-23 10:52:07.496 We believe remote version has SSH-2 channel request bug

. 2016-12-23 10:52:07.496 Using SSH protocol version 2

. 2016-12-23 10:52:07.504 Doing Diffie-Hellman group exchange

. 2016-12-23 10:52:07.928 Doing Diffie-Hellman key exchange with hash SHA-1

. 2016-12-23 10:52:08.307 Host key fingerprint is:

. 2016-12-23 10:52:08.307 ssh-rsa fingerprint

. 2016-12-23 10:52:08.308 Verifying host key host key

* 2016-12-23 10:52:08.308 WARNING! Giving up security and accepting any host key as configured!

. 2016-12-23 10:52:08.310 Initialised AES-256 SDCTR client->server encryption

. 2016-12-23 10:52:08.310 Initialised HMAC-SHA1 client->server MAC algorithm

. 2016-12-23 10:52:08.310 Initialised AES-256 SDCTR server->client encryption

. 2016-12-23 10:52:08.310 Initialised HMAC-SHA1 server->client MAC algorithm

. 2016-12-23 10:52:08.741 Reading key file "\\PrivateKseyDir\PrivateKey.ppk"

. 2016-12-23 10:52:08.764 Pageant is running. Requesting keys.

. 2016-12-23 10:52:08.766 Pageant has 0 SSH-2 keys

. 2016-12-23 10:52:08.766 Configured key file not in Pageant

! 2016-12-23 10:52:08.766 Using username "user".

. 2016-12-23 10:52:08.958 Server offered these authentication methods: publickey,password

. 2016-12-23 10:52:08.958 Offered public key

. 2016-12-23 10:52:09.193 Offer of public key accepted

! 2016-12-23 10:52:09.193 Authenticating with public key "rsa-key-20161222"

. 2016-12-23 10:52:09.194 Prompt (passphrase, "SSH key passphrase", , "Passphrase for key "rsa-key-20161222": ")

. 2016-12-23 10:52:09.194 Using configured passphrase.

. 2016-12-23 10:52:09.316 Sent public key signature

! 2016-12-23 10:52:09.504 Server refused public-key signature despite accepting key!

. 2016-12-23 10:52:09.504 Server refused public-key signature despite accepting key!

. 2016-12-23 10:52:09.504 Server offered these authentication methods: password

. 2016-12-23 10:52:09.504 Prompt (password, "SSH password", , "&Password: ")

. 2016-12-23 10:52:09.504 Using stored password.

. 2016-12-23 10:52:09.505 Sent password

. 2016-12-23 10:52:09.831 Access granted

. 2016-12-23 10:52:09.831 Opening session as main channel

. 2016-12-23 10:52:10.017 Opened main channel

. 2016-12-23 10:52:10.426 Started a shell/command

. 2016-12-23 10:52:10.426 --------------------------------------------------------------------------

. 2016-12-23 10:52:10.432 Using SFTP protocol.

. 2016-12-23 10:52:10.432 Doing startup conversation with host.

> 2016-12-23 10:52:10.441 Type: SSH_FXP_INIT, Size: 5, Number: -1

< 2016-12-23 10:52:10.631 Type: SSH_FXP_VERSION, Size: 5, Number: -1

. 2016-12-23 10:52:10.631 SFTP version 3 negotiated.

. 2016-12-23 10:52:10.631 We believe the server has signed timestamps bug

. 2016-12-23 10:52:10.631 We will use UTF-8 strings until server sends an invalid UTF-8 string as with SFTP version 3 and older UTF-8 strings are not mandatory

. 2016-12-23 10:52:10.635 Getting current directory name.

. 2016-12-23 10:52:10.639 Getting real path for '.'

> 2016-12-23 10:52:10.639 Type: SSH_FXP_REALPATH, Size: 10, Number: 16

< 2016-12-23 10:52:10.825 Type: SSH_FXP_NAME, Size: 43, Number: 16

. 2016-12-23 10:52:10.825 Real path is '/Home/user'

. 2016-12-23 10:52:10.825 Startup conversation with host finished.

< 2016-12-23 10:52:10.826 Script: Active session: [1] server.com

> 2016-12-23 10:52:11.141 Script: pwd

< 2016-12-23 10:52:11.141 Script: /Home/user

> 2016-12-23 10:52:26.491 Script: put -nopermissions -preservetime -transfer="binary" -resumesupport="off" -- "\\fileDir\testFile.dat" "/In/testFile.dat"

. 2016-12-23 10:52:26.497 Copying 1 files/directories to remote directory "/In/"

. 2016-12-23 10:52:26.497 PrTime: Yes; PrRO: No; Rght: rw-r--r--; PrR: No (No); FnCs: N; RIC: 0100; Resume: N (102400); CalcS: No; Mask: testFile.dat

. 2016-12-23 10:52:26.497 TM: B; ClAr: No; RemEOF: No; RemBOM: No; CPS: 0; NewerOnly: No; InclM: ; ResumeL: 0

. 2016-12-23 10:52:26.497 AscM: *.*html; *.htm; *.txt; *.php; *.php3; *.cgi; *.c; *.cpp; *.h; *.pas; *.bas; *.tex; *.pl; *.js; .htaccess; *.xtml; *.css; *.cfg; *.ini; *.sh; *.xml

. 2016-12-23 10:52:26.502 File: '\\fileDir\testFile.dat' [2016-12-23T06:31:02.639Z] [212952]

. 2016-12-23 10:52:26.504 Copying "\\fileDir\testFile.dat" to remote directory started.

. 2016-12-23 10:52:26.504 Binary transfer mode selected.

. 2016-12-23 10:52:26.505 Opening remote file.

> 2016-12-23 10:52:26.509 Type: SSH_FXP_OPEN, Size: 50, Number: 259

< 2016-12-23 10:52:26.681 Type: SSH_FXP_STATUS, Size: 31, Number: 259

< 2016-12-23 10:52:26.681 Status code: 2, Message: 259, Server: No such file, Language: en

> 2016-12-23 10:52:26.681 Type: SSH_FXP_LSTAT, Size: 34, Number: 519

< 2016-12-23 10:52:26.849 Type: SSH_FXP_STATUS, Size: 31, Number: 519

< 2016-12-23 10:52:26.849 Status code: 2, Message: 519, Server: No such file, Language: en

* 2016-12-23 10:52:26.849 (ETerminal) No such file or directory.

* 2016-12-23 10:52:26.849 Error code: 2

* 2016-12-23 10:52:26.849 Error message from server (en): No such file

. 2016-12-23 10:52:26.850 Asking user:

. 2016-12-23 10:52:26.850 Cannot create remote file '/In/testFile.dat'. ("No such file or directory.

. 2016-12-23 10:52:26.850 Error code: 2

. 2016-12-23 10:52:26.850 Error message from server (en): No such file")

< 2016-12-23 10:52:26.850 Script: Cannot create remote file '/In/testFile.dat'.

< 2016-12-23 10:52:26.850 Script: No such file or directory.

< 2016-12-23 10:52:26.850 Error code: 2

< 2016-12-23 10:52:26.850 Error message from server (en): No such file

* 2016-12-23 10:52:26.862 (EScpSkipFile) Cannot create remote file '/In/testFile.dat'.

* 2016-12-23 10:52:26.862 No such file or directory.

* 2016-12-23 10:52:26.862 Error code: 2

* 2016-12-23 10:52:26.862 Error message from server (en): No such file

. 2016-12-23 10:52:26.862 Script: Failed

这是从我的日志与GUI成功地做这件事:

> 2016-12-23 10:59:12.037 Type: SSH_FXP_SETSTAT, Size: 54, Number: 2057

< 2016-12-23 10:59:12.221 Type: SSH_FXP_STATUS, Size: 40, Number: 2057

< 2016-12-23 10:59:12.221 Status code: 8, Message: 2057, Server: Operation unsupported, Language: en

* 2016-12-23 10:59:12.222 (ETerminal) The server does not support the operation.

* 2016-12-23 10:59:12.222 Error code: 8

* 2016-12-23 10:59:12.222 Error message from server (en): Operation unsupported

. 2016-12-23 10:59:12.226 Asking user:

. 2016-12-23 10:59:12.226 **Upload of file 'sftpTest.dat' was successful, but error occurred while setting the permissions and/or timestamp.**

. 2016-12-23 10:59:12.226

. 2016-12-23 10:59:12.226 If the problem persists, turn off setting permissions or preserving timestamp. Alternatively you can turn on 'Ignore permission errors' option. ("The server does not support the operation.

. 2016-12-23 10:59:12.226 Error code: 8

. 2016-12-23 10:59:12.226 Error message from server (en): Operation unsupported")

* 2016-12-23 10:59:14.385 (EScpSkipFile) **Upload of file 'sftpTest.dat' was successful, but error occurred while setting the permissions and/or timestamp.**

* 2016-12-23 10:59:14.385

* 2016-12-23 10:59:14.385 If the problem persists, turn off setting permissions or preserving timestamp. Alternatively you can turn on 'Ignore permission errors' option.

* 2016-12-23 10:59:14.385 The server does not support the operation.

* 2016-12-23 10:59:14.385 Error code: 8

* 2016-12-23 10:59:14.385 Error message from server (en): Operation unsupported

. 2016-12-23 10:59:14.386 Listing directory "/Home/user".

> 2016-12-23 10:59:14.386 Type: SSH_FXP_OPENDIR, Size: 20, Number: 4875

< 2016-12-23 10:59:14.602 Type: SSH_FXP_HANDLE, Size: 13, Number: 4875

> 2016-12-23 10:59:14.603 Type: SSH_FXP_READDIR, Size: 13, Number: 5132

< 2016-12-23 10:59:14.817 Type: SSH_FXP_NAME, Size: 245, Number: 5132

> 2016-12-23 10:59:14.817 Type: SSH_FXP_READDIR, Size: 13, Number: 5388

< 2016-12-23 10:59:15.022 Type: SSH_FXP_STATUS, Size: 30, Number: 5388

< 2016-12-23 10:59:15.022 Status code: 1

> 2016-12-23 10:59:15.022 Type: SSH_FXP_CLOSE, Size: 13, Number: 5636

. 2016-12-23 10:59:15.022 In;d;0;2016-12-20T15:48:00.000Z;"0" [0];"0" [0];rwxrwxrwx;1

. 2016-12-23 10:59:15.022 sftpTest.dat;-;212952;2016-12-23T10:59:00.000Z;"0" [0];"0" [0];rw-rw-rw-;1

+1

向我们显示一条确切的错误消息,甚至更好的日志文件。 +向我们展示一个WinSCP GUI日志文件,显示如何(成功)将同一文件上传到同一个远程目录。 –

+0

在那里添加日志记录 –

+0

请发布完整的日志。这根本没有帮助。 –

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值