Home » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » Uploading files via FTP
Re: Uploading files via FTP [message #20015 is a reply to message #20014] |
Tue, 10 February 2009 00:55   |
andrei_natanael
Messages: 262 Registered: January 2009
|
Experienced Member |
|
|
The problem is here:
you're using it incorrect, you shouldn't use "ftp://" URI scheme name because ftp client doesn't understand it. A ftp URI is just an uri like "ftp.someftp.com" or "someftp.com"(without ftp:// scheme), in essence matter just the connection port(a ftp server should listen on it) and protocol(FTP).
[Updated on: Tue, 10 February 2009 00:55] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat Jun 07 22:45:30 CEST 2025
Total time taken to generate the page: 0.05039 seconds
|