Can i configure filzilla for automatique transfert

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Locked
Message
Author
loic
500 Command not understood
Posts: 3
Joined: 2004-06-11 14:31

Can i configure filzilla for automatique transfert

#1 Post by loic » 2004-06-11 14:37

I want to configure a transfert file to download each day a list of file from a distant serveur, is it possible, i should try to make my xml queue, but how can i load filezilla with parameters like :
- open the sever 1 connection,
- load the transfert queue named transfert.xml

thorin
550 Permission denied
Posts: 24
Joined: 2004-03-12 14:02
Location: Canada

#2 Post by thorin » 2004-06-14 14:08

Why load a full GUI ftp client for a scheduled process? Why not just script and schedule a windows ftp connection? (ftp -s)

http://www.ericphelps.com/batch/samples/ftp.script.txt

Thorin
Codito, Ergo Sum

loic
500 Command not understood
Posts: 3
Joined: 2004-06-11 14:31

FTP Command file is very simple and work fine

#3 Post by loic » 2004-06-15 07:21

Thank you for your reply, i was already on this way, make a command file for FTP and load it with a window scheduler, i have only one problem, the script udpate a large number of file, by differents commands put, but i search for the option of writing, that compare the date of the new file with the older if it exist, and only make the upload when older. i think i should be like :
put c:/monfichier.txt d:/mmonfichier.txt -option
if anybody know something about this option ... :)

thorin
550 Permission denied
Posts: 24
Joined: 2004-03-12 14:02
Location: Canada

#4 Post by thorin » 2004-06-25 18:41

Well it wouldn't be simple but you could break it in to multiple parts. Go grab the file list with dates (from the server). Do a comparison and build your upload list. Then do the upload. (Definately not friendly for a Windows box)

Thorin
Codito, Ergo Sum

loic
500 Command not understood
Posts: 3
Joined: 2004-06-11 14:31

Not possible, in a simple ftp program

#5 Post by loic » 2004-06-28 09:29

In fact, when i use simple ftp file command, i can't read the ftp answer, so the simple solution is to overwrite every existing files, i schedule the transfert during the night, so i don't care about the time.

Making a first program that list files, write the ftp answer into a file, and analyse this file to determinate the date of the files will take too much time and will be instable.

I don't want to re-write a ftp client, that why it will be interesting to schedule filezilla instead of using ftp command file loaded by a batch file, scheduled in window...

I hope that fillezilla programmers, will read it and understand the real benefits to improve the scheduling in their programs :)

phamti
500 Command not understood
Posts: 2
Joined: 2004-06-30 03:55

#6 Post by phamti » 2004-06-30 03:57

In answer to the question, why not just use command line and use a script? The same reason why we don't use command line to do regular downloads routinely. Take advantage of the gui.

It would be nice to use the filezilla gui to select your files by adding them to the queue. Then have it generate a script that can be run from the command line.. or just schedule it for later download.

Francisco 2002
504 Command not implemented
Posts: 6
Joined: 2005-12-08 03:37
Location: Rio de Janeiro, Brazil

#7 Post by Francisco 2002 » 2005-12-08 04:14


Molly_666
500 Command not understood
Posts: 1
Joined: 2012-08-05 09:59
First name: Molly
Last name: Senden

Re: Can i configure filzilla for automatique transfert

#8 Post by Molly_666 » 2012-08-07 16:11

loic wrote:I want to configure a transfert file to download each day a list of file from a distant serveur, is it possible, i should try to make my xml queue, but how can i load filezilla with parameters like :
- open the sever 1 connection,
- load the transfert queue named transfert.xml
Cool 8) .I am just looking this one. Thanks Loic for this thread.
Thank you

Locked