Only one line is uploading

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

Moderator: Project members

Post Reply
Message
Author
sdadkhah@sdsu.edu
500 Command not understood
Posts: 3
Joined: 2020-06-08 18:41
First name: Shahriyar
Last name: Dadkhah

Only one line is uploading

#1 Post by sdadkhah@sdsu.edu » 2020-06-08 18:58

Hi Folks,

I appreciate your help and guidance on this issue.
My upload only uploads the first line of the file. I use ASCII format. The file extension is non conventional.
I need somehow add the following command line to FileZilla. The other group are using other Application like WSFTP and they are using the following command

site recfm=fb lrecl=200 retpd=10

Thank you for your time
Shahriyar

User avatar
botg
Site Admin
Posts: 35509
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Only one line is uploading

#2 Post by botg » 2020-06-08 21:37

Consider upgrading to a much, _much_, _MUCH_ more modern FTP server that doesn't need such non-standard commands.

sdadkhah@sdsu.edu
500 Command not understood
Posts: 3
Joined: 2020-06-08 18:41
First name: Shahriyar
Last name: Dadkhah

Re: Only one line is uploading

#3 Post by sdadkhah@sdsu.edu » 2020-06-08 22:15

Thanks for your reply.
I wish I could but it is out of my hand. Uploading to State controller.

Any other suggestion?
How about "Enter Custom command" under Server in the menu?

Thanks
Shahriyar

User avatar
botg
Site Admin
Posts: 35509
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Only one line is uploading

#4 Post by botg » 2020-06-09 13:17


sdadkhah@sdsu.edu
500 Command not understood
Posts: 3
Joined: 2020-06-08 18:41
First name: Shahriyar
Last name: Dadkhah

Re: Only one line is uploading

#5 Post by sdadkhah@sdsu.edu » 2020-06-10 17:06

Hi

I was able to open sitemanager.xml and add my command.
Thanks


Following example sets record length file retention period and directs FTP to retain blank spaces at the
end of each record

 Find the sitemanager.xml file which could be at C:\Documents and
Settings\USERNAME\Application Data\FileZilla.
 Open the file with Notepad
 Find the site
 insert into the script the purple XML:
 <Server>
    <Host>Address</Host>
    <Port>21</Port>
    <PostLoginCommands>
            <Command&gt;site lrecl=200 retpd=10 trailingblanks </Command>
     </PostLoginCommands>
</Server>
 Save
 Close out of FileZilla if it is open, and then restart Filezilla

Post Reply