Status
Not open for further replies.

Paz

Active Member
1,497
2011
597
0
hi guys i wanna help :

i have ftp server with a lot files and it's secured with pass i wanna to trnsfer files from it to another ftp server.

and can i transfer files from it to rapidleech (i can only transfer one file by one)

how i can remove password from ftp server ( i buy it from provider).

<3 Best regards
 
8 comments
I think you can't remove password for FTP server.

I would suggest you to use filezilla in a RDP to download your files and then upload to other FTP. It will be very fast as compared to RL.
 
I agree with Palloo this seems the best way to do it. Does your provider allow you to setup anonymous public ftp if they do you might want to move your files to that and then you essentially removed the password. However this is a huge security risk.

Hope this helps
 
You can easily transfer files from one ftp to another using ssh and and ftp commands or rsync.
ftp by ssh
Code:
http://www.gontztechnologyservices.com/tips-and-instructions/linux-a-unix/using-ssh-to-ftp--sftp-from-one-remote-server-to-another.html

If you do not have ssh than you can use php and it's ftp functions to transfer the files.
ftp by php
 
Last edited:
Status
Not open for further replies.
Back
Top