when using FTP you can't specify the drive letter. On the ftp server you need to setup a virtual directory that points to the real location and then just cd to the name of the virtual directory.
So you might setup c:\backups\tholen with a virtual name of \backups4tholen then you would issue the command:
cd \backups4tholen
and the ftp server will put you is the correct directory. ftp was developed in environments (unix based or unix like) that don't have drive letters, that's why you can specify them.
As for the other problem where you could not estiblish a data connect, if it is still occurring then you need to make sure that your firewalls are ftp aware or on the firewall protecting the ftp server you have to allow all high ports (>1023) inbound to the port range 6,000 - 6,100 (the range your ftp server is using for passive data connections).
Main Topics
Browse All Topics





by: ccampbell15Posted on 2009-09-05 at 20:56:49ID: 25268698
Update:
jects/file zilla/
I get a slightly different error when using CuteFTP as a client. It cant find the directory or a perms issue. Im not sure which of the two. The folder c:\backups\tholen does indeed exist and ntfs perms are full for lee.
I assume my Filezilla Server is hosed but dont have clue whats wrong. With the routers using dd-wrt and the firewalls dropped I dont suspect an issue there.
From CuteFTP
*** CuteFTP 8.3 - build Aug 25 2008 ***
STATUS:> [9/5/2009 10:49:56 PM] Getting listing "c:\backups\tholen"...
STATUS:> [9/5/2009 10:49:56 PM] Resolving host name tcw-tx.dyndns.biz...
STATUS:> [9/5/2009 10:49:56 PM] Host name tcw-tx.dyndns.biz resolved: ip = 72.177.104.111.
STATUS:> [9/5/2009 10:49:56 PM] Connecting to FTP server... tcw-tx.dyndns.biz:21 (ip = 72.177.104.111)...
STATUS:> [9/5/2009 10:49:56 PM] Socket connected. Waiting for welcome message...
[9/5/2009 10:49:56 PM] 220-FileZilla Server version 0.9.32 beta
220-written by Tim Kosse (Tim.Kosse@gmx.de)
220 Please visit http://sourceforge.net/pro
STATUS:> [9/5/2009 10:49:56 PM] Connected. Authenticating...
COMMAND:> [9/5/2009 10:49:56 PM] USER lee
[9/5/2009 10:49:56 PM] 331 Password required for lee
COMMAND:> [9/5/2009 10:49:56 PM] PASS *****
[9/5/2009 10:49:56 PM] 230 Logged on
STATUS:> [9/5/2009 10:49:56 PM] Login successful.
COMMAND:> [9/5/2009 10:49:56 PM] PWD
[9/5/2009 10:49:56 PM] 257 "/" is current directory.
STATUS:> [9/5/2009 10:49:56 PM] Home directory: /
COMMAND:> [9/5/2009 10:49:56 PM] FEAT
[9/5/2009 10:49:56 PM] Informational Message Only:
211-Features:
MDTM
REST STREAM
SIZE
MLST type*;size*;modify*;
MLSD
UTF8
CLNT
MFMT
211 End
STATUS:> [9/5/2009 10:49:56 PM] This site supports features.
STATUS:> [9/5/2009 10:49:56 PM] This site supports SIZE.
STATUS:> [9/5/2009 10:49:56 PM] This site can resume broken downloads.
COMMAND:> [9/5/2009 10:49:56 PM] REST 0
[9/5/2009 10:49:56 PM] 350 Rest supported. Restarting at 0
COMMAND:> [9/5/2009 10:49:56 PM] CWD /c:/backups/tholen
[9/5/2009 10:49:56 PM] 550 CWD failed. "/c:/backups/tholen": directory not found.
ERROR:> [9/5/2009 10:49:56 PM] Requested action not taken (e.g., file or directory not found, no access).