Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] FPT problem when reading file

From: wonko::algonet::se at: 8-Sep-2003 18:27

Hello! I have a problem when trying to read a file on an FTP server. Trying to read a file I know exists fails since the server seems to think that I try to request a read of a directory and not a file. I am also almost certain that the file permissions are OK. The FTP server is FileZilla.
>> print system/version
2.5.6.3.1
>> system/schemes/ftp/passive: true
== true
>> read ftp://username:[password--ip-address]/Archive/IndexByDate.txt
connecting to: ip-address ** User Error: Server error: tcp 550 Directory not found ** Near: read ftp://username:[password--ip-address]/Archive/IndexByDate.txt
>> read ftp://username:[password--ip-address]/Archive/
connecting to: ip-address == [%Audio/ %Development/ %Drivers/ %Emulators/ %Fun/ %Games/ %IndexByDate.txt %IndexByName.txt %Inte...
>>
Could someone help me solve this problem please? Best regards, Peter Carlsson