Re: I/O Problem - WeOnlyDo Discussion board

Re: I/O Problem (General questions)

by Christian, Friday, August 14, 2009, 20:32 (5579 days ago) @ wodDamir

I call the function using the following parameters:

FTPParams: an XML string used for storing the FTP params / credentials
SourceFilePath: C:FTPTest.txt (Also tried C:\FTPTest.txt )
DestinationFilePath: FTPTest.txt (I've also tried many variants of this, such as FTPTest.txt , /FTPTest.txt , , etc.)

I realize the path must be absolute and the FTP site I'm connecting to only has a root directory. The same Source / Destination work when I send to an internal FTP site, so the parameters may not be the issue.

I included the DebugFile code you suggested. Here are the last few rows from that file:

[code]
12:23:29 - ReceiveNotification
12:23:29 - ReceiveNotification len=54
12:23:29 - PROT C 536 Requested PROT level not supported by mechanism.
12:23:29 - ==>Read!
12:23:29 - SendNotification
12:23:30 - <--Done!
12:23:30 - <--Finally!
12:23:30 - ReceiveNotification
12:23:30 - ReceiveNotification len=37
12:23:30 - FEAT 502 Command 'FEAT' not implemented.
12:23:30 - PWD 0
12:23:30 - SendNotification
12:23:30 - PWD 0
12:23:30 - ==>Read!
12:23:30 - <--Done!
12:23:30 - <--Finally!
12:23:30 - ReceiveNotification
12:23:30 - ReceiveNotification len=31
12:23:30 - PWD 257 / is current directory.
12:23:30 - ==>Read!
12:23:30 - SendNotification
12:23:31 - <--Done!
12:23:31 - <--Finally!
12:23:31 - ReceiveNotification
12:23:31 - ReceiveNotification len=20
12:23:31 - TYPE I 200 Type set to I.
12:23:31 - ==>Read!
12:23:31 - SendNotification
12:23:31 - <--Done!
12:23:31 - <--Finally!
12:23:31 - ReceiveNotification
12:23:31 - ReceiveNotification len=51
12:23:31 - PASV 227 Entering Passive Mode (205,145,64,45,22,108).
12:23:31 - ==>Read!
12:23:31 - SendNotification
12:23:32 - <--Done!
12:23:32 - <--Finally!
12:23:32 - ReceiveNotification
12:23:32 - ReceiveNotification len=54
12:23:32 - STOR FTPTest.txt 125 Data connection already open; transfer starting.
12:23:32 - ==>Read!
12:23:32 - DataSendNotification
12:23:32 - <--Done!
12:23:32 - <--Finally!
12:23:32 - ReceiveNotification
12:23:32 - ReceiveNotification len=61
12:23:32 - STOR FTPTest.txt 451 Requested action aborted: I/O problem, file not stored.
[/code]


Complete thread: