Hello,
After reading threads in these forums for hours, I am finally able to upload to the FTP server, but I can't figure out why I'm unable to download from the server to my local machine. I believe I have IIS set up correctly and the correct port(s) forwarded, but it's still not working.
A point in the right direction would be greatly appreciated.
Thank you!
[u]Here's the log:[/u]
Welcome to Core FTP, release ver 2.1, build 1575 (U) -- © 2003-2008
WinSock 2.0
Mem -- 2,097,151 KB, Virt -- 2,097,024 KB
Started on Monday August 18, 2008 at 13:18:PM
Resolving [mysite].com...
Connect socket #744 to [11.111.11.111], port 21...
220 Microsoft FTP Service
USER anonymous
331 Anonymous access allowed, send identity (e-mail name) as password.
PASS **********
230 Anonymous user logged in.
SYST
215 Windows_NT
Keep alive off...
PWD
257 "/" is current directory.
PASV
227 Entering Passive Mode ([11,111,11,111],195,206)
LIST
Connect socket #784 to [11.111.11.111], port 50125...
125 Data connection already open; Transfer starting.
226 Transfer complete.
Transferred 106 bytes in 0.008 seconds
CWD /TestFolder_2
250 CWD command successful.
PASV
227 Entering Passive Mode ([11,111,11,111],195,206)
LIST
Connect socket #880 to [11.111.11.111], port 50126...
125 Data connection already open; Transfer starting.
226 Transfer complete.
Transferred 0 bytes in 0.008 seconds
CDUP
250 CWD command successful.
PWD
257 "/" is current directory.
PASV
227 Entering Passive Mode ([11,111,11,111],195,207)
LIST
Connect socket #876 to [11.111.11.111], port 50127...
125 Data connection already open; Transfer starting.
226 Transfer complete.
Transferred 106 bytes in 0.008 seconds
CWD /TestFolder_1
250 CWD command successful.
PASV
227 Entering Passive Mode ([11,111,11,111],195,208)
LIST
Connect socket #888 to [11.111.11.111], port 50128...
125 Data connection already open; Transfer starting.
226 Transfer complete.
Transferred 52 bytes in 0.008 seconds
CWD /TestFolder_1/SubFolder_1/
250 CWD command successful.
PASV
227 Entering Passive Mode ([11,111,11,111],195,209)
LIST
Connect socket #868 to [11.111.11.111], port 50129...
125 Data connection already open; Transfer starting.
226 Transfer complete.
Transferred 60 bytes in 0.008 seconds
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode ([11,111,11,111],195,210)
RETR sql_srv_sp4_err.bmp
Connect socket #880 to [11.111.11.111], port 50130...
550 sql_srv_sp4_err.bmp: [b]Access is denied.[/b]
sql_srv_sp4_err.bmp - 0 bytes transferred
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode ([11,111,11,111],195,211)
RETR sql_srv_sp4_err.bmp
Connect socket #880 to [11.111.11.111], port 50131...
550 sql_srv_sp4_err.bmp: [b]Access is denied.[/b]
sql_srv_sp4_err.bmp - 0 bytes transferred
Transfer time: 00:00:01
disconnected
I can upload to Windows FTP server, but can't download
Thanks for the reply.
I just ran across a forum that talked about the "ratio" concept which seems to mean that you can only download files that you have uploaded, or you can only download if you upload to the site first.
So, I uploaded to the site and was able to download--but, only the file that I uploaded. Is that also a site/permissions issue, or something that I can configure in CoreFTP?
Thanks!
I just ran across a forum that talked about the "ratio" concept which seems to mean that you can only download files that you have uploaded, or you can only download if you upload to the site first.
So, I uploaded to the site and was able to download--but, only the file that I uploaded. Is that also a site/permissions issue, or something that I can configure in CoreFTP?
Thanks!