Backup FTP problem.

pluk

Verified User
Joined
May 13, 2004
Messages
223
DA don't send the file across FTP. This is what I got when I try to do in shell...Any idea what I can do? (replaced real domain and user with AAA.net and BBB)

ftp> open AAA.net
Connected to AAA.net
220-CF ftp Sever
220 service ready
504 Command not implemented for that parameter.
504 Command not implemented for that parameter.
KERBEROS_V4 rejected as an authentication type
Name (AAA.net:root): BBB
331 User name okay, need password.
Password:
230 User logged in, proceed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (205,236,134,3,27,58)
150 File status okay; about to open data connection.
226-[Disk Quota] [Current=0 KB (100.00% Remaining)] [Maximum=40000000 KB]
226 Closing data connection. Transfer Complete (0 bytes)
 
I'm having the same problem,

I can make a backup, but the backup does not upload to my ftp address configured. Double checked user and password. Something is buggy.
 
I still have it buggy too. I just save onto the drive right now and download manually.

I just don't have to time to chekc out the problem but I think it should be a simple error that I did.
 
hi Pluk,

Well, another one of my problems is that I don't use shell to access the server, and I don't know where it holds the back up. Certainly not in the admin backup folder. Do you have any ideas ?
 
I had a similar problem myself, I have the DA server infront of my Watchguard X1000 firewall, and found that the rule ( stupid device ) set the FTP to "read only" mode.

It appeared to work, i could login, but could not write anything...

that solved my problem.

I guess my $0.02 worth is to look into your firewall ( if you have one ) and ensure that your FTP is not in read only mode.

R
 
Hi thanks for responding, my hosting company helped me fix the problem. I was using the paths incorrectly.
 
Back
Top