lftp icon indicating copy to clipboard operation
lftp copied to clipboard

Special symbols in folder/filenames

Open marijnkampf opened this issue 10 years ago • 27 comments

Hi Alexander,

I noticed an issue in folder and filenames that contain special symbols such as â and è. lftp encodes them as Unicode symbols which the sftp server doesn't seem to understand.

On FTP server the file I see is called: SX27482 Turret in Ch??teau Royal de Collioure.jpg instead of: SX27482 Turret in Château Royal de Collioure.jpg

I don't believe this to be an issue with the server I'm using, as I can rename the file to include the â symbol using WinSCP.

The lftp command I'm using is:

mirror --reverse --continue --only-missing --only-newer --continue  --use-cache --exclude @eaDir/ "/20130615-29 Holiday in South France" "sftp.example.com/20130615-29 Holiday in South France"

Log file:

2014-05-23 14:43:02 /20130619 Château Royal de Collioure/SX27482 Turret in Château Royal de Collioure.jpg -> sftp://sftp.example.com///20130619%20Ch%C3%A2teau%20Royal%20de%20Collioure/SX27482%20Turret%20in%20Ch%C3%A2teau%20Royal%20de%20Collioure.jpg 0-3811576 63.7 KiB/s

I've tested this with the latest lftp version (4.5.0). As I'm using the mirror command lftp ends up re-uploading the files every time I run it.

Please let me know if you need any more details to enable debugging this.

Best wishes,

Marijn.

marijnkampf avatar May 23 '14 14:05 marijnkampf

Please turn on debug to see what's going on. I cannot reproduce the problem here:

lftp backup:~> mkdir "Turret in Château Royal de Collioure"
mkdir ok, `Turret in Château Royal de Collioure' created
lftp backup:~> cd Turret\ in\ Château\ Royal\ de\ Collioure/
lftp backup:~/Turret in Château Royal de Collioure> pwd
sftp://backup/home/lav/Turret%20in%20Ch%C3%A2teau%20Royal%20de%20Collioure

lavv17 avatar May 23 '14 14:05 lavv17

@marijnkampf did you check the charset your server is using? it sounds like the server is using another charset, what os are you using?

ive had a similar problem with xshell 4 terminal too btw and i fixed it when i switched it to utf-8

relevant lftp man quote sftp:charset (string) the character set used by SFTP server in file names and file listings. Default is empty which means the same as local. This setting is only used for SFTP protocol ver‐ sion prior to 4. Version 4 and later always use UTF-8.

nwgat avatar May 26 '14 19:05 nwgat

@lavv17 I can create a folder with strange symbols without issue.

@nwgat I'll run a test and see whether setting the charset manually works.

I seem to have solved my by using robocopy to recopying the files from my PC (Win7) to my NAS (Linux) on which lftp runs. I initially used either copy from the command or drag-n-drop copying, which may have created a weird character encoding in the filenames.

marijnkampf avatar May 27 '14 06:05 marijnkampf

I'm experiencing the same bug. I'm copying from Ubuntu to a remote ftp server with these characters in the names: ăîșțâ and when comparing on the server files get deleted because they don't match with the garbled interpretation of the remote charset (files already exist over there). The new copied files have garbled names.

The source directory on Ubuntu is a mounted samba share, which comes from a Windows 8.1 + NTFS.

Everything works fine using WinSCP or the WinSCP dynamic library (straight from Windows to the FTP).

Using this command: lftp -c "set ftp:ssl-allow no; open -u username,password ftp://example.com/; mirror --delete -c --parallel=3 --verbose=2 -R -L '/path/on/server' '/somefolder'"

I'm seeing this:

Transferring file `somepath/20. Meniu mâncare.pdf'
get -O ftp:/username:[email protected]/somepath file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/somepath/20.%20Meniu%20m%C3%A2ncare.pdf
Removing old file `somepath/20. Meniu m?ncare.pdf'
chmod 755 ftp://username:[email protected]/somepath/20.%20Meniu%20m%C3%A2ncare.pdf

Notice the ? character instead of the â character.

LFTP | Version 4.4.13
Libraries used: Readline 6.3, GnuTLS 2.12.23, zlib 1.2.8
Linux gitlab 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

oxygen avatar Feb 28 '16 23:02 oxygen

Please turn on debug to see what happens. In the example above you are using ftp instead of sftp.

lavv17 avatar Feb 29 '16 03:02 lavv17

<--- 226-Options: -a -l 
<--- 226 5 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20160206223159
---> MDTM main-hero.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM 20. Meniu m?ncare.pdf
<--- 213 20151007212022
---> MDTM main-title.png
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 Can't check for file existence
---> MDTM 30. Meniu b?uturi.pdf
<--- 213 20151007212022
---> MDTM rezervari-btn.png
<--- 550 I can only retrieve regular files
---> MDTM CramMd5Authenticator.php
<--- 550 Can't check for file existence
get -e -O ftp://username:[email protected]/addons/assets_common file:/mnt/autofs/ExportVHosts/restaurantpescarus.ro.kakao.ro/assets_common/.htaccess
Transferring file `assets/hanuberarilor.ro/FoodMenuPDFs/ro/20. Meniu mâncare.pdf'
get -O ftp://username:[email protected]/addons/assets/hanuberarilor.ro/FoodMenuPDFs/ro file:/mnt/autofs/ExportVHosts/restaurantpescarus.ro.kakao.ro/assets/hanuberarilor.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%C3%A2ncare.pdf
Transferring file `assets/hanuberarilor.ro/FoodMenuPDFs/ro/30. Meniu băuturi.pdf'
get -O ftp://username:[email protected]/addons/assets/hanuberarilor.ro/FoodMenuPDFs/ro file:/mnt/autofs/ExportVHosts/restaurantpescarus.ro.kakao.ro/assets/hanuberarilor.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%C4%83uturi.pdf
rm ftp://username:[email protected]/addons/assets/hanuberarilor.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%3Fncare.pdf
Removing old file `assets/hanuberarilor.ro/FoodMenuPDFs/ro/20. Meniu m?ncare.pdf'
rm ftp://username:[email protected]/addons/assets/hanuberarilor.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%3Futuri.pdf
Removing old file `assets/hanuberarilor.ro/FoodMenuPDFs/ro/30. Meniu b?uturi.pdf'

oxygen avatar Mar 02 '16 06:03 oxygen

Please send complete debug (excluding login/password/ip address information, of course). I need to see FEAT, OPTS, STOR commands.

lavv17 avatar Mar 02 '16 07:03 lavv17

ftp://citygrill.ro/
---- Resolving host address...
---- 1 address found: 176.223.221.166
---- Connecting to citygrill.ro (176.223.221.166) port 21
<--- 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
<--- 220-You are user number 1 of 50 allowed.
<--- 220-Local time is now 01:59. Server port: 21.
<--- 220-This is a private system - No anonymous login
<--- 220-IPv6 connections are also welcome on this server.
<--- 220 You will be disconnected after 15 minutes of inactivity.
---> FEAT
<--- 211-Extensions supported:
<---  EPRT
<---  IDLE
<---  MDTM
<---  SIZE
<---  MFMT
<---  REST STREAM
<---  MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
<---  MLSD
<---  AUTH TLS
<---  PBSZ
<---  PROT
<---  UTF8
<---  TVFS
<---  ESTA
<---  PASV
<---  EPSV
<---  SPSV
<---  ESTP
<--- 211 End.
---> OPTS UTF8 ON
<--- 200 OK, UTF-8 enabled
---> OPTS MLST type;size;modify;UNIX.mode;UNIX.uid;UNIX.gid;
<--- 200  MLST OPTS type;size;sizd;modify;UNIX.mode;UNIX.uid;UNIX.gid;unique;
---> USER username
<--- 331 User username OK. Password required
---> PASS password
<--- 230 OK. Current restricted directory is /
---> PWD
<--- 257 "/" is your current location
---- CWD path to be sent is `/addons'
---> CWD /addons
<--- 250 OK. Current directory is /addons
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,174,49)
---- Connecting data socket to (176.223.221.166) port 44593
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 20 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM .gitignore
<--- 213 20151007212005
---> MDTM .htaccess
<--- 213 20160302064413
---> MDTM .idea
<--- 550 I can only retrieve regular files
---> MDTM api
<--- 550 I can only retrieve regular files
---> MDTM assets
<--- 550 I can only retrieve regular files
---> MDTM assets_common
<--- 550 I can only retrieve regular files
---> MDTM bootstrap.php
<--- 213 20151007212018
---> MDTM classes
<--- 550 I can only retrieve regular files
---> MDTM config
<--- 550 I can only retrieve regular files
---> MDTM functions
<--- 550 I can only retrieve regular files
---> MDTM index.php
<--- 213 20151007212018
---> MDTM pages
<--- 550 I can only retrieve regular files
---> MDTM release.php
<--- 213 20160302063043
---> MDTM sitemap.xsl
<--- 213 20151007212005
---> MDTM sitemap_urls.php
<--- 213 20151231011639
---> MDTM video
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets'
---> CWD /addons/assets
---- Connecting to citygrill.ro (176.223.221.166) port 21
---- Connecting to citygrill.ro (176.223.221.166) port 21
<--- 250 OK. Current directory is /addons/assets
---> TYPE A
<--- 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
<--- 220-You are user number 2 of 50 allowed.
<--- 220-Local time is now 01:59. Server port: 21.
<--- 220-This is a private system - No anonymous login
<--- 220-IPv6 connections are also welcome on this server.
<--- 220 You will be disconnected after 15 minutes of inactivity.
---> FEAT
<--- 200 TYPE is now ASCII
<--- 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
<--- 220-You are user number 3 of 50 allowed.
<--- 220-Local time is now 01:59. Server port: 21.
<--- 220-This is a private system - No anonymous login
<--- 220-IPv6 connections are also welcome on this server.
<--- 220 You will be disconnected after 15 minutes of inactivity.
---> PASV
---> FEAT
<--- 211-Extensions supported:
<---  EPRT
<---  IDLE
<---  MDTM
<---  SIZE
<---  MFMT
<---  REST STREAM
<---  MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
<---  MLSD
<---  AUTH TLS
<---  PBSZ
<---  PROT
<---  UTF8
<---  TVFS
<---  ESTA
<---  PASV
<---  EPSV
<---  SPSV
<---  ESTP
<--- 211 End.
---> OPTS UTF8 ON
<--- 227 Entering Passive Mode (176,223,221,166,26,121)
---- Connecting data socket to (176.223.221.166) port 6777
<--- 211-Extensions supported:
<---  EPRT
<---  IDLE
<---  MDTM
<---  SIZE
<---  MFMT
<---  REST STREAM
<---  MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
<---  MLSD
<---  AUTH TLS
<---  PBSZ
<---  PROT
<---  UTF8
<---  TVFS
<---  ESTA
<---  PASV
<---  EPSV
<---  SPSV
<---  ESTP
<--- 211 End.
---> OPTS UTF8 ON
<--- 200 OK, UTF-8 enabled
---> OPTS MLST type;size;modify;UNIX.mode;UNIX.uid;UNIX.gid;
---- Data connection established
---> LIST
<--- 200 OK, UTF-8 enabled
---> OPTS MLST type;size;modify;UNIX.mode;UNIX.uid;UNIX.gid;
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 11 matches total
<--- 200  MLST OPTS type;size;sizd;modify;UNIX.mode;UNIX.uid;UNIX.gid;unique;
---> USER username
<--- 200  MLST OPTS type;size;sizd;modify;UNIX.mode;UNIX.uid;UNIX.gid;unique;
---> TYPE I
---> USER username
<--- 331 User username OK. Password required
---> PASS password
---- CWD path to be sent is `/addons/api'
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 331 User username OK. Password required
---> PASS password
---- CWD path to be sent is `/addons/.idea'
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM .htaccess
<--- 213 20160228233256
---> MDTM carucubere.ro
<--- 550 I can only retrieve regular files
---> MDTM citycafe.citygrillgroup.ro
<--- 550 I can only retrieve regular files
---> MDTM citygrill.ro
<--- 550 I can only retrieve regular files
---> MDTM citygrillgroup.ro
<--- 550 I can only retrieve regular files
---> MDTM hanuberarilor.ro
<--- 550 I can only retrieve regular files
---> MDTM hanumanuc.ro
<--- 550 I can only retrieve regular files
---> MDTM restaurantpescarus.ro
<--- 550 I can only retrieve regular files
---> MDTM trattoriabuongiorno.ro
<--- 550 I can only retrieve regular files
mkdir -p ftp://username:[email protected]/addons
Removing old file `assets/.htaccess'
Transferring file `assets/.htaccess'
---- CWD path to be sent is `/addons/assets/carucubere.ro'
---> CWD /addons/assets/carucubere.ro
<--- 230 OK. Current restricted directory is /
---> CWD /addons/api
<--- 250 OK. Current directory is /addons/assets/carucubere.ro
---> TYPE A
<--- 250 OK. Current directory is /addons/api
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,89,250)
---- Connecting data socket to (176.223.221.166) port 23034
<--- 227 Entering Passive Mode (176,223,221,166,152,140)
---- Connecting data socket to (176.223.221.166) port 39052
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 35 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM jsonrpc-2.0.php
<--- 550 I can only retrieve regular files
---> MDTM FoodMenuPDFs
<--- 213 20151007212005
---- CWD path to be sent is `/addons/assets_common'
---> CWD /addons/assets_common
<--- 230 OK. Current restricted directory is /
---> CWD /addons/.idea
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 250 OK. Current directory is /addons/assets_common
---> TYPE A
<--- 213 20160207224231
<--- 250 OK. Current directory is /addons/.idea
---> MDTM car-vintage.png
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212015
---> MDTM car-vintage2x.png
<--- 227 Entering Passive Mode (176,223,221,166,100,71)
---- Connecting data socket to (176.223.221.166) port 25671
<--- 227 Entering Passive Mode (176,223,221,166,162,5)
---- Connecting data socket to (176.223.221.166) port 41477
<--- 213 20151007212015
---> MDTM employee_of_the_month
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM favicon.ico
<--- 150 Accepted data connection
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 12 matches total
---> TYPE I
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 103 matches total
<--- 213 20151007212016
---> MDTM favicon256.png
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212015
---> MDTM gallery
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM gloves.png
<--- 550 I can only retrieve regular files
<--- 550 I can only retrieve regular files
---> MDTM ..
---> MDTM .name
<--- 213 20151007212015
---> MDTM gloves2x.png
<--- 550 I can only retrieve regular files
---> MDTM .htaccess
<--- 213 20160207194130
---> MDTM copyright
<--- 213 20151007212015
---> MDTM house-speciality.en.png
<--- 213 20160228233311
---> MDTM 360-panorama.png
<--- 550 I can only retrieve regular files
---> MDTM dictionaries
<--- 213 20151007212015
---> MDTM house-speciality.en2x.png
<--- 213 20151007212018
---> MDTM 360-panorama2x.png
<--- 550 I can only retrieve regular files
---> MDTM encodings.xml
<--- 213 20151007212015
---> MDTM house-speciality.ro.png
<--- 213 20151007212022
---> MDTM EmployeeOfTheMonth
<--- 213 20160207194131
---> MDTM hanuberarilor.ro.kakao.ro.iml
<--- 213 20151007212015
---> MDTM house-speciality.ro2x.png
<--- 550 I can only retrieve regular files
---> MDTM Flags
<--- 213 20160207194130
---> MDTM inspectionProfiles
<--- 213 20151007212015
---> MDTM logo.png
<--- 550 I can only retrieve regular files
---> MDTM Fonts
<--- 550 I can only retrieve regular files
---> MDTM misc.xml
<--- 213 20151007212015
---> MDTM logo.svg
<--- 550 I can only retrieve regular files
---> MDTM Footer
<--- 213 20160207195041
---> MDTM modules.xml
<--- 213 20151007212015
---> MDTM logo2x.png
<--- 550 I can only retrieve regular files
---> MDTM JavaScript
<--- 213 20160207194131
---> MDTM vcs.xml
<--- 213 20151007212015
---> MDTM pdf
<--- 550 I can only retrieve regular files
---> MDTM Newspaper
<--- 213 20160207194159
---> MDTM workspace.xml
<--- 550 I can only retrieve regular files
---> MDTM penny-farthing.png
<--- 550 I can only retrieve regular files
---> MDTM OUT4FOOD
<--- 213 20160229004137
---- CWD path to be sent is `/addons/.idea/copyright'
---> CWD /addons/.idea/copyright
<--- 213 20151007212015
---> MDTM penny-farthing2x.png
<--- 550 I can only retrieve regular files
---> MDTM Our_history
<--- 250 OK. Current directory is /addons/.idea/copyright
<--- 213 20151007212015
---> TYPE A
---> MDTM sample-menu-title.en.png
<--- 550 I can only retrieve regular files
---> MDTM Promotions
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212015
---> MDTM sample-menu-title.en2x.png
<--- 550 I can only retrieve regular files
---> MDTM Scalability.png
<--- 227 Entering Passive Mode (176,223,221,166,11,187)
---- Connecting data socket to (176.223.221.166) port 3003
<--- 213 20151007212018
---> MDTM Scalability.svg
<--- 213 20151007212015
---> MDTM sample-menu-title.ro.png
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM SocialIcons
<--- 213 20151007212015
---> MDTM sample-menu-title.ro2x.png
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM Stylesheets
<--- 213 20151007212015
---> MDTM slider
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 550 I can only retrieve regular files
---> MDTM slider_food_menu
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20160206223200
---> MDTM app_installer_appstore.png
<--- 550 I can only retrieve regular files
---> MDTM slider_overlayer.png
<--- 550 I can only retrieve regular files
---> MDTM profiles_settings.xml
<--- 213 20151007212019
---> MDTM app_installer_appstore2x.png
<--- 213 20151007212015
---> MDTM smoking-pipe.png
<--- 213 20160207194131
---- CWD path to be sent is `/addons/.idea/dictionaries'
---> CWD /addons/.idea/dictionaries
<--- 213 20151007212015
---> MDTM smoking-pipe2x.png
<--- 213 20151007212022
---> MDTM app_installer_appstore_big.png
<--- 250 OK. Current directory is /addons/.idea/dictionaries
---> TYPE A
<--- 213 20151007212015
<--- 213 20151007212018
---> MDTM style.css
---> MDTM app_installer_appstore_big2x.png
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212015
---> MDTM topper.png
<--- 213 20151007212022
---> MDTM app_installer_google_play.png
<--- 227 Entering Passive Mode (176,223,221,166,195,130)
---- Connecting data socket to (176.223.221.166) port 50050
<--- 213 20151007212015
---> MDTM topper2x.png
<--- 213 20151007212022
---> MDTM app_installer_google_play2x.png
---- Data connection established
---> LIST
<--- 213 20151007212015
---> MDTM visual_our_story.jpg
<--- 213 20151007212018
---> MDTM app_installer_google_play_big.png
<--- 150 Accepted data connection
<--- 213 20151007212015
---- CWD path to be sent is `/addons/assets/carucubere.ro/FoodMenuPDFs'
---> CWD /addons/assets/carucubere.ro/FoodMenuPDFs
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212018
---> MDTM app_installer_google_play_big2x.png
<--- 250 OK. Current directory is /addons/assets/carucubere.ro/FoodMenuPDFs
---> TYPE A
<--- 200 TYPE is now 8-bit binary
<--- 213 20151007212018
---> MDTM .
---> MDTM buton-creaza-cont.png
<--- 200 TYPE is now ASCII
<--- 550 I can only retrieve regular files
---> PASV
---> MDTM ..
<--- 213 20151007212022
---> MDTM buton-creaza-cont2x.png
<--- 550 I can only retrieve regular files
---> MDTM oxygen.xml
<--- 227 Entering Passive Mode (176,223,221,166,217,228)
---- Connecting data socket to (176.223.221.166) port 55780
<--- 213 20151007212019
---> MDTM buton-intra-in-cont.png
<--- 213 20160207195041
---- CWD path to be sent is `/addons/.idea/inspectionProfiles'
---> CWD /addons/.idea/inspectionProfiles
---- Data connection established
---> LIST
<--- 213 20151007212018
<--- 250 OK. Current directory is /addons/.idea/inspectionProfiles
---> MDTM buton-intra-in-cont2x.png
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE A
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212018
---> MDTM buton-trimite.ro.png
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
<--- 200 TYPE is now 8-bit binary
---> MDTM buton-trimite2x.ro.png
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,16,125)
---- Connecting data socket to (176.223.221.166) port 4221
<--- 213 20151007212018
---> MDTM button-find-a-table.en.png
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 213 20151007212022
---> MDTM button-find-a-table.ro.png
<--- 550 I can only retrieve regular files
---> MDTM en
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
<--- 213 20151007212022
---> MDTM ro
---> MDTM button-find-a-table2x.en.png
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/carucubere.ro/FoodMenuPDFs/en'
---> CWD /addons/assets/carucubere.ro/FoodMenuPDFs/en
<--- 213 20151007212022
---> MDTM button-find-a-table2x.ro.png
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/assets/carucubere.ro/FoodMenuPDFs/en
<--- 213 20151007212022
---> TYPE A
---> MDTM button-subscribe.png
<--- 550 I can only retrieve regular files
---> MDTM Project_Default.xml
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20160207194131
---> MDTM profiles_settings.xml
<--- 213 20151007212019
---> MDTM button-subscribe2x.png
<--- 227 Entering Passive Mode (176,223,221,166,67,85)
---- Connecting data socket to (176.223.221.166) port 17237
<--- 213 20160207194131
<--- 213 20151007212022
---> MDTM button_send_request.png
---- CWD path to be sent is `/addons/classes'
---> CWD /addons/classes
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM button_send_request2x.png
<--- 250 OK. Current directory is /addons/classes
---> TYPE A
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212019
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> MDTM calendar.png
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM calendar2x.png
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,87,228)
---- Connecting data socket to (176.223.221.166) port 22500
<--- 213 20151007212018
---> MDTM cariere-baner.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM cariere-title-2x.png
<--- 550 I can only retrieve regular files
---> MDTM BRAND - Menu.pdf
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 10 matches total
---> TYPE I
<--- 213 20151007212018
---> MDTM cariere-title.png
<--- 213 20151019225541
---- CWD path to be sent is `/addons/assets/carucubere.ro/FoodMenuPDFs/ro'
---> CWD /addons/assets/carucubere.ro/FoodMenuPDFs/ro
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212022
---> MDTM cariere.png
<--- 250 OK. Current directory is /addons/assets/carucubere.ro/FoodMenuPDFs/ro
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM ..
---> MDTM cariere.svg
<--- 550 I can only retrieve regular files
---> MDTM .htaccess
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM consilier-evenimente.png
<--- 213 20151007212018
---> MDTM CityGrill
<--- 213 20151007212019
---> MDTM consilier-evenimente.svg
<--- 227 Entering Passive Mode (176,223,221,166,215,62)
---- Connecting data socket to (176.223.221.166) port 55102
<--- 550 I can only retrieve regular files
---> MDTM HTMLResourceLoader.php
<--- 213 20151007212018
---> MDTM dots-line.png
---- Data connection established
---> LIST
<--- 213 20160229003124
---> MDTM JSONRPC
<--- 213 20151007212018
---> MDTM dots-line2x.png
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM Minify
<--- 213 20151007212018
---> MDTM dots-short.png
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM Pel-Exif
<--- 213 20151007212022
---> MDTM dots-short2x.png
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM SwiftMailer
<--- 213 20151007212020
---> MDTM dots.cdr
<--- 550 I can only retrieve regular files
---> MDTM BRAND - Meniu.pdf
<--- 550 I can only retrieve regular files
---> MDTM Validators
<--- 213 20151007212018
---> MDTM dots.png
<--- 213 20151019225541
---- CWD path to be sent is `/addons/assets/carucubere.ro/employee_of_the_month'
---> CWD /addons/assets/carucubere.ro/employee_of_the_month
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/classes/CityGrill'
---> CWD /addons/classes/CityGrill
<--- 213 20151007212018
---> MDTM dots.svg
<--- 250 OK. Current directory is /addons/assets/carucubere.ro/employee_of_the_month
---> TYPE A
<--- 250 OK. Current directory is /addons/classes/CityGrill
---> TYPE A
<--- 213 20151007212018
---> MDTM dots2x.png
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212022
---> MDTM frame-curly.png
<--- 227 Entering Passive Mode (176,223,221,166,107,113)
---- Connecting data socket to (176.223.221.166) port 27505
<--- 227 Entering Passive Mode (176,223,221,166,91,52)
---- Connecting data socket to (176.223.221.166) port 23348
<--- 213 20151007212018
---> MDTM frame-curly2x.png
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM frame-squary.png
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 213 20151007212018
---> MDTM frame-squary2x.png
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212019
---> MDTM hanuberarilor_100deani
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM map-pin.png
<--- 550 I can only retrieve regular files
---> MDTM 2014
<--- 550 I can only retrieve regular files
---> MDTM CityGrill_Exception.php
<--- 213 20151007212018
---> MDTM map-pixel.png
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/carucubere.ro/employee_of_the_month/2014'
---> CWD /addons/assets/carucubere.ro/employee_of_the_month/2014
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/JSONRPC'
---> CWD /addons/classes/JSONRPC
<--- 213 20151007212022
---> MDTM news_out4food.png
<--- 250 OK. Current directory is /addons/assets/carucubere.ro/employee_of_the_month/2014
<--- 250 OK. Current directory is /addons/classes/JSONRPC
---> TYPE A
---> TYPE A
<--- 213 20151007212018
---> MDTM news_out4food2x.png
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM oliviera2x.png
<--- 227 Entering Passive Mode (176,223,221,166,115,77)
---- Connecting data socket to (176.223.221.166) port 29517
<--- 227 Entering Passive Mode (176,223,221,166,26,85)
---- Connecting data socket to (176.223.221.166) port 6741
<--- 213 20151007212019
---> MDTM opinii.png
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM opinii.svg
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 150 Accepted data connection
---> TYPE I
<--- 226-Options: -a -l 
<--- 226 8 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212022
---> MDTM our_history.css
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM out4food_decoration.png
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212019
---> MDTM paper_bg.png
<--- 550 I can only retrieve regular files
---> MDTM Client.php
<--- 550 I can only retrieve regular files
---> MDTM 7
<--- 213 20151007212022
---> MDTM paper_bg2x.png
<--- 213 20151007212018
---> MDTM ClientFilterBase.php
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/carucubere.ro/employee_of_the_month/2014/7'
---> CWD /addons/assets/carucubere.ro/employee_of_the_month/2014/7
<--- 213 20151007212022
---> MDTM pdf
<--- 213 20151007212018
---> MDTM JSONRPC_Exception.php
<--- 550 I can only retrieve regular files
---> MDTM pdf-icon.png
<--- 250 OK. Current directory is /addons/assets/carucubere.ro/employee_of_the_month/2014/7
---> TYPE A
<--- 213 20151007212018
---> MDTM Server.php
<--- 213 20151007212018
---> MDTM pdf-icon2x.png
<--- 213 20151007212018
---> MDTM ServerFilterBase.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM phone.png
<--- 213 20151007212018
---> MDTM filters
<--- 227 Entering Passive Mode (176,223,221,166,223,151)
---- Connecting data socket to (176.223.221.166) port 57239
<--- 213 20151007212018
---> MDTM phone2x.png
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/classes/JSONRPC/filters'
---> CWD /addons/classes/JSONRPC/filters
---- Data connection established
---> LIST
<--- 213 20151007212019
---> MDTM program-sarbatori.png
<--- 250 OK. Current directory is /addons/classes/JSONRPC/filters
---> TYPE A
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
<--- 213 20151201124049
---> MDTM program-sarbatori.svg
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151201124233
---> MDTM program-sarbatori2x.png
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151201124159
---> MDTM signature-dragos-petrescu.png
<--- 227 Entering Passive Mode (176,223,221,166,148,17)
---- Connecting data socket to (176.223.221.166) port 37905
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212020
---> MDTM signature-dragos-petrescu.svg
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM carucubere
<--- 213 20151007212018
---> MDTM signature-dragos-petrescu2x.png
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/carucubere.ro/employee_of_the_month/2014/7/carucubere'
---> CWD /addons/assets/carucubere.ro/employee_of_the_month/2014/7/carucubere
<--- 213 20151007212022
---> MDTM slider_bullets_white
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/assets/carucubere.ro/employee_of_the_month/2014/7/carucubere
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM slider_events_counsel
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM slider_gift_voucher
<--- 550 I can only retrieve regular files
---> MDTM client
<--- 227 Entering Passive Mode (176,223,221,166,250,176)
---- Connecting data socket to (176.223.221.166) port 64176
<--- 550 I can only retrieve regular files
---> MDTM slider_menu_organic
<--- 550 I can only retrieve regular files
---> MDTM server
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM slider_out4food
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/classes/JSONRPC/filters/client'
---> CWD /addons/classes/JSONRPC/filters/client
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 9 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM solnita.png
<--- 250 OK. Current directory is /addons/classes/JSONRPC/filters/client
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM solnita2x.png
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM spacer_horizontal_scissors.png
<--- 227 Entering Passive Mode (176,223,221,166,36,3)
---- Connecting data socket to (176.223.221.166) port 9219
<--- 550 I can only retrieve regular files
---> MDTM Ciprian Iamandi.jpg
<--- 213 20151007212018
---> MDTM spacer_horizontal_scissors_2x.png
---- Data connection established
---> LIST
<--- 213 20151007212016
---> MDTM Daniel Pene.jpg
<--- 213 20151007212018
---> MDTM tacamuri.png
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 6 matches total
---> TYPE I
<--- 213 20151007212016
---> MDTM Mia Wallace.jpg
<--- 213 20151007212018
---> MDTM tacamuri2x.png
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212016
---> MDTM Mihai Patrascanu.jpg
<--- 213 20151007212018
---> MDTM va-recomandam.png
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212016
---> MDTM Mihail Musat.jpg
<--- 213 20151007212022
---> MDTM va-recomandam2x.png
<--- 550 I can only retrieve regular files
---> MDTM CacheAPC.php
<--- 213 20151007212016
---> MDTM Silviu Radulescu.jpg
<--- 213 20151007212018
---> MDTM voucher-cadou.jpg
<--- 213 20151007212018
---> MDTM ProcessForker.php
<--- 213 20151007212016
---> MDTM Thumbs.db
<--- 213 20151007212018
---> MDTM voucher-cadou2x.jpg
<--- 213 20151007212018
---> MDTM ProcessForkerCallback.php
<--- 213 20151007212016
---- CWD path to be sent is `/addons/assets/carucubere.ro/gallery'
---> CWD /addons/assets/carucubere.ro/gallery
<--- 213 20151007212018
---> MDTM weddings.png
<--- 213 20151007212018
---> MDTM SignatureAdd.php
<--- 213 20151007212018
<--- 250 OK. Current directory is /addons/assets/carucubere.ro/gallery
---> MDTM weddings.svg
---> TYPE A
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/JSONRPC/filters/server'
---> CWD /addons/classes/JSONRPC/filters/server
<--- 213 20151007212018
---> MDTM worldcup2014
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/classes/JSONRPC/filters/server
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 227 Entering Passive Mode (176,223,221,166,112,150)
---- Connecting data socket to (176.223.221.166) port 28822
get -e -O ftp://username:[email protected]/addons/assets file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets/.htaccess
Removing old file `assets_common/.htaccess'
Transferring file `assets_common/.htaccess'
---- CWD path to be sent is `/addons/assets_common/EmployeeOfTheMonth'
---> CWD /addons/assets_common/EmployeeOfTheMonth
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/assets_common/EmployeeOfTheMonth
<--- 227 Entering Passive Mode (176,223,221,166,122,7)
---- Connecting data socket to (176.223.221.166) port 31239
---> TYPE A
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 7 matches total
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,245,23)
---- Connecting data socket to (176.223.221.166) port 62743
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM carucubere
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/carucubere.ro/gallery/carucubere'
---> CWD /addons/assets/carucubere.ro/gallery/carucubere
<--- 550 I can only retrieve regular files
---> MDTM ProcessForker.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/assets/carucubere.ro/gallery/carucubere
<--- 213 20151007212018
---> TYPE A
---> MDTM Reflection.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM RemoteAPIDocumentor.php
<--- 550 I can only retrieve regular files
---> MDTM EmployeeOfTheMonthBanner.jpg
<--- 227 Entering Passive Mode (176,223,221,166,200,124)
---- Connecting data socket to (176.223.221.166) port 51324
<--- 213 20151007212018
---> MDTM SignatureVerify.php
<--- 213 20151007212018
---> MDTM Thumbs.db
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM URLPublic.php
<--- 213 20160206223159
---> MDTM picture_frame.png
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 25 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/Minify'
---> CWD /addons/classes/Minify
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/Flags'
---> CWD /addons/assets_common/Flags
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/classes/Minify
---> TYPE A
<--- 250 OK. Current directory is /addons/assets_common/Flags
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 200 TYPE is now ASCII
---> MDTM ..
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 227 Entering Passive Mode (176,223,221,166,215,100)
---- Connecting data socket to (176.223.221.166) port 55140
<--- 227 Entering Passive Mode (176,223,221,166,86,186)
---- Connecting data socket to (176.223.221.166) port 22202
<--- 213 20151007212016
---> MDTM cb103.jpg
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 213 20151007212015
---> MDTM cb109.jpg
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 11 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 7 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212015
---> TYPE I
---> MDTM cb11.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212015
---> MDTM cb121.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212015
---> MDTM cb129.jpg
<--- 550 I can only retrieve regular files
---> MDTM CSSmin.php
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 213 20151007212015
---> MDTM cb14.jpg
<--- 213 20151007212018
---> MDTM DooDigestAuth.php
<--- 213 20160206223159
---> MDTM en.png
<--- 213 20151007212015
---> MDTM cb24.jpg
<--- 213 20151007212018
---> MDTM FirePHP.php
<--- 213 20151007212022
---> MDTM en2x.png
<--- 213 20151007212015
---> MDTM cb28.jpg
<--- 213 20151007212018
---> MDTM HTTP
<--- 213 20151007212022
---> MDTM ro.png
<--- 213 20151007212016
---> MDTM cb29.jpg
<--- 550 I can only retrieve regular files
---> MDTM JSMin.php
<--- 213 20151007212022
---> MDTM ro2x.png
<--- 213 20151007212015
---> MDTM cb32.jpg
<--- 213 20151007212018
---> MDTM JSMinPlus.php
<--- 213 20151007212022
---- CWD path to be sent is `/addons/assets_common/Fonts'
---> CWD /addons/assets_common/Fonts
<--- 213 20151007212016
---> MDTM cb34.jpg
<--- 213 20151007212018
---> MDTM Minify
<--- 250 OK. Current directory is /addons/assets_common/Fonts
---> TYPE A
<--- 213 20151007212016
---> MDTM cb35.jpg
<--- 550 I can only retrieve regular files
---> MDTM Minify.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212015
---> MDTM cb42.jpg
<--- 213 20151007212018
---> MDTM MrClay
<--- 227 Entering Passive Mode (176,223,221,166,53,181)
---- Connecting data socket to (176.223.221.166) port 13749
<--- 213 20151007212016
---> MDTM cb46.jpg
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/classes/Minify/HTTP'
---> CWD /addons/classes/Minify/HTTP
---- Data connection established
---> LIST
<--- 213 20151007212015
---> MDTM cb47.jpg
<--- 250 OK. Current directory is /addons/classes/Minify/HTTP
---> TYPE A
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 10 matches total
<--- 213 20151007212015
---> MDTM cb49.jpg
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212015
---> MDTM cb54.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM !P4risienne
<--- 227 Entering Passive Mode (176,223,221,166,194,74)
---- Connecting data socket to (176.223.221.166) port 49738
<--- 213 20151007212015
---> MDTM cb56.jpg
<--- 550 I can only retrieve regular files
---> MDTM .
---- Data connection established
---> LIST
<--- 213 20151007212016
---> MDTM cb64.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 213 20151007212015
---> MDTM cb70.jpg
<--- 550 I can only retrieve regular files
---> MDTM Brit4nicBold
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212015
---> MDTM cb85.jpg
<--- 550 I can only retrieve regular files
---> MDTM CaveatBrush
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212015
---> MDTM cb91.jpg
<--- 550 I can only retrieve regular files
---> MDTM DancingScript
<--- 550 I can only retrieve regular files
---> MDTM ConditionalGet.php
<--- 213 20151007212015
---- CWD path to be sent is `/addons/assets/carucubere.ro/pdf'
---> CWD /addons/assets/carucubere.ro/pdf
<--- 550 I can only retrieve regular files
---> MDTM Itim
<--- 213 20151007212018
---> MDTM Encoder.php
<--- 250 OK. Current directory is /addons/assets/carucubere.ro/pdf
---> TYPE A
<--- 213 20151007212018
<--- 550 I can only retrieve regular files
---> MDTM Merriweather
---- CWD path to be sent is `/addons/classes/Minify/Minify'
---> CWD /addons/classes/Minify/Minify
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM N3xa
<--- 250 OK. Current directory is /addons/classes/Minify/Minify
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,167,47)
---- Connecting data socket to (176.223.221.166) port 42799
<--- 550 I can only retrieve regular files
---> MDTM P4risienne
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets_common/Fonts/!P4risienne'
---> CWD /addons/assets_common/Fonts/!P4risienne
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
<--- 227 Entering Passive Mode (176,223,221,166,92,129)
---- Connecting data socket to (176.223.221.166) port 23681
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 250 OK. Current directory is /addons/assets_common/Fonts/!P4risienne
---> TYPE A
---- Data connection established
---> LIST
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 21 matches total
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,196,182)
---- Connecting data socket to (176.223.221.166) port 50358
<--- 550 I can only retrieve regular files
---> MDTM .htaccess
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 213 20151007212015
---- CWD path to be sent is `/addons/assets/carucubere.ro/slider'
---> CWD /addons/assets/carucubere.ro/slider
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 250 OK. Current directory is /addons/assets/carucubere.ro/slider
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM Build.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM CSS
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,4,191)
---- Connecting data socket to (176.223.221.166) port 1215
<--- 550 I can only retrieve regular files
---> MDTM CSS.php
<--- 550 I can only retrieve regular files
---> MDTM P4risienne-Regular.ttf
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM Cache
<--- 213 20151007212019
---> MDTM P4risienne-Regular.woff
<--- 150 Accepted data connection
<--- 550 I can only retrieve regular files
---> MDTM ClosureCompiler.php
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 12 matches total
---> TYPE I
<--- 213 20151007212019
---> MDTM stylesheet.css
<--- 213 20151007212018
---> MDTM CommentPreserver.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212019
---- CWD path to be sent is `/addons/assets_common/Fonts/Brit4nicBold'
---> CWD /addons/assets_common/Fonts/Brit4nicBold
<--- 213 20151007212018
---> MDTM Controller
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/assets_common/Fonts/Brit4nicBold
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM DebugDetector.php
<--- 550 I can only retrieve regular files
---> MDTM 01-banner-manuc-rezervari.ro.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM HTML
<--- 213 20151007212015
---> MDTM 02-banner-manuc-rezervari.ro.jpg
<--- 227 Entering Passive Mode (176,223,221,166,97,97)
---- Connecting data socket to (176.223.221.166) port 24929
<--- 550 I can only retrieve regular files
---> MDTM HTML.php
<--- 213 20151007212015
---> MDTM 03-banner-grup.ro.jpg
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM ImportProcessor.php
<--- 213 20151007212015
---> MDTM Thumbs.db
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212018
---> MDTM JS
<--- 226-Options: -a -l 
<--- 226 6 matches total
---> TYPE I
<--- 213 20160207224231
---> MDTM caru' cu bere PT02.jpg
<--- 550 I can only retrieve regular files
---> MDTM Lines.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212015
---> MDTM caru' cu bere PT05.jpg
<--- 213 20151007212018
---> MDTM Loader.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212015
---> MDTM caru' cu bere PT124.jpg
<--- 213 20151007212018
---> MDTM Logger.php
<--- 550 I can only retrieve regular files
---> MDTM brit4nic-webfont.eot
<--- 213 20151007212015
---> MDTM caru' cu bere PT14.jpg
<--- 213 20151007212018
---> MDTM Packer.php
<--- 213 20151007212019
---> MDTM brit4nic-webfont.ttf
<--- 213 20151007212015
---> MDTM caru' cu bere PT144.jpg
<--- 213 20151007212018
---> MDTM Source.php
<--- 213 20151007212019
---> MDTM brit4nic-webfont.woff
<--- 213 20151007212015
---> MDTM caru' cu bere PT43.jpg
<--- 213 20151007212018
---> MDTM YUI
<--- 213 20151007212019
---> MDTM stylesheet.css
<--- 213 20151007212015
---- CWD path to be sent is `/addons/assets/carucubere.ro/slider_food_menu'
---> CWD /addons/assets/carucubere.ro/slider_food_menu
<--- 550 I can only retrieve regular files
---> MDTM YUICompressor.php
<--- 213 20151007212019
---- CWD path to be sent is `/addons/assets_common/Fonts/CaveatBrush'
---> CWD /addons/assets_common/Fonts/CaveatBrush
<--- 250 OK. Current directory is /addons/assets/carucubere.ro/slider_food_menu
---> TYPE A
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/Minify/Minify/CSS'
---> CWD /addons/classes/Minify/Minify/CSS
<--- 250 OK. Current directory is /addons/assets_common/Fonts/CaveatBrush
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/classes/Minify/Minify/CSS
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,194,183)
---- Connecting data socket to (176.223.221.166) port 49847
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,49,157)
---- Connecting data socket to (176.223.221.166) port 12701
---- Data connection established
---> LIST
<--- 227 Entering Passive Mode (176,223,221,166,159,24)
---- Connecting data socket to (176.223.221.166) port 40728
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 10 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM FoodMenuBanner.en.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM Caveat_Brush.zip
<--- 213 20150903213447
---> MDTM FoodMenuBanner.ro.jpg
<--- 550 I can only retrieve regular files
---> MDTM Compressor.php
<--- 213 20151029224423
---> MDTM caveatbrush-regular-demo.html
<--- 213 20150903213447
---> MDTM Thumbs.db
<--- 213 20151007212018
---> MDTM UriRewriter.php
<--- 213 20151029224911
---> MDTM caveatbrush-regularCaveatBrush.eot
<--- 213 20160207224231
---- CWD path to be sent is `/addons/assets/citycafe.citygrillgroup.ro'
---> CWD /addons/assets/citycafe.citygrillgroup.ro
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/Minify/Minify/Cache'
---> CWD /addons/classes/Minify/Minify/Cache
<--- 213 20151029224911
---> MDTM caveatbrush-regularCaveatBrush.ttf
<--- 250 OK. Current directory is /addons/assets/citycafe.citygrillgroup.ro
---> TYPE A
<--- 213 20151029224911
---> MDTM caveatbrush-regularCaveatBrush.woff
<--- 213 20151029224911
---> MDTM caveatbrush-regularCaveatBrush.woff2
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151029224911
---> MDTM generator_config.txt
<--- 227 Entering Passive Mode (176,223,221,166,51,253)
---- Connecting data socket to (176.223.221.166) port 13309
<--- 213 20151029224911
---> MDTM stylesheet.css
---- Data connection established
---> LIST
<--- 213 20151029224911
---- CWD path to be sent is `/addons/assets_common/Fonts/DancingScript'
---> CWD /addons/assets_common/Fonts/DancingScript
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 18 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 250 OK. Current directory is /addons/assets_common/Fonts/DancingScript
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/classes/Minify/Minify/Cache
---> TYPE A
<--- 200 TYPE is now ASCII
<--- 550 I can only retrieve regular files
---> PASV
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,249,174)
---- Connecting data socket to (176.223.221.166) port 63918
<--- 550 I can only retrieve regular files
---> MDTM FoodMenuPDFs
<--- 227 Entering Passive Mode (176,223,221,166,156,231)
---- Connecting data socket to (176.223.221.166) port 40167
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM Promotions
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 7 matches total
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM coffee-slider
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM favicon.ico
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM Bold
<--- 213 20151007212018
---> MDTM favicon256.png
<--- 550 I can only retrieve regular files
---> MDTM APC.php
<--- 550 I can only retrieve regular files
---> MDTM Regular
<--- 213 20151007212018
---> MDTM gallery
<--- 213 20151007212018
---> MDTM File.php
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets_common/Fonts/DancingScript/Bold'
---> CWD /addons/assets_common/Fonts/DancingScript/Bold
<--- 550 I can only retrieve regular files
---> MDTM logo.png
<--- 213 20151007212018
---> MDTM Memcache.php
<--- 250 OK. Current directory is /addons/assets_common/Fonts/DancingScript/Bold
---> TYPE A
<--- 213 20151007212018
---> MDTM logo.svg
<--- 213 20151007212018
---> MDTM XCache.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM pdf
<--- 213 20151007212018
---> MDTM ZendPlatform.php
<--- 227 Entering Passive Mode (176,223,221,166,99,213)
---- Connecting data socket to (176.223.221.166) port 25557
<--- 550 I can only retrieve regular files
---> MDTM slider
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/Minify/Minify/Controller'
---> CWD /addons/classes/Minify/Minify/Controller
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM slider_bullets
<--- 250 OK. Current directory is /addons/classes/Minify/Minify/Controller
---> TYPE A
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 550 I can only retrieve regular files
---> TYPE I
---> MDTM slider_food_menu
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM slider_overlayer.png
<--- 227 Entering Passive Mode (176,223,221,166,217,105)
---- Connecting data socket to (176.223.221.166) port 55657
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM style.css
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM dancingscript-bold-webfont.eot
<--- 213 20151007212018
---> MDTM visual_our_story.jpg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 8 matches total
---> TYPE I
<--- 213 20151007212020
---> MDTM dancingscript-bold-webfont.ttf
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/citycafe.citygrillgroup.ro/FoodMenuPDFs'
---> CWD /addons/assets/citycafe.citygrillgroup.ro/FoodMenuPDFs
<--- 213 20151007212020
---> MDTM dancingscript-bold-webfont.woff
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/assets/citycafe.citygrillgroup.ro/FoodMenuPDFs
---> TYPE A
<--- 213 20151007212020
---> MDTM stylesheet.css
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212020
---- CWD path to be sent is `/addons/assets_common/Fonts/DancingScript/Regular'
---> CWD /addons/assets_common/Fonts/DancingScript/Regular
<--- 550 I can only retrieve regular files
---> MDTM Base.php
<--- 227 Entering Passive Mode (176,223,221,166,159,111)
---- Connecting data socket to (176.223.221.166) port 40815
<--- 250 OK. Current directory is /addons/assets_common/Fonts/DancingScript/Regular
---> TYPE A
<--- 213 20151007212018
---> MDTM Files.php
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM Groups.php
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,247,24)
---- Connecting data socket to (176.223.221.166) port 63256
<--- 213 20151007212018
---> MDTM MinApp.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM Page.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 8 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212018
---> MDTM Version1.php
<--- 550 I can only retrieve regular files
---> MDTM en
<--- 213 20151007212018
<--- 200 TYPE is now 8-bit binary
---> MDTM !dancingscript-regular-webfont.ttf
<--- 550 I can only retrieve regular files
---> MDTM ro
---- CWD path to be sent is `/addons/classes/Minify/Minify/HTML'
---> CWD /addons/classes/Minify/Minify/HTML
<--- 213 20151007212019
---> MDTM !dancingscript-regular-webfont.woff
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/citycafe.citygrillgroup.ro/FoodMenuPDFs/en'
---> CWD /addons/assets/citycafe.citygrillgroup.ro/FoodMenuPDFs/en
<--- 250 OK. Current directory is /addons/classes/Minify/Minify/HTML
---> TYPE A
<--- 213 20151007212020
---> MDTM .
<--- 250 OK. Current directory is /addons/assets/citycafe.citygrillgroup.ro/FoodMenuPDFs/en
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM dancingscript-regular-webfont.eot
<--- 227 Entering Passive Mode (176,223,221,166,44,30)
---- Connecting data socket to (176.223.221.166) port 11294
<--- 227 Entering Passive Mode (176,223,221,166,207,183)
---- Connecting data socket to (176.223.221.166) port 53175
<--- 213 20151007212019
---> MDTM dancingscript-regular-webfont.ttf
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 213 20151007212019
---> MDTM dancingscript-regular-webfont.woff
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 213 20151007212020
---> MDTM stylesheet.css
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212019
---- CWD path to be sent is `/addons/assets_common/Fonts/Itim'
---> CWD /addons/assets_common/Fonts/Itim
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/assets_common/Fonts/Itim
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 550 I can only retrieve regular files
---> MDTM Helper.php
---> MDTM BRAND menu.pdf
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/Minify/Minify/JS'
---> CWD /addons/classes/Minify/Minify/JS
<--- 213 20160106223804
---> MDTM BRAND special products.pdf
<--- 227 Entering Passive Mode (176,223,221,166,249,18)
---- Connecting data socket to (176.223.221.166) port 63762
<--- 250 OK. Current directory is /addons/classes/Minify/Minify/JS
---> TYPE A
<--- 213 20150916220310
---- CWD path to be sent is `/addons/assets/citycafe.citygrillgroup.ro/FoodMenuPDFs/ro'
---> CWD /addons/assets/citycafe.citygrillgroup.ro/FoodMenuPDFs/ro
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/assets/citycafe.citygrillgroup.ro/FoodMenuPDFs/ro
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 11 matches total
---> TYPE A
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,110,54)
---- Connecting data socket to (176.223.221.166) port 28214
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 227 Entering Passive Mode (176,223,221,166,165,191)
---- Connecting data socket to (176.223.221.166) port 42431
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM Itim.zip
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 213 20151029230212
---> MDTM generator_config.txt
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151029230424
---> MDTM itim-regular-demo.html
<--- 550 I can only retrieve regular files
---> MDTM ClosureCompiler.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151029230424
---> MDTM itim-regularItim.eot
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/Minify/Minify/YUI'
---> CWD /addons/classes/Minify/Minify/YUI
<--- 550 I can only retrieve regular files
---> MDTM Meniu BRAND.pdf
<--- 213 20151029230424
---> MDTM itim-regularItim.ttf
<--- 250 OK. Current directory is /addons/classes/Minify/Minify/YUI
---> TYPE A
<--- 213 20151029230424
---> MDTM itim-regularItim.woff
<--- 213 20160106223804
---> MDTM Produsele speciale BRAND.pdf
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151029230424
---> MDTM itim-regularItim.woff2
<--- 213 20150916220310
---- CWD path to be sent is `/addons/assets/citycafe.citygrillgroup.ro/Promotions'
---> CWD /addons/assets/citycafe.citygrillgroup.ro/Promotions
<--- 227 Entering Passive Mode (176,223,221,166,144,82)
---- Connecting data socket to (176.223.221.166) port 36946
<--- 213 20151029230424
---> MDTM specimen_files
<--- 250 OK. Current directory is /addons/assets/citycafe.citygrillgroup.ro/Promotions
---> TYPE A
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM stylesheet.css
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151029230424
---- CWD path to be sent is `/addons/assets_common/Fonts/Itim/specimen_files'
---> CWD /addons/assets_common/Fonts/Itim/specimen_files
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,249,116)
---- Connecting data socket to (176.223.221.166) port 63860
<--- 250 OK. Current directory is /addons/assets_common/Fonts/Itim/specimen_files
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,64,1)
---- Connecting data socket to (176.223.221.166) port 16385
<--- 550 I can only retrieve regular files
---> MDTM CssCompressor.java
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM CssCompressor.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/Minify/MrClay'
---> CWD /addons/classes/Minify/MrClay
<--- 550 I can only retrieve regular files
---> MDTM slider
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/classes/Minify/MrClay
---> TYPE A
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/citycafe.citygrillgroup.ro/Promotions/slider'
---> CWD /addons/assets/citycafe.citygrillgroup.ro/Promotions/slider
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/assets/citycafe.citygrillgroup.ro/Promotions/slider
<--- 200 TYPE is now ASCII
<--- 550 I can only retrieve regular files
---> TYPE A
---> PASV
---> MDTM grid_12-825-55-15.css
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,36,135)
---- Connecting data socket to (176.223.221.166) port 9351
<--- 213 20151029230424
---> MDTM specimen_stylesheet.css
---- Data connection established
---> LIST
<--- 227 Entering Passive Mode (176,223,221,166,48,175)
---- Connecting data socket to (176.223.221.166) port 12463
<--- 213 20151029230424
---- CWD path to be sent is `/addons/assets_common/Fonts/Merriweather'
---> CWD /addons/assets_common/Fonts/Merriweather
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
---- Data connection established
---> LIST
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 250 OK. Current directory is /addons/assets_common/Fonts/Merriweather
---> TYPE A
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,159,92)
---- Connecting data socket to (176.223.221.166) port 40796
<--- 550 I can only retrieve regular files
---> MDTM Cli
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM Cli.php
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 150 Accepted data connection
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/Minify/MrClay/Cli'
---> CWD /addons/classes/Minify/MrClay/Cli
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 6 matches total
<--- 213 20151007212018
---> MDTM city-cafe-promotii.jpg
---> TYPE I
<--- 250 OK. Current directory is /addons/classes/Minify/MrClay/Cli
---> TYPE A
<--- 200 TYPE is now 8-bit binary
<--- 213 20151007212018
---> MDTM .
---- CWD path to be sent is `/addons/assets/citycafe.citygrillgroup.ro/coffee-slider'
---> CWD /addons/assets/citycafe.citygrillgroup.ro/coffee-slider
<--- 200 TYPE is now ASCII
<--- 550 I can only retrieve regular files
---> PASV
---> MDTM ..
<--- 250 OK. Current directory is /addons/assets/citycafe.citygrillgroup.ro/coffee-slider
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,28,185)
---- Connecting data socket to (176.223.221.166) port 7353
<--- 550 I can only retrieve regular files
---> MDTM merriweather
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM merriweather.zip
<--- 227 Entering Passive Mode (176,223,221,166,78,106)
---- Connecting data socket to (176.223.221.166) port 20074
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212019
---> MDTM webfontkit-20141019-163105
---- Data connection established
---> LIST
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM webfontkit-20141019-163105.zip
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 9 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
<--- 213 20151007212019
---> MDTM ..
---- CWD path to be sent is `/addons/assets_common/Fonts/Merriweather/merriweather'
---> CWD /addons/assets_common/Fonts/Merriweather/merriweather
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM Arg.php
<--- 250 OK. Current directory is /addons/assets_common/Fonts/Merriweather/merriweather
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/Pel-Exif'
---> CWD /addons/classes/Pel-Exif
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 250 OK. Current directory is /addons/classes/Pel-Exif
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,69,238)
---- Connecting data socket to (176.223.221.166) port 17902
<--- 213 20151007212018
---> MDTM coffeeA.png
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM coffeeA2x.png
<--- 227 Entering Passive Mode (176,223,221,166,204,59)
---- Connecting data socket to (176.223.221.166) port 52283
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 11 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212018
---> TYPE I
---> MDTM coffeeB.png
---- Data connection established
---> LIST
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM coffeeB2x.png
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 42 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM ..
---> MDTM coffeeC.png
<--- 550 I can only retrieve regular files
---> MDTM Merriweather-Black.otf
<--- 200 TYPE is now 8-bit binary
<--- 213 20151007212018
---> MDTM .
---> MDTM coffeeC2x.png
<--- 213 20151007212019
---> MDTM Merriweather-Bold.otf
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/citycafe.citygrillgroup.ro/gallery'
---> CWD /addons/assets/citycafe.citygrillgroup.ro/gallery
<--- 213 20151007212019
---> MDTM Merriweather-BoldItalic.otf
<--- 550 I can only retrieve regular files
---> MDTM Pel.php
<--- 250 OK. Current directory is /addons/assets/citycafe.citygrillgroup.ro/gallery
---> TYPE A
<--- 213 20151007212019
---> MDTM Merriweather-HeavyItalic.otf
<--- 213 20151007212018
---> MDTM PelConvert.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212019
---> MDTM Merriweather-Italic.otf
<--- 213 20151007212018
---> MDTM PelDataWindow.php
<--- 227 Entering Passive Mode (176,223,221,166,83,69)
---- Connecting data socket to (176.223.221.166) port 21317
<--- 213 20151007212019
---> MDTM Merriweather-Light.otf
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM PelDataWindowOffsetException.php
<--- 213 20151007212019
---> MDTM Merriweather-LightItalic.otf
<--- 150 Accepted data connection
<--- 213 20151007212018
---> MDTM PelDataWindowWindowException.php
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 213 20151007212019
---> MDTM Merriweather-Regular.otf
<--- 213 20151007212018
---> MDTM PelEntry.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212019
---> MDTM SIL Open Font License.txt
<--- 213 20151007212018
---> MDTM PelEntryAscii.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212019
---- CWD path to be sent is `/addons/assets_common/Fonts/Merriweather/webfontkit-20141019-163105'
---> CWD /addons/assets_common/Fonts/Merriweather/webfontkit-20141019-163105
<--- 213 20151007212018
---> MDTM PelEntryByte.php
<--- 550 I can only retrieve regular files
---> MDTM citycafe_gate
<--- 250 OK. Current directory is /addons/assets_common/Fonts/Merriweather/webfontkit-20141019-163105
---> TYPE A
<--- 213 20151007212018
<--- 550 I can only retrieve regular files
---> MDTM PelEntryCopyright.php
---- CWD path to be sent is `/addons/assets/citycafe.citygrillgroup.ro/gallery/citycafe_gate'
---> CWD /addons/assets/citycafe.citygrillgroup.ro/gallery/citycafe_gate
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM PelEntryException.php
<--- 250 OK. Current directory is /addons/assets/citycafe.citygrillgroup.ro/gallery/citycafe_gate
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,54,13)
---- Connecting data socket to (176.223.221.166) port 13837
<--- 213 20151007212018
---> MDTM PelEntryLong.php
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM PelEntryNumber.php
<--- 227 Entering Passive Mode (176,223,221,166,59,27)
---- Connecting data socket to (176.223.221.166) port 15131
<--- 150 Accepted data connection
<--- 213 20151007212018
---> MDTM PelEntryRational.php
<--- 226-Options: -a -l 
<--- 226 11 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM PelEntrySByte.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 11 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212018
---> MDTM PelEntrySLong.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM PelEntrySRational.php
<--- 550 I can only retrieve regular files
---> MDTM generator_config.txt
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM ..
---> MDTM PelEntrySShort.php
<--- 213 20151007212019
---> MDTM merriweather-regular-demo.html
<--- 550 I can only retrieve regular files
---> MDTM 1.jpg
<--- 213 20151007212018
---> MDTM PelEntryShort.php
<--- 213 20151007212019
---> MDTM merriweather-regular-webfont.eot
<--- 213 20151007212018
---> MDTM 2.jpg
<--- 213 20151007212018
---> MDTM PelEntryTime.php
<--- 213 20151007212019
---> MDTM merriweather-regular-webfont.svg
<--- 213 20151007212018
---> MDTM 3.jpg
<--- 213 20151007212018
---> MDTM PelEntryUndefined.php
<--- 213 20151007212018
---> MDTM 4.jpg
<--- 213 20151007212019
---> MDTM merriweather-regular-webfont.ttf
<--- 213 20151007212018
---> MDTM PelEntryUserComment.php
<--- 213 20151007212018
---> MDTM 6.jpg
<--- 213 20151007212019
---> MDTM merriweather-regular-webfont.woff
<--- 213 20151007212018
---> MDTM PelEntryVersion.php
<--- 213 20151007212018
---> MDTM 7.jpg
<--- 213 20151007212019
---> MDTM merriweather-regular-webfont.woff2
<--- 213 20151007212018
---> MDTM PelEntryWindowsString.php
<--- 213 20151007212018
---> MDTM 8.jpg
<--- 213 20151007212019
---> MDTM specimen_files
<--- 213 20151007212018
---> MDTM PelException.php
<--- 213 20151007212018
---> MDTM 9.jpg
<--- 550 I can only retrieve regular files
---> MDTM stylesheet.css
<--- 213 20151007212018
---> MDTM PelExif.php
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 213 20151007212019
---- CWD path to be sent is `/addons/assets_common/Fonts/Merriweather/webfontkit-20141019-163105/specimen_files'
---> CWD /addons/assets_common/Fonts/Merriweather/webfontkit-20141019-163105/specimen_files
<--- 213 20151007212018
---> MDTM PelFormat.php
<--- 213 20151201142119
---- CWD path to be sent is `/addons/assets/citycafe.citygrillgroup.ro/pdf'
---> CWD /addons/assets/citycafe.citygrillgroup.ro/pdf
<--- 250 OK. Current directory is /addons/assets_common/Fonts/Merriweather/webfontkit-20141019-163105/specimen_files
---> TYPE A
<--- 213 20151007212018
---> MDTM PelIfd.php
<--- 250 OK. Current directory is /addons/assets/citycafe.citygrillgroup.ro/pdf
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM PelIfdException.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,110,234)
---- Connecting data socket to (176.223.221.166) port 28394
<--- 213 20151007212018
---> MDTM PelInvalidArgumentException.php
<--- 227 Entering Passive Mode (176,223,221,166,120,92)
---- Connecting data socket to (176.223.221.166) port 30812
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM PelInvalidDataException.php
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212018
---> MDTM PelJpeg.php
---> TYPE I
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 213 20151007212018
---> MDTM PelJpegComment.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM PelJpegContent.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM PelJpegInvalidMarkerException.php
<--- 550 I can only retrieve regular files
---> MDTM easytabs.js
<--- 550 I can only retrieve regular files
---> MDTM .htaccess
<--- 213 20151007212018
---> MDTM PelJpegMarker.php
<--- 213 20151007212019
---> MDTM grid_12-825-55-15.css
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/citycafe.citygrillgroup.ro/slider'
---> CWD /addons/assets/citycafe.citygrillgroup.ro/slider
<--- 213 20151007212018
---> MDTM PelOverflowException.php
<--- 213 20151007212019
---> MDTM specimen_stylesheet.css
<--- 250 OK. Current directory is /addons/assets/citycafe.citygrillgroup.ro/slider
---> TYPE A
<--- 213 20151007212018
---> MDTM PelTag.php
<--- 213 20151007212019
---- CWD path to be sent is `/addons/assets_common/Fonts/N3xa'
---> CWD /addons/assets_common/Fonts/N3xa
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM PelTiff.php
<--- 250 OK. Current directory is /addons/assets_common/Fonts/N3xa
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,60,240)
---- Connecting data socket to (176.223.221.166) port 15600
<--- 213 20151007212018
---> MDTM PelUnexpectedFormatException.php
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM PelWrongComponentCountException.php
<--- 227 Entering Passive Mode (176,223,221,166,74,181)
---- Connecting data socket to (176.223.221.166) port 19125
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 15 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212018
---> TYPE I
---- CWD path to be sent is `/addons/classes/SwiftMailer'
---> CWD /addons/classes/SwiftMailer
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/classes/SwiftMailer
---> TYPE A
<--- 150 Accepted data connection
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,208,178)
---- Connecting data socket to (176.223.221.166) port 53426
<--- 550 I can only retrieve regular files
---> MDTM 01-banner-manuc-rezervari.ro.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM 02-banner-manuc-rezervari.ro.jpg
<--- 550 I can only retrieve regular files
---> MDTM N3xaBold
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 9 matches total
<--- 213 20151007212018
---> MDTM 03-banner-grup.ro.jpg
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM N3xaRegular
<--- 213 20151007212018
---> MDTM 04. city-cafe-baner-homepage.jpg
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets_common/Fonts/N3xa/N3xaBold'
---> CWD /addons/assets_common/Fonts/N3xa/N3xaBold
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 250 OK. Current directory is /addons/assets_common/Fonts/N3xa/N3xaBold
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 213 20151201142110
---> MDTM ..
---> MDTM Vizual-City-Cafe-1.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM classes
---> MDTM Vizual-City-Cafe-12x.jpg
<--- 550 I can only retrieve regular files
---> MDTM dependency_maps
<--- 227 Entering Passive Mode (176,223,221,166,19,62)
---- Connecting data socket to (176.223.221.166) port 4926
<--- 213 20151007212018
---> MDTM Vizual-City-Cafe-2.jpg
<--- 550 I can only retrieve regular files
---> MDTM mime_types.php
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM Vizual-City-Cafe-22x.jpg
<--- 213 20151007212018
---> MDTM preferences.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212018
---> MDTM Vizual-City-Cafe-3.jpg
<--- 213 20151007212018
---> MDTM swift_init.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM Vizual-City-Cafe-32x.jpg
<--- 213 20151007212018
---> MDTM swift_required.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM Vizual-City-Cafe-5.jpg
<--- 213 20151007212018
---> MDTM swift_required_pear.php
<--- 550 I can only retrieve regular files
---> MDTM n3xa_bold.woff
<--- 213 20151007212018
---> MDTM Vizual-City-Cafe-52x.jpg
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes'
---> CWD /addons/classes/SwiftMailer/classes
<--- 213 20151007212019
---> MDTM stylesheet.css
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/citycafe.citygrillgroup.ro/slider_bullets'
---> CWD /addons/assets/citycafe.citygrillgroup.ro/slider_bullets
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes
---> TYPE A
<--- 213 20151007212019
---- CWD path to be sent is `/addons/assets_common/Fonts/N3xa/N3xaRegular'
---> CWD /addons/assets_common/Fonts/N3xa/N3xaRegular
<--- 250 OK. Current directory is /addons/assets/citycafe.citygrillgroup.ro/slider_bullets
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/assets_common/Fonts/N3xa/N3xaRegular
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,55,121)
---- Connecting data socket to (176.223.221.166) port 14201
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,243,216)
---- Connecting data socket to (176.223.221.166) port 62424
---- Data connection established
---> LIST
<--- 227 Entering Passive Mode (176,223,221,166,84,87)
---- Connecting data socket to (176.223.221.166) port 21591
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM Swift
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM bullet.svg
<--- 550 I can only retrieve regular files
---> MDTM Swift.php
<--- 550 I can only retrieve regular files
---> MDTM n3xa_regular.woff
<--- 213 20151007212018
---> MDTM bullet_selected.svg
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift'
---> CWD /addons/classes/SwiftMailer/classes/Swift
<--- 213 20151007212019
---> MDTM stylesheet.css
<--- 213 20151007212018
---> MDTM button_close.svg
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift
---> TYPE A
<--- 213 20151007212019
<--- 213 20151007212018
---> MDTM style.css
---- CWD path to be sent is `/addons/assets_common/Fonts/P4risienne'
---> CWD /addons/assets_common/Fonts/P4risienne
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/citycafe.citygrillgroup.ro/slider_food_menu'
---> CWD /addons/assets/citycafe.citygrillgroup.ro/slider_food_menu
<--- 250 OK. Current directory is /addons/assets_common/Fonts/P4risienne
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,166,235)
---- Connecting data socket to (176.223.221.166) port 42731
<--- 250 OK. Current directory is /addons/assets/citycafe.citygrillgroup.ro/slider_food_menu
---> TYPE A
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 55 matches total
<--- 200 TYPE is now ASCII
---> PASV
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,72,113)
---- Connecting data socket to (176.223.221.166) port 18545
<--- 227 Entering Passive Mode (176,223,221,166,96,247)
---- Connecting data socket to (176.223.221.166) port 24823
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 7 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM Attachment.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM ByteStream
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM CharacterReader
<--- 550 I can only retrieve regular files
---> MDTM p4risienne-regular-webfont.eot
<--- 550 I can only retrieve regular files
---> MDTM FoodMenuBanner.en.jpg
<--- 550 I can only retrieve regular files
---> MDTM CharacterReader.php
<--- 213 20151007212019
---> MDTM p4risienne-regular-webfont.ttf
<--- 213 20150903213447
---> MDTM FoodMenuBanner.ro.jpg
<--- 213 20151007212018
---> MDTM CharacterReaderFactory
<--- 213 20151007212019
---> MDTM p4risienne-regular-webfont.woff
<--- 213 20150903213447
---> MDTM Sandwich-City-Cafe-2.jpg
<--- 550 I can only retrieve regular files
---> MDTM CharacterReaderFactory.php
<--- 213 20151007212019
---> MDTM stylesheet.css
<--- 213 20160116201410
---> MDTM Sandwich-City-Cafe.jpg
<--- 213 20151007212018
---> MDTM CharacterStream
<--- 213 20151007212019
---- CWD path to be sent is `/addons/assets_common/Footer'
---> CWD /addons/assets_common/Footer
<--- 213 20160116201410
---> MDTM Thumbs.db
<--- 550 I can only retrieve regular files
---> MDTM CharacterStream.php
<--- 250 OK. Current directory is /addons/assets_common/Footer
<--- 213 20151007212018
---> TYPE A
<--- 213 20151201142114
---> MDTM ConfigurableSpool.php
---- CWD path to be sent is `/addons/assets/citygrill.ro'
---> CWD /addons/assets/citygrill.ro
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/assets/citygrill.ro
---> TYPE A
<--- 213 20151007212018
---> MDTM DependencyContainer.php
<--- 227 Entering Passive Mode (176,223,221,166,181,65)
---- Connecting data socket to (176.223.221.166) port 46401
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM DependencyException.php
---- Data connection established
---> LIST
<--- 227 Entering Passive Mode (176,223,221,166,139,128)
---- Connecting data socket to (176.223.221.166) port 35712
<--- 213 20151007212018
---> MDTM EmbeddedFile.php
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 22 matches total
---> TYPE I
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM Encoder
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
<--- 550 I can only retrieve regular files
---> MDTM Encoder.php
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 32 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM Encoding.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 213 20151007212018
---> MDTM Events
<--- 213 20160206223159
---> MDTM buongiorno.png
<--- 550 I can only retrieve regular files
<--- 550 I can only retrieve regular files
---> MDTM FailoverTransport.php
---> MDTM ..
<--- 213 20151007212018
---> MDTM buongiorno.svg
<--- 550 I can only retrieve regular files
---> MDTM FoodMenuPDFs
<--- 213 20151007212018
---> MDTM FileSpool.php
<--- 213 20151007212018
---> MDTM carucubere.png
<--- 550 I can only retrieve regular files
---> MDTM Promotions
<--- 213 20151007212018
---> MDTM FileStream.php
<--- 213 20151007212018
---> MDTM carucubere.svg
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 213 20151007212018
---> MDTM Filterable.php
<--- 213 20151007212018
---> MDTM city_cafe.png
<--- 213 20160228224616
---> MDTM favicon.ico
<--- 213 20151007212018
---> MDTM Image.php
<--- 213 20151007212018
---> MDTM city_cafe.svg
<--- 213 20151007212018
---> MDTM favicon256.png
<--- 213 20151007212018
---> MDTM InputByteStream.php
<--- 213 20151007212018
---> MDTM citygrill.png
<--- 213 20151007212018
---> MDTM fork-left.png
<--- 213 20151007212018
---> MDTM IoException.php
<--- 213 20151007212018
---> MDTM citygrill.svg
<--- 213 20151007212018
---> MDTM fork-left2x.png
<--- 213 20151007212018
---> MDTM KeyCache
<--- 213 20151007212018
---> MDTM deleted
<--- 213 20151007212018
---> MDTM fork-right.png
<--- 550 I can only retrieve regular files
---> MDTM KeyCache.php
<--- 550 I can only retrieve regular files
---> MDTM hanul_berarilor.png
<--- 213 20151007212018
---> MDTM fork-right2x.png
<--- 213 20151007212018
---> MDTM LoadBalancedTransport.php
<--- 213 20151007212018
---> MDTM hanul_berarilor.svg
<--- 213 20151007212018
---> MDTM frame-squary.png
<--- 213 20151007212018
---> MDTM MailTransport.php
<--- 213 20151007212018
---> MDTM hanumanuc.png
<--- 213 20151007212018
---> MDTM frame-squary2x.png
<--- 213 20151007212018
---> MDTM Mailer
<--- 213 20151007212018
---> MDTM hanumanuc.svg
<--- 213 20151007212018
---> MDTM frame-zig-zag.png
<--- 550 I can only retrieve regular files
---> MDTM Mailer.php
<--- 213 20151007212018
---> MDTM pescarus.png
<--- 213 20151007212018
---> MDTM frame-zig-zag2x.png
<--- 213 20151007212018
---> MDTM MemorySpool.php
<--- 213 20151007212018
---> MDTM pescarus.svg
<--- 213 20151007212018
---> MDTM gallery
<--- 213 20151007212018
---> MDTM Message.php
<--- 213 20151007212018
---> MDTM title.en.png
<--- 550 I can only retrieve regular files
---> MDTM gallery_anchor_thumb
<--- 213 20151007212018
---> MDTM Mime
<--- 213 20151007212018
---> MDTM title.ro.png
<--- 550 I can only retrieve regular files
---> MDTM logo-citygrill-organic.png
<--- 550 I can only retrieve regular files
---> MDTM MimePart.php
<--- 213 20151007212018
---> MDTM title2x.en.png
<--- 213 20151007212018
---> MDTM logo-citygrill-organic2x.png
<--- 213 20151007212018
---> MDTM NullTransport.php
<--- 213 20151007212018
---> MDTM title2x.ro.png
<--- 213 20151007212018
---> MDTM logo.png
<--- 213 20151007212018
---> MDTM OutputByteStream.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/Footer/deleted'
---> CWD /addons/assets_common/Footer/deleted
<--- 213 20151007212018
---> MDTM logo.svg
<--- 213 20151007212018
---> MDTM Plugins
<--- 250 OK. Current directory is /addons/assets_common/Footer/deleted
---> TYPE A
<--- 213 20151007212018
---> MDTM pdf
<--- 550 I can only retrieve regular files
---> MDTM Preferences.php
<--- 550 I can only retrieve regular files
---> MDTM slider
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM ReplacementFilterFactory.php
<--- 550 I can only retrieve regular files
---> MDTM slider_food_menu
<--- 227 Entering Passive Mode (176,223,221,166,241,59)
---- Connecting data socket to (176.223.221.166) port 61755
<--- 213 20151007212018
---> MDTM RfcComplianceException.php
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM slider_overlayer.png
<--- 213 20151007212018
---> MDTM SendmailTransport.php
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 14 matches total
<--- 213 20151007212018
---> MDTM slider_revelion
<--- 213 20151007212018
---> TYPE I
---> MDTM SignedMessage.php
<--- 550 I can only retrieve regular files
---> MDTM spoon-left.png
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM Signer.php
<--- 213 20151007212018
---> MDTM spoon-left2x.png
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM Signers
<--- 213 20151007212018
---> MDTM spoon-right.png
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 550 I can only retrieve regular files
---> MDTM SmtpTransport.php
<--- 213 20151007212018
---> MDTM spoon-right2x.png
<--- 213 20151007212018
---> MDTM buongiorno.png
<--- 213 20151007212018
---> MDTM Spool.php
<--- 213 20151007212018
---> MDTM style.css
<--- 213 20151007212018
<--- 213 20151007212018
---> MDTM SpoolTransport.php
---> MDTM buongiorno.svg
<--- 213 20151007212018
---> MDTM visual_our_story.jpg
<--- 213 20151007212018
---> MDTM StreamFilter.php
<--- 213 20151007212018
---> MDTM buongiorno2x.png
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/citygrill.ro/FoodMenuPDFs'
---> CWD /addons/assets/citygrill.ro/FoodMenuPDFs
<--- 213 20151007212018
<--- 213 20151007212018
---> MDTM StreamFilters
---> MDTM carucubere.png
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/FoodMenuPDFs
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> TYPE A
---> MDTM SwiftException.php
---> MDTM carucubere2x.png
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
<--- 213 20151007212018
---> MDTM Transport
---> MDTM city_cafe.png
<--- 227 Entering Passive Mode (176,223,221,166,244,251)
---- Connecting data socket to (176.223.221.166) port 62715
<--- 213 20151007212018
---> MDTM city_cafe2x.png
<--- 550 I can only retrieve regular files
---> MDTM Transport.php
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM citygrill.png
<--- 213 20151007212018
---> MDTM TransportException.php
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 213 20151007212018
<--- 213 20151007212018
---> MDTM Validate.php
---> MDTM citygrill2x.png
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/ByteStream'
---> CWD /addons/classes/SwiftMailer/classes/Swift/ByteStream
<--- 213 20151007212018
<--- 200 TYPE is now 8-bit binary
---> MDTM hanul_berarilor.png
---> MDTM .
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/ByteStream
---> TYPE A
<--- 213 20151007212018
<--- 550 I can only retrieve regular files
---> MDTM hanul_berarilor2x.png
---> MDTM ..
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/JavaScript'
---> CWD /addons/assets_common/JavaScript
<--- 200 TYPE is now ASCII
<--- 550 I can only retrieve regular files
---> PASV
---> MDTM en
<--- 250 OK. Current directory is /addons/assets_common/JavaScript
<--- 227 Entering Passive Mode (176,223,221,166,71,71)
---- Connecting data socket to (176.223.221.166) port 18247
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM ro
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/citygrill.ro/FoodMenuPDFs/en'
---> CWD /addons/assets/citygrill.ro/FoodMenuPDFs/en
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,201,157)
---- Connecting data socket to (176.223.221.166) port 51613
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/FoodMenuPDFs/en
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 21 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 227 Entering Passive Mode (176,223,221,166,47,189)
---- Connecting data socket to (176.223.221.166) port 12221
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM AbstractFilterableInputStream.php
---- Data connection established
---> LIST
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM ArrayByteStream.php
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 213 20151007212018
<--- 550 I can only retrieve regular files
---> MDTM FileByteStream.php
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM TemporaryFileByteStream.php
<--- 550 I can only retrieve regular files
---> MDTM CityGrill
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/CharacterReader'
---> CWD /addons/classes/SwiftMailer/classes/Swift/CharacterReader
<--- 550 I can only retrieve regular files
---> MDTM EXIF
<--- 550 I can only retrieve regular files
---> MDTM 20. BRAND Menu.pdf
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/CharacterReader
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM HammerJS
<--- 213 20160302110849
---> MDTM 30. BRAND Floreasca Menu.pdf
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM JSONRPC
<--- 213 20160302110849
---- CWD path to be sent is `/addons/assets/citygrill.ro/FoodMenuPDFs/ro'
---> CWD /addons/assets/citygrill.ro/FoodMenuPDFs/ro
<--- 227 Entering Passive Mode (176,223,221,166,4,206)
---- Connecting data socket to (176.223.221.166) port 1230
<--- 550 I can only retrieve regular files
---> MDTM ModalOverlayer
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/FoodMenuPDFs/ro
---> TYPE A
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM PhotoGallery
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM PhotoSlider
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 5 matches total
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,54,231)
---- Connecting data socket to (176.223.221.166) port 14055
<--- 550 I can only retrieve regular files
---> MDTM Retina
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM SitemapURLs
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM SmoothScroll
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM GenericFixedWidthReader.php
<--- 550 I can only retrieve regular files
---> MDTM TextAreaAutosizer
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM UsAsciiReader.php
<--- 550 I can only retrieve regular files
---> MDTM UTCCalendar
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM Utf8Reader.php
<--- 550 I can only retrieve regular files
---> MDTM Validators
<--- 550 I can only retrieve regular files
---> MDTM 20. Meniu BRAND.pdf
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/CharacterReaderFactory'
---> CWD /addons/classes/SwiftMailer/classes/Swift/CharacterReaderFactory
<--- 550 I can only retrieve regular files
---> MDTM language_constants.en.js
<--- 213 20160301225716
---> MDTM 30. Meniu BRAND Floreasca.pdf
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/CharacterReaderFactory
---> TYPE A
<--- 213 20151007212018
---> MDTM language_constants.ro.js
<--- 213 20160301225716
---- CWD path to be sent is `/addons/assets/citygrill.ro/Promotions'
---> CWD /addons/assets/citygrill.ro/Promotions
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM overlayer.js
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/Promotions
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,232,73)
---- Connecting data socket to (176.223.221.166) port 59465
<--- 213 20151007212018
---> MDTM spin.js
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM spinner
<--- 227 Entering Passive Mode (176,223,221,166,34,8)
---- Connecting data socket to (176.223.221.166) port 8712
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 550 I can only retrieve regular files
---> TYPE I
---> MDTM upgrade
---- Data connection established
---> LIST
<--- 200 TYPE is now 8-bit binary
<--- 550 I can only retrieve regular files
---> MDTM .
---- CWD path to be sent is `/addons/assets_common/JavaScript/CityGrill'
---> CWD /addons/assets_common/JavaScript/CityGrill
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/CityGrill
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM SimpleCharacterReaderFactory.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/CharacterStream'
---> CWD /addons/classes/SwiftMailer/classes/Swift/CharacterStream
<--- 227 Entering Passive Mode (176,223,221,166,93,167)
---- Connecting data socket to (176.223.221.166) port 23975
<--- 550 I can only retrieve regular files
---> MDTM slider
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/CharacterStream
---> TYPE A
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/citygrill.ro/Promotions/slider'
---> CWD /addons/assets/citygrill.ro/Promotions/slider
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,231,118)
---- Connecting data socket to (176.223.221.166) port 59254
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/Promotions/slider
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,158,183)
---- Connecting data socket to (176.223.221.166) port 40631
<--- 550 I can only retrieve regular files
---> MDTM CityGrill.js
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM functions.js
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 213 20160229004133
---> MDTM newsletter.js
<--- 550 I can only retrieve regular files
---> MDTM ArrayCharacterStream.php
<--- 213 20151231010206
---- CWD path to be sent is `/addons/assets_common/JavaScript/EXIF'
---> CWD /addons/assets_common/JavaScript/EXIF
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM NgCharacterStream.php
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/EXIF
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM ..
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Encoder'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Encoder
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Encoder
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,24,1)
---- Connecting data socket to (176.223.221.166) port 6145
<--- 213 20151007212017
---> MDTM banner.jpg
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 213 20151007212017
---- CWD path to be sent is `/addons/assets/citygrill.ro/gallery'
---> CWD /addons/assets/citygrill.ro/gallery
<--- 227 Entering Passive Mode (176,223,221,166,109,164)
---- Connecting data socket to (176.223.221.166) port 28068
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/gallery
---> TYPE A
---- Data connection established
---> LIST
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,192,193)
---- Connecting data socket to (176.223.221.166) port 49345
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM EXIF.js
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/JavaScript/HammerJS'
---> CWD /addons/assets_common/JavaScript/HammerJS
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 7 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/HammerJS
---> MDTM Base64Encoder.php
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM QpEncoder.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM Rfc2231Encoder.php
<--- 227 Entering Passive Mode (176,223,221,166,240,53)
---- Connecting data socket to (176.223.221.166) port 61493
<--- 550 I can only retrieve regular files
---> MDTM citygrill_covaci
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Events'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Events
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM citygrill_floreasca
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Events
---> TYPE A
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
<--- 550 I can only retrieve regular files
---- Got EOF on data connection
---- Closing data socket
---> MDTM citygrill_lipscani
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM citygrill_oracle
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,83,56)
---- Connecting data socket to (176.223.221.166) port 21304
<--- 550 I can only retrieve regular files
<--- 550 I can only retrieve regular files
---> MDTM ..
---> MDTM citygrill_primaverii
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM hammer.js
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/citygrill.ro/gallery/citygrill_covaci'
---> CWD /addons/assets/citygrill.ro/gallery/citygrill_covaci
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 17 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212018
---> TYPE I
---> MDTM hammer.min.js
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/gallery/citygrill_covaci
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/JavaScript/JSONRPC'
---> CWD /addons/assets_common/JavaScript/JSONRPC
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/JSONRPC
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,78,186)
---- Connecting data socket to (176.223.221.166) port 20154
<--- 550 I can only retrieve regular files
---> MDTM CommandEvent.php
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM CommandListener.php
<--- 227 Entering Passive Mode (176,223,221,166,186,95)
---- Connecting data socket to (176.223.221.166) port 47711
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 14 matches total
<--- 213 20151007212018
---- Got EOF on data connection
---- Closing data socket
---> MDTM Event.php
---> TYPE I
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM EventDispatcher.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 213 20151007212018
---> MDTM EventListener.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM EventObject.php
<--- 550 I can only retrieve regular files
---> MDTM IMG_0422.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM ResponseEvent.php
<--- 213 20151007212018
---> MDTM IMG_0423.jpg
<--- 550 I can only retrieve regular files
---> MDTM Client.js
<--- 213 20151007212018
---> MDTM ResponseListener.php
<--- 213 20151007212018
---> MDTM IMG_0424.jpg
<--- 213 20151230122054
---- CWD path to be sent is `/addons/assets_common/JavaScript/ModalOverlayer'
---> CWD /addons/assets_common/JavaScript/ModalOverlayer
<--- 213 20151007212018
<--- 213 20151007212018
---> MDTM SendEvent.php
---> MDTM IMG_0426.jpg
<--- 213 20151007212018
---> MDTM IMG_0429.jpg
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/ModalOverlayer
---> TYPE A
<--- 213 20151007212018
---> MDTM SendListener.php
<--- 213 20151007212018
---> MDTM IMG_0431.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM SimpleEventDispatcher.php
<--- 213 20151007212018
---> MDTM IMG_0432.jpg
<--- 227 Entering Passive Mode (176,223,221,166,63,128)
---- Connecting data socket to (176.223.221.166) port 16256
<--- 213 20151007212018
---> MDTM TransportChangeEvent.php
<--- 213 20151007212018
---> MDTM IMG_0433.jpg
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM TransportChangeListener.php
<--- 213 20151007212018
---> MDTM IMG_0436.jpg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 213 20151007212018
<--- 213 20151007212018
---> MDTM TransportExceptionEvent.php
---> MDTM Thumbs.db
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM TransportExceptionListener.php
<--- 213 20151007212018
---> MDTM pt galerie covaci 1.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/KeyCache'
---> CWD /addons/classes/SwiftMailer/classes/Swift/KeyCache
<--- 213 20151007212018
---> MDTM pt galerie covaci 2.jpg
<--- 550 I can only retrieve regular files
---> MDTM ModalOverlayer.js
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/KeyCache
---> TYPE A
<--- 213 20151007212018
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/JavaScript/PhotoGallery'
---> CWD /addons/assets_common/JavaScript/PhotoGallery
---- CWD path to be sent is `/addons/assets/citygrill.ro/gallery/citygrill_floreasca'
---> CWD /addons/assets/citygrill.ro/gallery/citygrill_floreasca
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/PhotoGallery
---> TYPE A
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/gallery/citygrill_floreasca
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,45,84)
---- Connecting data socket to (176.223.221.166) port 11604
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 227 Entering Passive Mode (176,223,221,166,107,222)
---- Connecting data socket to (176.223.221.166) port 27614
<--- 227 Entering Passive Mode (176,223,221,166,226,2)
---- Connecting data socket to (176.223.221.166) port 57858
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 7 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 5 matches total
---> TYPE I
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ArrayKeyCache.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM DiskKeyCache.php
<--- 550 I can only retrieve regular files
---> MDTM PhotoGallery.css
<--- 550 I can only retrieve regular files
---> MDTM IMG_0003.jpg
<--- 213 20151007212018
---> MDTM KeyCacheInputStream.php
<--- 213 20151007212018
---> MDTM PhotoGallery.js
<--- 213 20151007212018
<--- 213 20151007212018
---> MDTM IMG_0015.jpg
---> MDTM NullKeyCache.php
<--- 213 20151007212018
---> MDTM button_close.svg
<--- 213 20151007212018
---> MDTM IMG_0017.jpg
<--- 213 20151007212018
---> MDTM SimpleKeyCacheInputStream.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/JavaScript/PhotoSlider'
---> CWD /addons/assets_common/JavaScript/PhotoSlider
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Mailer'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Mailer
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/PhotoSlider
---> TYPE A
<--- 213 20160207224216
---- CWD path to be sent is `/addons/assets/citygrill.ro/gallery/citygrill_lipscani'
---> CWD /addons/assets/citygrill.ro/gallery/citygrill_lipscani
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Mailer
---> TYPE A
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/gallery/citygrill_lipscani
---> TYPE A
<--- 200 TYPE is now ASCII
<--- 200 TYPE is now ASCII
---> PASV
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,175,8)
---- Connecting data socket to (176.223.221.166) port 44808
<--- 227 Entering Passive Mode (176,223,221,166,106,232)
---- Connecting data socket to (176.223.221.166) port 27368
<--- 227 Entering Passive Mode (176,223,221,166,32,190)
---- Connecting data socket to (176.223.221.166) port 8382
---- Data connection established
---> LIST
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 150 Accepted data connection
---> TYPE I
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 21 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ArrayRecipientIterator.php
<--- 550 I can only retrieve regular files
---> MDTM PhotoSlider.css
<--- 213 20151007212018
---> MDTM RecipientIterator.php
<--- 213 20151007212018
---> MDTM PhotoSlider.js
<--- 550 I can only retrieve regular files
---> MDTM 817C0292enf.jpg
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Mime'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Mime
<--- 213 20151007212018
<--- 213 20151007212018
---> MDTM 817C0296enf.jpg
---- CWD path to be sent is `/addons/assets_common/JavaScript/Retina'
---> CWD /addons/assets_common/JavaScript/Retina
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Mime
---> TYPE A
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/Retina
<--- 213 20151007212018
---> TYPE A
---> MDTM 817C0304enf.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM 817C0324.jpg
<--- 227 Entering Passive Mode (176,223,221,166,108,38)
---- Connecting data socket to (176.223.221.166) port 27686
<--- 227 Entering Passive Mode (176,223,221,166,123,164)
---- Connecting data socket to (176.223.221.166) port 31652
<--- 213 20151007212018
---> MDTM 817C0333.jpg
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 23 matches total
---> TYPE I
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
<--- 213 20151007212018
---> MDTM dsc_0880.jpg
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM dsc_0884.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM dsc_0886.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM dsc_0889.jpg
<--- 550 I can only retrieve regular files
---> MDTM Attachment.php
<--- 550 I can only retrieve regular files
---> MDTM Retina.js
<--- 213 20151007212018
---> MDTM dsc_0890.jpg
<--- 213 20151007212018
---> MDTM CharsetObserver.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/JavaScript/SitemapURLs'
---> CWD /addons/assets_common/JavaScript/SitemapURLs
<--- 213 20151007212018
<--- 213 20151007212018
---> MDTM ContentEncoder
---> MDTM dsc_0891.jpg
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/SitemapURLs
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM ContentEncoder.php
<--- 213 20151007212018
---> MDTM dsc_0893.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM dsc_0899.jpg
<--- 213 20151007212018
---> MDTM EmbeddedFile.php
<--- 227 Entering Passive Mode (176,223,221,166,94,72)
---- Connecting data socket to (176.223.221.166) port 24136
<--- 213 20151007212018
---> MDTM dsc_0907.jpg
<--- 213 20151007212018
---> MDTM EncodingObserver.php
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM dsc_0911.jpg
<--- 213 20151007212018
---> MDTM Grammar.php
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 213 20151007212018
<--- 213 20151007212018
---> MDTM Header.php
---> MDTM dsc_0913.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM HeaderEncoder
<--- 213 20151007212018
---> MDTM dsc_0916.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM HeaderEncoder.php
<--- 213 20151007212018
---> MDTM dsc_0919.jpg
<--- 550 I can only retrieve regular files
---> MDTM SitemapURLs.js
<--- 213 20151007212018
---> MDTM HeaderFactory.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/citygrill.ro/gallery/citygrill_oracle'
---> CWD /addons/assets/citygrill.ro/gallery/citygrill_oracle
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/JavaScript/SmoothScroll'
---> CWD /addons/assets_common/JavaScript/SmoothScroll
<--- 213 20151007212018
---> MDTM HeaderSet.php
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/gallery/citygrill_oracle
---> TYPE A
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/SmoothScroll
---> TYPE A
<--- 213 20151007212018
---> MDTM Headers
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM Message.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,89,197)
---- Connecting data socket to (176.223.221.166) port 22981
<--- 213 20151007212018
---> MDTM MimeEntity.php
<--- 227 Entering Passive Mode (176,223,221,166,174,60)
---- Connecting data socket to (176.223.221.166) port 44604
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM MimePart.php
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 2 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212018
---> MDTM ParameterizedHeader.php
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM SimpleHeaderFactory.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM SimpleHeaderSet.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/citygrill.ro/gallery/citygrill_primaverii'
---> CWD /addons/assets/citygrill.ro/gallery/citygrill_primaverii
<--- 213 20151007212018
---> MDTM SimpleMessage.php
<--- 550 I can only retrieve regular files
---> MDTM SmoothScroll.js
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/gallery/citygrill_primaverii
---> TYPE A
<--- 213 20151007212018
---> MDTM SimpleMimeEntity.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/JavaScript/TextAreaAutosizer'
---> CWD /addons/assets_common/JavaScript/TextAreaAutosizer
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Mime/ContentEncoder'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Mime/ContentEncoder
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/TextAreaAutosizer
---> TYPE A
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Mime/ContentEncoder
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,168,208)
---- Connecting data socket to (176.223.221.166) port 43216
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,216,135)
---- Connecting data socket to (176.223.221.166) port 55431
<--- 150 Accepted data connection
<--- 227 Entering Passive Mode (176,223,221,166,214,244)
---- Connecting data socket to (176.223.221.166) port 55028
<--- 226-Options: -a -l 
<--- 226 10 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 150 Accepted data connection
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 226-Options: -a -l 
<--- 226 8 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM 1.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM 2.jpg
<--- 550 I can only retrieve regular files
---> MDTM TextAreaAutosizer.js
<--- 550 I can only retrieve regular files
---> MDTM Base64ContentEncoder.php
<--- 213 20151007212018
---> MDTM 3.jpg
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/JavaScript/UTCCalendar'
---> CWD /addons/assets_common/JavaScript/UTCCalendar
<--- 213 20151007212018
---> MDTM NativeQpContentEncoder.php
<--- 213 20151007212018
---> MDTM 4.jpg
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/UTCCalendar
---> TYPE A
<--- 213 20151007212018
---> MDTM PlainContentEncoder.php
<--- 213 20151007212018
---> MDTM 5.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM QpContentEncoder.php
<--- 213 20151007212018
---> MDTM 6.jpg
<--- 227 Entering Passive Mode (176,223,221,166,194,39)
---- Connecting data socket to (176.223.221.166) port 49703
<--- 213 20151007212018
---> MDTM QpContentEncoderProxy.php
<--- 213 20151007212018
---> MDTM 7.jpg
---- Data connection established
---> LIST
<--- 213 20151007212018
<--- 213 20151007212018
---> MDTM RawContentEncoder.php
---> MDTM Thumbs.db
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212018
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/citygrill.ro/gallery_anchor_thumb'
---> CWD /addons/assets/citygrill.ro/gallery_anchor_thumb
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Mime/HeaderEncoder'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Mime/HeaderEncoder
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/gallery_anchor_thumb
---> TYPE A
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Mime/HeaderEncoder
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM UTCCalendar.css
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,201,226)
---- Connecting data socket to (176.223.221.166) port 51682
<--- 213 20151007212018
---> MDTM UTCCalendar.js
<--- 227 Entering Passive Mode (176,223,221,166,36,50)
---- Connecting data socket to (176.223.221.166) port 9266
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/JavaScript/Validators'
---> CWD /addons/assets_common/JavaScript/Validators
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 7 matches total
---> TYPE I
<--- 226-Options: -a -l 
<--- 226 4 matches total
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/Validators
---> TYPE A
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,203,183)
---- Connecting data socket to (176.223.221.166) port 52151
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM Base64HeaderEncoder.php
<--- 213 20160228224616
---> MDTM citygrill_covaci.jpg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 213 20151007212018
---> MDTM QpHeaderEncoder.php
<--- 213 20151007212018
---> MDTM citygrill_floreasca.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Mime/Headers'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Mime/Headers
<--- 213 20151007212018
---> MDTM citygrill_lipscani.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Mime/Headers
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM DomainNameValidator.js
---> MDTM citygrill_primaverii.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM EmailAddressValidator.js
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/citygrill.ro/pdf'
---> CWD /addons/assets/citygrill.ro/pdf
<--- 227 Entering Passive Mode (176,223,221,166,133,211)
---- Connecting data socket to (176.223.221.166) port 34259
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/JavaScript/spin.js'
---> CWD /addons/assets_common/JavaScript/spin.js
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/pdf
---> TYPE A
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/spin.js
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 9 matches total
<--- 200 TYPE is now ASCII
---> TYPE I
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,21,17)
---- Connecting data socket to (176.223.221.166) port 5393
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,105,153)
---- Connecting data socket to (176.223.221.166) port 27033
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
<--- 150 Accepted data connection
---> MDTM ..
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---> MDTM AbstractHeader.php
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM DateHeader.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM IdentificationHeader.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM .htaccess
<--- 213 20151007212018
---> MDTM MailboxHeader.php
<--- 550 I can only retrieve regular files
---> MDTM config.js
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/citygrill.ro/slider'
---> CWD /addons/assets/citygrill.ro/slider
<--- 213 20150913203337
---> MDTM spin.js
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/slider
---> TYPE A
<--- 213 20150913203337
---> MDTM spin.js.css
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20150913203337
---> MDTM spin.min.js
<--- 227 Entering Passive Mode (176,223,221,166,228,191)
---- Connecting data socket to (176.223.221.166) port 58559
<--- 213 20150913203337
---- CWD path to be sent is `/addons/assets_common/JavaScript/spinner'
---> CWD /addons/assets_common/JavaScript/spinner
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/spinner
---> TYPE A
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 13 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,179,229)
---- Connecting data socket to (176.223.221.166) port 46053
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM 01-banner-manuc-rezervari.ro.jpg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
<--- 213 20151007212018
---> MDTM 02-banner-manuc-rezervari.ro.jpg
---> TYPE I
<--- 213 20151007212018
---> MDTM 03-banner-grup.ro.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM Antricot de vitel.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM Camara cu rasfaturi.jpg
<--- 550 I can only retrieve regular files
---> MDTM spinner.css
<--- 213 20151007212018
---> MDTM Crama din Covaci.jpg
<--- 213 20151029003240
---> MDTM spinner.js
<--- 213 20151007212018
---> MDTM Micii lui Iordache.jpg
<--- 213 20151029003240
---- CWD path to be sent is `/addons/assets_common/JavaScript/upgrade'
---> CWD /addons/assets_common/JavaScript/upgrade
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 250 OK. Current directory is /addons/assets_common/JavaScript/upgrade
---> TYPE A
<--- 213 20160228224616
---> MDTM Zacusca din Camara cu rasfaturi.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM covaci_2.JPG
<--- 227 Entering Passive Mode (176,223,221,166,200,243)
---- Connecting data socket to (176.223.221.166) port 51443
<--- 213 20151007212018
---> MDTM covaci_3.JPG
---- Data connection established
---> LIST
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/citygrill.ro/slider_food_menu'
---> CWD /addons/assets/citygrill.ro/slider_food_menu
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 9 matches total
---> TYPE I
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/slider_food_menu
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,215,148)
---- Connecting data socket to (176.223.221.166) port 55188
<--- 550 I can only retrieve regular files
---> MDTM classList.js
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM ecma262-5.js
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 17 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212018
---> MDTM json2.js
<--- 213 20151007212018
---> MDTM json2.min.js
<--- 213 20151007212018
---> MDTM phpjs.js
<--- 213 20151007212018
---> MDTM stacktrace.js
<--- 213 20151007212018
---> MDTM upgrade.js
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/Newspaper'
---> CWD /addons/assets_common/Newspaper
<--- 250 OK. Current directory is /addons/assets_common/Newspaper
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,163,78)
---- Connecting data socket to (176.223.221.166) port 41806
<--- 213 20151007212018
---> MDTM ParameterizedHeader.php
<--- 213 20151007212018
---> MDTM PathHeader.php
<--- 213 20151007212018
---> MDTM UnstructuredHeader.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Plugins'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Plugins
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Plugins
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,16,206)
---- Connecting data socket to (176.223.221.166) port 4302
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 20 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM AntiFloodPlugin.php
<--- 213 20151007212018
---> MDTM BandwidthMonitorPlugin.php
<--- 213 20151007212018
---> MDTM Decorator
<--- 550 I can only retrieve regular files
---> MDTM DecoratorPlugin.php
<--- 213 20151007212018
---> MDTM ImpersonatePlugin.php
<--- 213 20151007212018
---> MDTM Logger.php
<--- 213 20151007212018
---> MDTM LoggerPlugin.php
<--- 213 20151007212018
---> MDTM Loggers
<--- 550 I can only retrieve regular files
---> MDTM MessageLogger.php
<--- 213 20151007212018
---> MDTM Pop
<--- 550 I can only retrieve regular files
---> MDTM PopBeforeSmtpPlugin.php
<--- 213 20151007212018
---> MDTM RedirectingPlugin.php
<--- 213 20151007212018
---> MDTM Reporter.php
<--- 213 20151007212018
---> MDTM ReporterPlugin.php
<--- 213 20151007212018
---> MDTM Reporters
<--- 550 I can only retrieve regular files
---> MDTM Sleeper.php
<--- 213 20151007212018
---> MDTM ThrottlerPlugin.php
<--- 213 20151007212018
---> MDTM Timer.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Plugins/Decorator'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Plugins/Decorator
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Plugins/Decorator
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,73,18)
---- Connecting data socket to (176.223.221.166) port 18706
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM Replacements.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Plugins/Loggers'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Plugins/Loggers
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Plugins/Loggers
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,221,219)
---- Connecting data socket to (176.223.221.166) port 56795
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ArrayLogger.php
<--- 213 20151007212018
---> MDTM EchoLogger.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Plugins/Pop'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Plugins/Pop
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Plugins/Pop
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,131,113)
---- Connecting data socket to (176.223.221.166) port 33649
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 200 TYPE is now 8-bit binary
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> MDTM .
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
<--- 200 TYPE is now 8-bit binary
---> MDTM ..
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM FoodMenuBanner.en.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20150903213447
---> MDTM FoodMenuBanner.ro.jpg
<--- 550 I can only retrieve regular files
---> MDTM Pop3Connection.php
<--- 213 20150903213447
<--- 213 20151007212018
---> MDTM Friptura-de-porc-pintea.jpg
---> MDTM Pop3Exception.php
<--- 213 20160116201410
<--- 213 20151007212018
---> MDTM Pastrama-de-oaie.jpg
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Plugins/Reporters'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Plugins/Reporters
<--- 213 20160116201410
---> MDTM Platou-de-frigarui.jpg
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Plugins/Reporters
---> TYPE A
<--- 213 20160116201410
---> MDTM Platou-de-mangalita.jpg
<--- 213 20160116201410
<--- 200 TYPE is now ASCII
---> MDTM Salata-Istabul-2.jpg
---> PASV
<--- 213 20160116201410
---> MDTM Steack-burger-Black-Angus.jpg
<--- 227 Entering Passive Mode (176,223,221,166,99,208)
---- Connecting data socket to (176.223.221.166) port 25552
<--- 213 20160116201410
---> MDTM Tambal-de-porc.jpg
---- Data connection established
---> LIST
<--- 213 20160116201410
---> MDTM Thumbs.db
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20160228224616
---> MDTM Tort-lamaie.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20160116201410
---> MDTM Tort-profiterol.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20160116201410
---> MDTM platou.jpg
<--- 550 I can only retrieve regular files
---> MDTM HitReporter.php
<--- 213 20160121171252
---> MDTM sarmalute-in-foi-de-varza.jpg
<--- 213 20151007212018
---> MDTM HtmlReporter.php
<--- 213 20160121171252
---> MDTM tort-diplomat.jpg
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Signers'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Signers
<--- 213 20160116201410
---- CWD path to be sent is `/addons/assets/citygrill.ro/slider_revelion'
---> CWD /addons/assets/citygrill.ro/slider_revelion
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Signers
---> TYPE A
<--- 250 OK. Current directory is /addons/assets/citygrill.ro/slider_revelion
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,169,188)
---- Connecting data socket to (176.223.221.166) port 43452
<--- 227 Entering Passive Mode (176,223,221,166,65,124)
---- Connecting data socket to (176.223.221.166) port 16764
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 7 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM BodySigner.php
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 213 20151007212018
---> MDTM DKIMSigner.php
<--- 213 20160228224616
---> MDTM revelion.ro.jpg
<--- 213 20151007212018
---> MDTM DomainKeySigner.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/citygrillgroup.ro'
---> CWD /addons/assets/citygrillgroup.ro
<--- 213 20151007212018
---> MDTM HeaderSigner.php
<--- 250 OK. Current directory is /addons/assets/citygrillgroup.ro
---> TYPE A
<--- 213 20151007212018
---> MDTM SMimeSigner.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/StreamFilters'
---> CWD /addons/classes/SwiftMailer/classes/Swift/StreamFilters
<--- 227 Entering Passive Mode (176,223,221,166,73,223)
---- Connecting data socket to (176.223.221.166) port 18911
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/StreamFilters
---> TYPE A
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,120,172)
---- Connecting data socket to (176.223.221.166) port 30892
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212011
---> MDTM logo.png
<--- 213 20151007212011
---> MDTM style.css
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212011
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro'
---> CWD /addons/assets/hanuberarilor.ro
<--- 550 I can only retrieve regular files
---> MDTM ByteArrayReplacementFilter.php
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro
---> TYPE A
<--- 213 20151007212018
---> MDTM StringReplacementFilter.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM StringReplacementFilterFactory.php
<--- 227 Entering Passive Mode (176,223,221,166,45,3)
---- Connecting data socket to (176.223.221.166) port 11523
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Transport'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Transport
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Transport
---> TYPE A
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 30 matches total
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,185,207)
---- Connecting data socket to (176.223.221.166) port 47567
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM FoodMenuPDFs
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 17 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM Promotions
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 213 20160207224236
---> MDTM antique-camera.png
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212012
---> MDTM antique-camera2x.png
<--- 550 I can only retrieve regular files
---> MDTM AbstractSmtpTransport.php
<--- 213 20151007212011
<--- 213 20151007212018
---> MDTM champagne.png
---> MDTM Esmtp
<--- 213 20151007212011
---> MDTM champagne2x.png
<--- 550 I can only retrieve regular files
---> MDTM EsmtpHandler.php
<--- 213 20151007212012
---> MDTM corkscrew.png
<--- 213 20151007212018
---> MDTM EsmtpTransport.php
<--- 213 20151007212011
---> MDTM corkscrew2x.png
<--- 213 20151007212018
---> MDTM FailoverTransport.php
<--- 213 20151007212011
---> MDTM cutlery-set.png
<--- 213 20151007212018
---> MDTM IoBuffer.php
<--- 213 20151007212012
---> MDTM cutlery-set2x.png
<--- 213 20151007212018
---> MDTM LoadBalancedTransport.php
<--- 213 20151007212011
---> MDTM favicon.ico
<--- 213 20151007212018
---> MDTM MailInvoker.php
<--- 213 20151007212015
---> MDTM favicon256.png
<--- 213 20151007212018
---> MDTM MailTransport.php
<--- 213 20151007212011
---> MDTM fork-and-spoon.png
<--- 213 20151007212018
---> MDTM NullTransport.php
<--- 213 20151007212011
---> MDTM fork-and-spoon2x.png
<--- 213 20151007212018
---> MDTM SendmailTransport.php
<--- 213 20151007212011
---> MDTM gallery
<--- 213 20151007212018
---> MDTM SimpleMailInvoker.php
<--- 550 I can only retrieve regular files
---> MDTM gallery_anchor_thumb
<--- 213 20151007212018
---> MDTM SmtpAgent.php
<--- 550 I can only retrieve regular files
---> MDTM logo.png
<--- 213 20151007212018
---> MDTM SpoolTransport.php
<--- 213 20151007212011
---> MDTM logo.svg
<--- 213 20151007212018
---> MDTM StreamBuffer.php
<--- 213 20151007212011
---> MDTM pdf
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Transport/Esmtp'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Transport/Esmtp
<--- 550 I can only retrieve regular files
---> MDTM slider
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Transport/Esmtp
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM slider_events
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM slider_food_menu
<--- 227 Entering Passive Mode (176,223,221,166,118,229)
---- Connecting data socket to (176.223.221.166) port 30437
<--- 550 I can only retrieve regular files
---> MDTM slider_overlayer.png
---- Data connection established
---> LIST
<--- 213 20151007212011
---> MDTM slider_revelion
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 550 I can only retrieve regular files
---> MDTM slider_weddings
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM style.css
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212011
---> MDTM visual_our_story.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212011
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/FoodMenuPDFs'
---> CWD /addons/assets/hanuberarilor.ro/FoodMenuPDFs
<--- 550 I can only retrieve regular files
---> MDTM Auth
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/FoodMenuPDFs
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM AuthHandler.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM Authenticator.php
<--- 227 Entering Passive Mode (176,223,221,166,233,12)
---- Connecting data socket to (176.223.221.166) port 59660
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/classes/Swift/Transport/Esmtp/Auth'
---> CWD /addons/classes/SwiftMailer/classes/Swift/Transport/Esmtp/Auth
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/classes/Swift/Transport/Esmtp/Auth
---> TYPE A
<--- 150 Accepted data connection

oxygen avatar Mar 03 '16 00:03 oxygen

<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,120,136)
---- Connecting data socket to (176.223.221.166) port 30856
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM en
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 5 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM ro
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/FoodMenuPDFs/en'
---> CWD /addons/assets/hanuberarilor.ro/FoodMenuPDFs/en
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/FoodMenuPDFs/en
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM CramMd5Authenticator.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM LoginAuthenticator.php
<--- 227 Entering Passive Mode (176,223,221,166,69,83)
---- Connecting data socket to (176.223.221.166) port 17747
<--- 213 20151007212018
---> MDTM PlainAuthenticator.php
---- Data connection established
---> LIST
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/SwiftMailer/dependency_maps'
---> CWD /addons/classes/SwiftMailer/dependency_maps
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 250 OK. Current directory is /addons/classes/SwiftMailer/dependency_maps
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,52,114)
---- Connecting data socket to (176.223.221.166) port 13426
<--- 550 I can only retrieve regular files
---> MDTM 20. Food menu.pdf
---- Data connection established
---> LIST
<--- 213 20160131145509
---> MDTM 30. Drinks menu.pdf
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 6 matches total
---> TYPE I
<--- 213 20160131145509
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/FoodMenuPDFs/ro'
---> CWD /addons/assets/hanuberarilor.ro/FoodMenuPDFs/ro
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/FoodMenuPDFs/ro
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM cache_deps.php
<--- 227 Entering Passive Mode (176,223,221,166,14,87)
---- Connecting data socket to (176.223.221.166) port 3671
<--- 213 20151007212018
---> MDTM message_deps.php
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM mime_deps.php
<--- 150 Accepted data connection
<--- 213 20151007212018
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> MDTM transport_deps.php
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212018
---- CWD path to be sent is `/addons/classes/Validators'
---> CWD /addons/classes/Validators
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/classes/Validators
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM 20. Meniu m?ncare.pdf
<--- 227 Entering Passive Mode (176,223,221,166,87,246)
---- Connecting data socket to (176.223.221.166) port 22518
<--- 550 Can't check for file existence
---> MDTM 30. Meniu b?uturi.pdf
---- Data connection established
---> LIST
<--- 550 Can't check for file existence
get -e -O ftp://username:[email protected]/addons/assets_common file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets_common/.htaccess
Transferring file `assets/hanuberarilor.ro/FoodMenuPDFs/ro/20. Meniu mâncare.pdf'
get -O ftp://username:[email protected]/addons/assets/hanuberarilor.ro/FoodMenuPDFs/ro file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets/hanuberarilor.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%C3%A2ncare.pdf
Transferring file `assets/hanuberarilor.ro/FoodMenuPDFs/ro/30. Meniu băuturi.pdf'
get -O ftp://username:[email protected]/addons/assets/hanuberarilor.ro/FoodMenuPDFs/ro file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets/hanuberarilor.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%C4%83uturi.pdf
rm ftp://username:[email protected]/addons/assets/hanuberarilor.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%3Fncare.pdf
Removing old file `assets/hanuberarilor.ro/FoodMenuPDFs/ro/20. Meniu m?ncare.pdf'
rm ftp://username:[email protected]/addons/assets/hanuberarilor.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%3Futuri.pdf
Removing old file `assets/hanuberarilor.ro/FoodMenuPDFs/ro/30. Meniu b?uturi.pdf'
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/Promotions'
---> CWD /addons/assets/hanuberarilor.ro/Promotions
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 10 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/Promotions
---> TYPE A
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,129,133)
---- Connecting data socket to (176.223.221.166) port 33157
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM DomainNameValidator.class.php
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 213 20151007212018
---> MDTM DomainNameValidatorException.class.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM EmailAddressValidator.class.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM EmailAddressValidatorException.class.php
<--- 550 I can only retrieve regular files
---> MDTM slider
<--- 213 20151007212018
---> MDTM TimestampValidator.class.php
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/Promotions/slider'
---> CWD /addons/assets/hanuberarilor.ro/Promotions/slider
<--- 213 20151007212018
---> MDTM TimestampValidatorException.class.php
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/Promotions/slider
---> TYPE A
<--- 213 20151007212018
---> MDTM URLValidator.class.php
<--- 213 20151007212018
<--- 200 TYPE is now ASCII
---> MDTM URLValidatorException.class.php
---> PASV
<--- 213 20151007212018
---- CWD path to be sent is `/addons/config'
---> CWD /addons/config
<--- 227 Entering Passive Mode (176,223,221,166,183,143)
---- Connecting data socket to (176.223.221.166) port 46991
<--- 250 OK. Current directory is /addons/config
---> TYPE A
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,70,115)
---- Connecting data socket to (176.223.221.166) port 18035
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 17 matches total
<--- 550 I can only retrieve regular files
---> MDTM 01-tortul-hangitei.jpg
---> TYPE I
<--- 213 20160101144408
---> MDTM Thumbs.db
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212011
---> MDTM banner.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212011
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/gallery'
---> CWD /addons/assets/hanuberarilor.ro/gallery
<--- 550 I can only retrieve regular files
---> MDTM .htaccess
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/gallery
---> TYPE A
<--- 213 20151007212011
---> MDTM _common
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM carucubere.ro
<--- 227 Entering Passive Mode (176,223,221,166,124,40)
---- Connecting data socket to (176.223.221.166) port 31784
<--- 550 I can only retrieve regular files
---> MDTM citycafe.citygrillgroup.ro
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM citygrill.ro
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM citygrillgroup.ro
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM config.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20160228233543
---> MDTM hanuberarilor.ro
<--- 550 I can only retrieve regular files
---> MDTM Oranjerie_Oprea_Soare
<--- 550 I can only retrieve regular files
---> MDTM hanumanuc.ro
<--- 550 I can only retrieve regular files
---> MDTM hanu_berarilor_interbelic
<--- 550 I can only retrieve regular files
---> MDTM language.php
<--- 550 I can only retrieve regular files
---> MDTM hanu_berarilor_interbelic2
<--- 213 20151007212011
---> MDTM localhost
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/gallery/Oranjerie_Oprea_Soare'
---> CWD /addons/assets/hanuberarilor.ro/gallery/Oranjerie_Oprea_Soare
<--- 550 I can only retrieve regular files
---> MDTM mod_rewrite.php
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/gallery/Oranjerie_Oprea_Soare
<--- 213 20151009154844
---> TYPE A
---> MDTM php_fixes.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212011
---> MDTM restaurantpescarus.ro
<--- 227 Entering Passive Mode (176,223,221,166,249,140)
---- Connecting data socket to (176.223.221.166) port 63884
<--- 550 I can only retrieve regular files
---> MDTM trattoriabuongiorno.ro
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/config/_common'
---> CWD /addons/config/_common
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 7 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 250 OK. Current directory is /addons/config/_common
---> TYPE A
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,208,86)
---- Connecting data socket to (176.223.221.166) port 53334
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM Hanul_Berarilor-083.jpg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 8 matches total
<--- 213 20151007212012
---> MDTM Hanul_Berarilor-086.jpg
---> TYPE I
<--- 213 20151007212012
---> MDTM Hanul_Berarilor-089.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212012
---> MDTM Hanul_Berarilor-093.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212012
---> MDTM Hanul_Berarilor-107.jpg
<--- 550 I can only retrieve regular files
---> MDTM contacts.php
<--- 213 20151007212012
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/gallery/hanu_berarilor_interbelic'
---> CWD /addons/assets/hanuberarilor.ro/gallery/hanu_berarilor_interbelic
<--- 213 20151007212011
---> MDTM language.en.php
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/gallery/hanu_berarilor_interbelic
---> TYPE A
<--- 213 20160108092540
---> MDTM language.ro.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20160108092546
---> MDTM mod_rewrite.php
<--- 227 Entering Passive Mode (176,223,221,166,123,30)
---- Connecting data socket to (176.223.221.166) port 31518
<--- 213 20151007212011
---> MDTM our_history.en.php
---- Data connection established
---> LIST
<--- 213 20151007212011
---> MDTM our_history.ro.php
<--- 150 Accepted data connection
<--- 213 20151007212011
<--- 226-Options: -a -l 
<--- 226 12 matches total
---- CWD path to be sent is `/addons/config/carucubere.ro'
---> CWD /addons/config/carucubere.ro
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 250 OK. Current directory is /addons/config/carucubere.ro
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM Hanul_Berarilor-003.jpg
<--- 227 Entering Passive Mode (176,223,221,166,232,249)
---- Connecting data socket to (176.223.221.166) port 59641
<--- 213 20151007212014
---> MDTM Hanul_Berarilor-006.jpg
---- Data connection established
---> LIST
<--- 213 20151007212015
---> MDTM Hanul_Berarilor-011.jpg
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212015
---> MDTM Hanul_Berarilor-015.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212014
---> MDTM Hanul_Berarilor-018.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212015
---> MDTM Hanul_Berarilor-053.jpg
<--- 550 I can only retrieve regular files
---> MDTM config.php
<--- 213 20151007212015
---> MDTM Hanul_Berarilor-086.jpg
<--- 213 20151007212011
---> MDTM language.en.php
<--- 213 20151007212014
---> MDTM Hanul_Berarilor-098.jpg
<--- 213 20151022225051
---> MDTM language.ro.php
<--- 213 20151007212014
---> MDTM Hanul_Berarilor-103.jpg
<--- 213 20151007212011
---> MDTM sitemap.xml
<--- 213 20151007212015
---> MDTM Thumbs.db
<--- 213 20151007212011
---- CWD path to be sent is `/addons/config/citycafe.citygrillgroup.ro'
---> CWD /addons/config/citycafe.citygrillgroup.ro
<--- 213 20151007212015
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/gallery/hanu_berarilor_interbelic2'
---> CWD /addons/assets/hanuberarilor.ro/gallery/hanu_berarilor_interbelic2
<--- 250 OK. Current directory is /addons/config/citycafe.citygrillgroup.ro
---> TYPE A
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/gallery/hanu_berarilor_interbelic2
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,95,41)
---- Connecting data socket to (176.223.221.166) port 24361
<--- 227 Entering Passive Mode (176,223,221,166,117,118)
---- Connecting data socket to (176.223.221.166) port 30070
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 10 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM config.php
<--- 550 I can only retrieve regular files
---> MDTM Hanul_Berarilor-005.jpg
<--- 213 20151007212011
---> MDTM language.en.php
<--- 213 20151007212013
---> MDTM Hanul_Berarilor-017.jpg
<--- 213 20151007212011
---> MDTM language.ro.php
<--- 213 20151007212013
---> MDTM Hanul_Berarilor-018.jpg
<--- 213 20151007212011
---> MDTM sitemap.xml
<--- 213 20151007212013
---> MDTM Hanul_Berarilor-026.jpg
<--- 213 20151007212011
---- CWD path to be sent is `/addons/config/citygrill.ro'
---> CWD /addons/config/citygrill.ro
<--- 213 20151007212013
---> MDTM Hanul_Berarilor-030.jpg
<--- 250 OK. Current directory is /addons/config/citygrill.ro
---> TYPE A
<--- 213 20151007212012
---> MDTM Hanul_Berarilor-036.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212013
---> MDTM Hanul_Berarilor-064.jpg
<--- 227 Entering Passive Mode (176,223,221,166,194,76)
---- Connecting data socket to (176.223.221.166) port 49740
<--- 213 20151007212012
---> MDTM Thumbs.db
---- Data connection established
---> LIST
<--- 213 20151007212014
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/gallery_anchor_thumb'
---> CWD /addons/assets/hanuberarilor.ro/gallery_anchor_thumb
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 6 matches total
---> TYPE I
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/gallery_anchor_thumb
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,53,164)
---- Connecting data socket to (176.223.221.166) port 13732
<--- 550 I can only retrieve regular files
---> MDTM config.php
---- Data connection established
---> LIST
<--- 213 20151007212011
---> MDTM language.en.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20160114230052
---> MDTM language.ro.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20160114230052
---> MDTM sitemap.xml
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20160229002451
---- CWD path to be sent is `/addons/config/citygrillgroup.ro'
---> CWD /addons/config/citygrillgroup.ro
<--- 550 I can only retrieve regular files
---> MDTM Oranjerie_Oprea_Soare.jpg
<--- 250 OK. Current directory is /addons/config/citygrillgroup.ro
---> TYPE A
<--- 213 20151007212012
---> MDTM Thumbs.db
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20160207224236
---> MDTM hanu_berarilor_interbelic.jpg
<--- 227 Entering Passive Mode (176,223,221,166,62,3)
---- Connecting data socket to (176.223.221.166) port 15875
<--- 213 20151007212012
---> MDTM hanu_berarilor_interbelic2.jpg
---- Data connection established
---> LIST
<--- 213 20151007212012
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/pdf'
---> CWD /addons/assets/hanuberarilor.ro/pdf
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/pdf
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,185,147)
---- Connecting data socket to (176.223.221.166) port 47507
<--- 550 I can only retrieve regular files
---> MDTM config.php
---- Data connection established
---> LIST
<--- 213 20151007212011
---> MDTM language.en.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 7 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212011
---> MDTM language.ro.php
---> TYPE I
<--- 213 20151007212011
---- CWD path to be sent is `/addons/config/hanuberarilor.ro'
---> CWD /addons/config/hanuberarilor.ro
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/config/hanuberarilor.ro
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM .htaccess
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212011
---> MDTM Evenimente - Hanu Berarilor Elena Lupescu.pdf
<--- 227 Entering Passive Mode (176,223,221,166,242,246)
---- Connecting data socket to (176.223.221.166) port 62198
<--- 213 20160220114937
---> MDTM Evenimente - Hanu Berarilor Oprea Soare.pdf
---- Data connection established
---> LIST
<--- 213 20160220114937
---> MDTM MeniuNuntaHanuBerarilor.pdf
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 6 matches total
---> TYPE I
<--- 213 20160211131908
---> MDTM Regulament - Loteria Statului la Terasa.pdf
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212011
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/slider'
---> CWD /addons/assets/hanuberarilor.ro/slider
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/slider
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM config.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212011
---> MDTM language.en.php
<--- 227 Entering Passive Mode (176,223,221,166,208,194)
---- Connecting data socket to (176.223.221.166) port 53442
<--- 213 20160110202814
---> MDTM language.ro.php
---- Data connection established
---> LIST
<--- 213 20160110202811
---> MDTM sitemap.xml
<--- 150 Accepted data connection
<--- 213 20151007212011
---- CWD path to be sent is `/addons/config/hanumanuc.ro'
---> CWD /addons/config/hanumanuc.ro
<--- 226-Options: -a -l 
<--- 226 15 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 250 OK. Current directory is /addons/config/hanumanuc.ro
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,50,224)
---- Connecting data socket to (176.223.221.166) port 13024
<--- 550 I can only retrieve regular files
---> MDTM 01-banner-manuc-rezervari.ro.jpg
---- Data connection established
---> LIST
<--- 213 20151007212011
---> MDTM 02-banner-manuc-rezervari.ro.jpg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 6 matches total
<--- 213 20151007212011
---> MDTM 03-a-until_2016-01-01.HB.ro.jpg
---> TYPE I
<--- 213 20151007212011
---> MDTM 03-banner-grup.ro.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212011
---> MDTM 04-tortul-hangitei.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20160101144408
---> MDTM 05 - until_2015-09-05.Fado.ro.jpg
<--- 550 I can only retrieve regular files
---> MDTM config.php
<--- 213 20151007212011
---> MDTM Hanul_Berarilor-012.jpg
<--- 213 20160229004133
---> MDTM language.en.php
<--- 213 20151007212011
---> MDTM Hanul_Berarilor-018.jpg
<--- 213 20151214213014
---> MDTM language.ro.php
<--- 213 20151007212011
---> MDTM Hanul_Berarilor-036.jpg
<--- 213 20151214213050
---> MDTM sitemap.xml
<--- 213 20151007212011
---> MDTM Hanul_Berarilor-103_crop.jpg
<--- 213 20160229002722
---- CWD path to be sent is `/addons/config/localhost'
---> CWD /addons/config/localhost
<--- 213 20151007212011
---> MDTM Thumbs.db
<--- 250 OK. Current directory is /addons/config/localhost
---> TYPE A
<--- 213 20160207224236
---> MDTM hb2.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212011
---> MDTM hb2_2.jpg
<--- 227 Entering Passive Mode (176,223,221,166,36,47)
---- Connecting data socket to (176.223.221.166) port 9263
<--- 213 20151007212011
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/slider_events'
---> CWD /addons/assets/hanuberarilor.ro/slider_events
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/slider_events
---> TYPE A
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,249,132)
---- Connecting data socket to (176.223.221.166) port 63876
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM config.php
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 6 matches total
---> TYPE I
<--- 213 20151007212011
---> MDTM language.en.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212011
---> MDTM language.ro.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212011
---- CWD path to be sent is `/addons/config/restaurantpescarus.ro'
---> CWD /addons/config/restaurantpescarus.ro
<--- 550 I can only retrieve regular files
---> MDTM 01-since_2015-09-06.hb-evenimente-baner.jpg
<--- 250 OK. Current directory is /addons/config/restaurantpescarus.ro
---> TYPE A
<--- 213 20160101144408
---> MDTM 02-tortul-hangitei.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20160101144408
---> MDTM Thumbs.db
<--- 227 Entering Passive Mode (176,223,221,166,240,169)
---- Connecting data socket to (176.223.221.166) port 61609
<--- 213 20160207224236
---> MDTM until_2015-09-05.Fado.jpg
---- Data connection established
---> LIST
<--- 213 20151007212011
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/slider_food_menu'
---> CWD /addons/assets/hanuberarilor.ro/slider_food_menu
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/slider_food_menu
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,147,11)
---- Connecting data socket to (176.223.221.166) port 37643
<--- 550 I can only retrieve regular files
---> MDTM config.php
---- Data connection established
---> LIST
<--- 213 20151007212011
---> MDTM language.en.php
<--- 150 Accepted data connection
<--- 213 20160207194917
---> MDTM language.ro.php
<--- 226-Options: -a -l 
<--- 226 9 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20160207194908
---> MDTM sitemap.xml
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20160229003309
---- CWD path to be sent is `/addons/config/trattoriabuongiorno.ro'
---> CWD /addons/config/trattoriabuongiorno.ro
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/config/trattoriabuongiorno.ro
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM 01-FoodMenuBanner.ro.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20160101144408
---> MDTM 02-tortul-hangitei.jpg
<--- 227 Entering Passive Mode (176,223,221,166,239,142)
---- Connecting data socket to (176.223.221.166) port 61326
<--- 213 20160101144408
---> MDTM FoodMenuBanner.en.jpg
---- Data connection established
---> LIST
<--- 213 20150903213447
---> MDTM Thumbs.db
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 6 matches total
<--- 213 20160207224236
---> MDTM banner-site-hb1.jpg
---> TYPE I
<--- 213 20160121171252
---> MDTM banner-site-hb2.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20160121171252
---> MDTM banner-site-hb3.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20160121171252
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/slider_revelion'
---> CWD /addons/assets/hanuberarilor.ro/slider_revelion
<--- 550 I can only retrieve regular files
---> MDTM config.php
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/slider_revelion
---> TYPE A
<--- 213 20151007212011
---> MDTM language.en.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20160112111913
---> MDTM language.ro.php
<--- 227 Entering Passive Mode (176,223,221,166,251,30)
---- Connecting data socket to (176.223.221.166) port 64286
<--- 213 20160112111710
---> MDTM sitemap.xml
---- Data connection established
---> LIST
<--- 213 20160229002653
---- CWD path to be sent is `/addons/functions'
---> CWD /addons/functions
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 250 OK. Current directory is /addons/functions
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,165,130)
---- Connecting data socket to (176.223.221.166) port 42370
<--- 550 I can only retrieve regular files
---> MDTM 03-until_2016-01-01.HB.ro.jpg
---- Data connection established
---> LIST
<--- 213 20151007212012
---> MDTM Thumbs.db
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 19 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20160207224236
---> TYPE I
---- CWD path to be sent is `/addons/assets/hanuberarilor.ro/slider_weddings'
---> CWD /addons/assets/hanuberarilor.ro/slider_weddings
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/assets/hanuberarilor.ro/slider_weddings
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM .htaccess
<--- 227 Entering Passive Mode (176,223,221,166,196,114)
---- Connecting data socket to (176.223.221.166) port 50290
<--- 213 20151007212010
---> MDTM articles.php
---- Data connection established
---> LIST
<--- 213 20151231010323
---> MDTM citygrill.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20160208010156
---> MDTM database.php
---> TYPE I
<--- 213 20151007212010
---> MDTM events.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM google_analytics.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20160229004124
---> MDTM mail.php
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 213 20151007212010
---> MDTM mod_rewrite.php
<--- 213 20160207224236
---> MDTM nunta-la-han-baner.jpg
<--- 213 20160229000622
---> MDTM newsletter.php
<--- 213 20151007212011
---- CWD path to be sent is `/addons/assets/hanumanuc.ro'
---> CWD /addons/assets/hanumanuc.ro
<--- 213 20151231004335
---> MDTM newspaper.php
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro
---> TYPE A
<--- 213 20151007212010
---> MDTM photo.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212010
---> MDTM reservations.php
<--- 227 Entering Passive Mode (176,223,221,166,118,199)
---- Connecting data socket to (176.223.221.166) port 30407
<--- 213 20160129230845
---> MDTM retinaImage.php
---- Data connection established
---> LIST
<--- 213 20151007212010
---> MDTM sitemap.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 21 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212010
---> MDTM utf8_to_ascii.php
---> TYPE I
<--- 213 20151007212010
---> MDTM utf8_to_ascii_db
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM util.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212010
---- CWD path to be sent is `/addons/functions/utf8_to_ascii_db'
---> CWD /addons/functions/utf8_to_ascii_db
<--- 550 I can only retrieve regular files
---> MDTM FoodMenuPDFs
<--- 250 OK. Current directory is /addons/functions/utf8_to_ascii_db
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM Promotions
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 227 Entering Passive Mode (176,223,221,166,56,130)
---- Connecting data socket to (176.223.221.166) port 14466
<--- 213 20151007212018
---> MDTM favicon.ico
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM favicon256.png
<--- 150 Accepted data connection
<--- 213 20151007212018
---> MDTM food_menu_categories
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 182 matches total
<--- 550 I can only retrieve regular files
---> MDTM gallery
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM hm.png
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM hm.svg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM logo.png
<--- 550 I can only retrieve regular files
---> MDTM x00.php
<--- 213 20151007212018
---> MDTM logo.svg
<--- 213 20151007212010
---> MDTM x01.php
<--- 213 20151007212018
---> MDTM pdf
<--- 213 20151007212010
---> MDTM x02.php
<--- 550 I can only retrieve regular files
---> MDTM slider
<--- 213 20151007212010
---> MDTM x03.php
<--- 550 I can only retrieve regular files
---> MDTM slider_events
<--- 213 20151007212010
---> MDTM x04.php
<--- 550 I can only retrieve regular files
---> MDTM slider_food_menu
<--- 213 20151007212010
---> MDTM x05.php
<--- 550 I can only retrieve regular files
---> MDTM slider_overlayer.png
<--- 213 20151007212010
---> MDTM x06.php
<--- 213 20151007212018
---> MDTM slider_revelion
<--- 213 20151007212010
---> MDTM x07.php
<--- 550 I can only retrieve regular files
---> MDTM style.css
<--- 213 20151007212010
---> MDTM x09.php
<--- 213 20151029225450
---> MDTM visual_our_story.jpg
<--- 213 20151007212010
---> MDTM x0a.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/hanumanuc.ro/FoodMenuPDFs'
---> CWD /addons/assets/hanumanuc.ro/FoodMenuPDFs
<--- 213 20151007212010
---> MDTM x0b.php
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro/FoodMenuPDFs
---> TYPE A
<--- 213 20151007212010
---> MDTM x0c.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212010
---> MDTM x0d.php
<--- 227 Entering Passive Mode (176,223,221,166,234,11)
---- Connecting data socket to (176.223.221.166) port 59915
<--- 213 20151007212010
---> MDTM x0e.php
---- Data connection established
---> LIST
<--- 213 20151007212010
---> MDTM x0f.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212010
---> MDTM x10.php
---> TYPE I
<--- 213 20151007212010
---> MDTM x11.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM x12.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212010
---> MDTM x13.php
<--- 550 I can only retrieve regular files
---> MDTM en
<--- 213 20151007212010
---> MDTM x14.php
<--- 550 I can only retrieve regular files
---> MDTM ro
<--- 213 20151007212010
---> MDTM x15.php
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/hanumanuc.ro/FoodMenuPDFs/en'
---> CWD /addons/assets/hanumanuc.ro/FoodMenuPDFs/en
<--- 213 20151007212010
---> MDTM x16.php
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro/FoodMenuPDFs/en
---> TYPE A
<--- 213 20151007212010
---> MDTM x17.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212010
---> MDTM x18.php
<--- 227 Entering Passive Mode (176,223,221,166,22,184)
---- Connecting data socket to (176.223.221.166) port 5816
<--- 213 20151007212010
---> MDTM x1e.php
---- Data connection established
---> LIST
<--- 213 20151007212010
---> MDTM x1f.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212010
---> MDTM x20.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM x21.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212010
---> MDTM x22.php
<--- 550 I can only retrieve regular files
---> MDTM 20. Food menu.pdf
<--- 213 20151007212010
---> MDTM x23.php
<--- 213 20160125163807
---> MDTM 30. Drinks menu.pdf
<--- 213 20151007212010
---> MDTM x24.php
<--- 213 20160204194506
---- CWD path to be sent is `/addons/assets/hanumanuc.ro/FoodMenuPDFs/ro'
---> CWD /addons/assets/hanumanuc.ro/FoodMenuPDFs/ro
<--- 213 20151007212010
---> MDTM x25.php
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro/FoodMenuPDFs/ro
---> TYPE A
<--- 213 20151007212010
---> MDTM x26.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212010
---> MDTM x27.php
<--- 213 20151007212010
---> MDTM x28.php
<--- 227 Entering Passive Mode (176,223,221,166,139,44)
---- Connecting data socket to (176.223.221.166) port 35628
<--- 213 20151007212010
---> MDTM x2e.php
---- Data connection established
---> LIST
<--- 213 20151007212010
---> MDTM x2f.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212010
---> MDTM x30.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM x31.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212010
---> MDTM x32.php
<--- 550 I can only retrieve regular files
---> MDTM 20. Meniu m?ncare.pdf
<--- 213 20151007212010
---> MDTM x33.php
<--- 550 Can't check for file existence
---> MDTM 30. Meniu b?uturi.pdf
<--- 213 20151007212010
---> MDTM x4d.php
<--- 550 Can't check for file existence
chmod 755 ftp://username:[email protected]/addons/assets/hanuberarilor.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%C3%A2ncare.pdf
chmod 755 ftp://username:[email protected]/addons/assets/hanuberarilor.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%C4%83uturi.pdf
Transferring file `assets/hanumanuc.ro/FoodMenuPDFs/ro/20. Meniu mâncare.pdf'
get -O ftp://username:[email protected]/addons/assets/hanumanuc.ro/FoodMenuPDFs/ro file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets/hanumanuc.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%C3%A2ncare.pdf
Transferring file `assets/hanumanuc.ro/FoodMenuPDFs/ro/30. Meniu băuturi.pdf'
get -O ftp://username:[email protected]/addons/assets/hanumanuc.ro/FoodMenuPDFs/ro file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets/hanumanuc.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%C4%83uturi.pdf
rm ftp://username:[email protected]/addons/assets/hanumanuc.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%3Fncare.pdf
Removing old file `assets/hanumanuc.ro/FoodMenuPDFs/ro/20. Meniu m?ncare.pdf'
rm ftp://username:[email protected]/addons/assets/hanumanuc.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%3Futuri.pdf
Removing old file `assets/hanumanuc.ro/FoodMenuPDFs/ro/30. Meniu b?uturi.pdf'
---- CWD path to be sent is `/addons/assets/hanumanuc.ro/Promotions'
---> CWD /addons/assets/hanumanuc.ro/Promotions
<--- 213 20151007212010
---> MDTM x4e.php
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro/Promotions
---> TYPE A
<--- 213 20151007212010
---> MDTM x4f.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212010
---> MDTM x50.php
<--- 227 Entering Passive Mode (176,223,221,166,165,130)
---- Connecting data socket to (176.223.221.166) port 42370
<--- 213 20151007212010
---> MDTM x51.php
---- Data connection established
---> LIST
<--- 213 20151007212010
---> MDTM x52.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212010
---> MDTM x53.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM x54.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212010
---> MDTM x55.php
<--- 550 I can only retrieve regular files
---> MDTM slider
<--- 213 20151007212010
---> MDTM x56.php
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/hanumanuc.ro/Promotions/slider'
---> CWD /addons/assets/hanumanuc.ro/Promotions/slider
<--- 213 20151007212010
---> MDTM x57.php
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro/Promotions/slider
---> TYPE A
<--- 213 20151007212010
---> MDTM x58.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212010
---> MDTM x59.php
<--- 227 Entering Passive Mode (176,223,221,166,119,226)
---- Connecting data socket to (176.223.221.166) port 30690
<--- 213 20151007212010
---> MDTM x5a.php
---- Data connection established
---> LIST
<--- 213 20151007212010
---> MDTM x5b.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212010
---> MDTM x5c.php
---> TYPE I
<--- 213 20151007212010
---> MDTM x5d.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM x5e.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212010
---> MDTM x5f.php
<--- 550 I can only retrieve regular files
---> MDTM promotii-manuc.jpg
<--- 213 20151007212010
---> MDTM x60.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/hanumanuc.ro/food_menu_categories'
---> CWD /addons/assets/hanumanuc.ro/food_menu_categories
<--- 213 20151007212010
---> MDTM x61.php
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro/food_menu_categories
---> TYPE A
<--- 213 20151007212010
---> MDTM x62.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212010
---> MDTM x63.php
<--- 227 Entering Passive Mode (176,223,221,166,54,184)
---- Connecting data socket to (176.223.221.166) port 14008
<--- 213 20151007212010
---> MDTM x64.php
---- Data connection established
---> LIST
<--- 213 20151007212010
---> MDTM x65.php
<--- 150 Accepted data connection
<--- 213 20151007212010
---> MDTM x66.php
<--- 226-Options: -a -l 
<--- 226 14 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212010
---> MDTM x67.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM x68.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212010
---> MDTM x69.php
<--- 550 I can only retrieve regular files
---> MDTM bucataria-hanului.png
<--- 213 20151007212010
---> MDTM x6a.php
<--- 213 20151025203100
---> MDTM bucataria-hanului.svg
<--- 213 20151007212010
---> MDTM x6b.php
<--- 213 20151025203047
---> MDTM deserturi-de-casa.png
<--- 213 20151007212010
---> MDTM x6c.php
<--- 213 20151025203234
---> MDTM deserturi-de-casa.svg
<--- 213 20151007212010
---> MDTM x6d.php
<--- 213 20151025203221
---> MDTM peste proaspat.svg
<--- 213 20151007212010
---> MDTM x6e.php
<--- 213 20151025202712
---> MDTM peste-proaspat.png
<--- 213 20151007212010
---> MDTM x6f.php
<--- 213 20151025202728
---> MDTM salate-fresh.png
<--- 213 20151007212010
---> MDTM x70.php
<--- 213 20151025203516
---> MDTM salate-fresh.svg
<--- 213 20151007212010
---> MDTM x71.php
<--- 213 20151025203508
---> MDTM specialitati.png
<--- 213 20151007212010
---> MDTM x72.php
<--- 213 20151025202902
---> MDTM specialitati.svg
<--- 213 20151007212010
---> MDTM x73.php
<--- 213 20151025202843
---> MDTM supe-si-aperitive.png
<--- 213 20151007212010
---> MDTM x74.php
<--- 213 20151025202605
---> MDTM supe-si-aperitive.svg
<--- 213 20151007212010
---> MDTM x75.php
<--- 213 20151025202549
---- CWD path to be sent is `/addons/assets/hanumanuc.ro/gallery'
---> CWD /addons/assets/hanumanuc.ro/gallery
<--- 213 20151007212010
---> MDTM x76.php
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro/gallery
---> TYPE A
<--- 213 20151007212010
---> MDTM x77.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212010
---> MDTM x78.php
<--- 227 Entering Passive Mode (176,223,221,166,147,144)
---- Connecting data socket to (176.223.221.166) port 37776
<--- 213 20151007212010
---> MDTM x79.php
---- Data connection established
---> LIST
<--- 213 20151007212010
---> MDTM x7a.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212010
---> MDTM x7b.php
---> TYPE I
<--- 213 20151007212010
---> MDTM x7c.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM x7d.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212010
---> MDTM x7e.php
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 213 20151007212010
---> MDTM x7f.php
<--- 213 20151007212018
---> MDTM hanumanuc
<--- 213 20151007212010
---> MDTM x80.php
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/hanumanuc.ro/gallery/hanumanuc'
---> CWD /addons/assets/hanumanuc.ro/gallery/hanumanuc
<--- 213 20151007212010
---> MDTM x81.php
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro/gallery/hanumanuc
---> TYPE A
<--- 213 20151007212010
---> MDTM x82.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212010
---> MDTM x83.php
<--- 227 Entering Passive Mode (176,223,221,166,21,18)
---- Connecting data socket to (176.223.221.166) port 5394
<--- 213 20151007212010
---> MDTM x84.php
---- Data connection established
---> LIST
<--- 213 20151007212010
---> MDTM x85.php
<--- 150 Accepted data connection
<--- 213 20151007212010
---> MDTM x86.php
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 30 matches total
---> TYPE I
<--- 213 20151007212010
---> MDTM x87.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM x88.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212010
---> MDTM x89.php
<--- 550 I can only retrieve regular files
---> MDTM 817C0352.jpg
<--- 213 20151007212010
---> MDTM x8a.php
<--- 213 20151007212018
---> MDTM 817C0357.jpg
<--- 213 20151007212010
---> MDTM x8b.php
<--- 213 20151007212018
---> MDTM 817C0360.jpg
<--- 213 20151007212010
---> MDTM x8c.php
<--- 213 20151007212018
---> MDTM 817C0363-HDR.jpg
<--- 213 20151007212010
---> MDTM x8d.php
<--- 213 20151007212018
---> MDTM 817C0379.jpg
<--- 213 20151007212010
---> MDTM x8e.php
<--- 213 20151007212018
---> MDTM 817C0382.jpg
<--- 213 20151007212010
---> MDTM x8f.php
<--- 213 20151007212018
---> MDTM 817C0384.jpg
<--- 213 20151007212010
---> MDTM x90.php
<--- 213 20151007212018
---> MDTM 817C0386.jpg
<--- 213 20151007212010
---> MDTM x91.php
<--- 213 20151007212018
---> MDTM 817C0387.jpg
<--- 213 20151007212010
---> MDTM x92.php
<--- 213 20151007212018
---> MDTM 817C0394.jpg
<--- 213 20151007212010
---> MDTM x93.php
<--- 213 20151007212018
---> MDTM 817C0397.jpg
<--- 213 20151007212010
---> MDTM x94.php
<--- 213 20151007212018
---> MDTM 817C0405.jpg
<--- 213 20151007212010
---> MDTM x95.php
<--- 213 20151007212018
---> MDTM 817C0410.jpg
<--- 213 20151007212010
---> MDTM x96.php
<--- 213 20151007212018
---> MDTM 817C0415.jpg
<--- 213 20151007212010
---> MDTM x97.php
<--- 213 20151007212018
---> MDTM 817C0416.jpg
<--- 213 20151007212010
---> MDTM x98.php
<--- 213 20151007212018
---> MDTM 817C0418.jpg
<--- 213 20151007212010
---> MDTM x99.php
<--- 213 20151007212018
---> MDTM 817C0424.jpg
<--- 213 20151007212010
---> MDTM x9a.php
<--- 213 20151007212018
---> MDTM 817C0426.jpg
<--- 213 20151007212010
---> MDTM x9b.php
<--- 213 20151007212018
---> MDTM 817C0435.jpg
<--- 213 20151007212010
---> MDTM x9c.php
<--- 213 20151007212018
---> MDTM 817C0436.jpg
<--- 213 20151007212010
---> MDTM x9d.php
<--- 213 20151007212018
---> MDTM 817C0437.jpg
<--- 213 20151007212010
---> MDTM x9e.php
<--- 213 20151007212018
---> MDTM 817C0438.jpg
<--- 213 20151007212010
---> MDTM x9f.php
<--- 213 20151007212018
---> MDTM 817C0440.jpg
<--- 213 20151007212010
---> MDTM xa0.php
<--- 213 20151007212018
---> MDTM 817C0443.jpg
<--- 213 20151007212010
---> MDTM xa1.php
<--- 213 20151007212018
---> MDTM 817C0445.jpg
<--- 213 20151007212010
---> MDTM xa2.php
<--- 213 20151007212018
---> MDTM 817C0446.jpg
<--- 213 20151007212010
---> MDTM xa3.php
<--- 213 20151007212018
---> MDTM 817C0447.jpg
<--- 213 20151007212010
---> MDTM xa4.php
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/hanumanuc.ro/pdf'
---> CWD /addons/assets/hanumanuc.ro/pdf
<--- 213 20151007212010
---> MDTM xac.php
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro/pdf
---> TYPE A
<--- 213 20151007212010
---> MDTM xad.php
<--- 213 20151007212010
---> MDTM xae.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212010
---> MDTM xaf.php
<--- 227 Entering Passive Mode (176,223,221,166,76,205)
---- Connecting data socket to (176.223.221.166) port 19661
<--- 213 20151007212010
---> MDTM xb0.php
---- Data connection established
---> LIST
<--- 213 20151007212010
---> MDTM xb1.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212010
---> MDTM xb2.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM xb3.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212010
---> MDTM xb4.php
<--- 550 I can only retrieve regular files
---> MDTM .htaccess
<--- 213 20151007212010
---> MDTM xb5.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/hanumanuc.ro/slider'
---> CWD /addons/assets/hanumanuc.ro/slider
<--- 213 20151007212010
---> MDTM xb6.php
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro/slider
---> TYPE A
<--- 213 20151007212010
---> MDTM xb7.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212010
---> MDTM xb8.php
<--- 227 Entering Passive Mode (176,223,221,166,26,19)
---- Connecting data socket to (176.223.221.166) port 6675
<--- 213 20151007212010
---> MDTM xb9.php
---- Data connection established
---> LIST
<--- 213 20151007212010
---> MDTM xba.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 12 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212010
---> MDTM xbb.php
---> TYPE I
<--- 213 20151007212010
---> MDTM xbc.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM xbd.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212010
---> MDTM xbe.php
<--- 550 I can only retrieve regular files
---> MDTM 01-banner-grup.ro.jpg
<--- 213 20151007212010
---> MDTM xbf.php
<--- 213 20151007212018
---> MDTM 02-until_2016-01-01.HM.ro.jpg
<--- 213 20151007212010
---> MDTM xc0.php
<--- 213 20151023094934
---> MDTM 02. Welcome.en.jpg
<--- 213 20151007212010
---> MDTM xc1.php
<--- 213 20151007212018
---> MDTM 05. Welcome.ro.jpg
<--- 213 20151007212010
---> MDTM xc2.php
<--- 213 20151209004308
---> MDTM 3.jpg
<--- 213 20151007212010
---> MDTM xc3.php
<--- 213 20151209004308
---> MDTM 4.jpg
<--- 213 20151209004308
---> MDTM 6.jpg
<--- 213 20151007212010
---> MDTM xc4.php
<--- 213 20151209004308
---> MDTM 7.jpg
<--- 213 20151007212010
---> MDTM xc5.php
<--- 213 20151209004308
---> MDTM 8.jpg
<--- 213 20151007212010
---> MDTM xc6.php
<--- 213 20151209004308
---> MDTM Thumbs.db
<--- 213 20151007212010
---> MDTM xc7.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/hanumanuc.ro/slider_events'
---> CWD /addons/assets/hanumanuc.ro/slider_events
<--- 213 20151007212010
---> MDTM xc8.php
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro/slider_events
---> TYPE A
<--- 213 20151007212010
---> MDTM xc9.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212010
---> MDTM xca.php
<--- 227 Entering Passive Mode (176,223,221,166,217,142)
---- Connecting data socket to (176.223.221.166) port 55694
<--- 213 20151007212010
---> MDTM xcb.php
---- Data connection established
---> LIST
<--- 213 20151007212010
---> MDTM xcc.php
<--- 150 Accepted data connection
<--- 213 20151007212010
---> MDTM xcd.php
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212010
---> MDTM xce.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM xcf.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212010
---> MDTM xd0.php
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 213 20151007212010
---> MDTM xd1.php
<--- 213 20151007212018
---> MDTM since_2015-09-06.pescarus-evenimente-slideshow-1.jpg
<--- 213 20151007212010
---> MDTM xd2.php
<--- 213 20151007212018
---> MDTM until_2015-09-05.Fado.jpg
<--- 213 20151007212010
---> MDTM xd3.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/hanumanuc.ro/slider_food_menu'
---> CWD /addons/assets/hanumanuc.ro/slider_food_menu
<--- 213 20151007212010
---> MDTM xd4.php
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro/slider_food_menu
---> TYPE A
<--- 213 20151007212010
---> MDTM xd5.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212010
---> MDTM xd6.php
<--- 227 Entering Passive Mode (176,223,221,166,203,180)
---- Connecting data socket to (176.223.221.166) port 52148
<--- 213 20151007212010
---> MDTM xd7.php
---- Data connection established
---> LIST
<--- 213 20151007212010
---> MDTM xf9.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 7 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212010
---> MDTM xfa.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM xfb.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212010
---> MDTM xfc.php
<--- 550 I can only retrieve regular files
---> MDTM FoodMenuBanner.en.jpg
<--- 213 20151007212010
---> MDTM xfd.php
<--- 213 20150903213447
---> MDTM Thumbs.db
<--- 213 20151007212010
---> MDTM xfe.php
<--- 213 20151029233645
---> MDTM mancare-01.ro.jpg
<--- 213 20151007212010
---> MDTM xff.php
<--- 213 20151209004308
---> MDTM mancare-2.ro.jpg
<--- 213 20151007212010
---- CWD path to be sent is `/addons/pages'
---> CWD /addons/pages
<--- 213 20151209004308
---> MDTM mancare-3.ro.jpg
<--- 250 OK. Current directory is /addons/pages
---> TYPE A
<--- 213 20151209004308
---- CWD path to be sent is `/addons/assets/hanumanuc.ro/slider_revelion'
---> CWD /addons/assets/hanumanuc.ro/slider_revelion
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/assets/hanumanuc.ro/slider_revelion
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,13,236)
---- Connecting data socket to (176.223.221.166) port 3564
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 227 Entering Passive Mode (176,223,221,166,135,141)
---- Connecting data socket to (176.223.221.166) port 34701
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 52 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- Data connection established
---> LIST
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM _common
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM careers.php
<--- 550 I can only retrieve regular files
---> MDTM revelion.ro.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM carucubere.ro
<--- 213 20151022151454
---- CWD path to be sent is `/addons/assets/restaurantpescarus.ro'
---> CWD /addons/assets/restaurantpescarus.ro
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 550 I can only retrieve regular files
---> MDTM citycafe.citygrillgroup.ro
<--- 250 OK. Current directory is /addons/assets/restaurantpescarus.ro
<--- 550 I can only retrieve regular files
<--- 213 20160206223159
---> TYPE A
---> MDTM citygrill.ro
---> MDTM visual_newspaper.jpg
<--- 213 20151007212018
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets_common/OUT4FOOD'
---> CWD /addons/assets_common/OUT4FOOD
<--- 200 TYPE is now ASCII
---> MDTM employee_of_the_month.php
---> PASV
<--- 250 OK. Current directory is /addons/assets_common/OUT4FOOD
<--- 213 20151007212018
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,37,249)
---- Connecting data socket to (176.223.221.166) port 9721
---> MDTM events.php
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 213 20160108092738
---> MDTM events_content.php
<--- 227 Entering Passive Mode (176,223,221,166,71,207)
---- Connecting data socket to (176.223.221.166) port 18383
<--- 150 Accepted data connection
<--- 213 20151007212018
---> MDTM events_counsel.php
<--- 226-Options: -a -l 
<--- 226 21 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM events_counsel_content.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 5 matches total
---> TYPE I
<--- 213 20151007212018
---> MDTM events_counsel_form.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151231000954
---> MDTM food_menu.php
<--- 550 I can only retrieve regular files
---> MDTM FoodMenuPDFs
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151029222338
---> MDTM food_menu.slider.php
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 213 20151029233530
---> MDTM gift_voucher.php
<--- 213 20151007212017
---> MDTM favicon.ico
<--- 213 20160206223159
---> MDTM available-for-free.png
<--- 213 20151121120406
---> MDTM hanuberarilor.ro
<--- 213 20151007212017
---> MDTM favicon256.png
<--- 213 20151007212018
---> MDTM available-for-free2x.png
<--- 550 I can only retrieve regular files
---> MDTM hanuberarilor_100deani.php
<--- 213 20151007212016
---> MDTM food_menu_categories
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/Our_history'
---> CWD /addons/assets_common/Our_history
<--- 213 20151007212018
---> MDTM hanumanuc.ro
<--- 550 I can only retrieve regular files
---> MDTM gallery
<--- 250 OK. Current directory is /addons/assets_common/Our_history
<--- 550 I can only retrieve regular files
---> TYPE A
---> MDTM homepage.php
<--- 550 I can only retrieve regular files
---> MDTM hm.png
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151212130758
---> MDTM homepage_address.php
<--- 213 20151213133002
---> MDTM hm.svg
<--- 227 Entering Passive Mode (176,223,221,166,18,98)
---- Connecting data socket to (176.223.221.166) port 4706
<--- 213 20151007212018
---> MDTM homepage_motto.php
<--- 213 20151213132925
---> MDTM hm2x.png
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM homepage_reservations.php
<--- 213 20151213133043
---> MDTM logo.png
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 25 matches total
---> TYPE I
<--- 213 20160229003141
---> MDTM homepage_reservations_schedule.php
<--- 213 20151007212016
---> MDTM logo.svg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151214213924
---> MDTM homepage_romania.php
<--- 213 20151007212016
---> MDTM pdf
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151231010308
---> MDTM homepage_romania_welcome.php
<--- 550 I can only retrieve regular files
---> MDTM slider
<--- 550 I can only retrieve regular files
---> MDTM 1879_tablou1.jpg
<--- 213 20151007212018
---> MDTM homepage_sample_menu.php
<--- 550 I can only retrieve regular files
---> MDTM slider_events
<--- 213 20151007212022
---> MDTM 1892_tablou2.jpg
<--- 213 20151007212018
---> MDTM homepage_slider.php
<--- 550 I can only retrieve regular files
---> MDTM slider_food_menu
<--- 213 20151007212022
---> MDTM 1897_tablou3.jpg
<--- 213 20151007212018
---> MDTM map.php
<--- 550 I can only retrieve regular files
---> MDTM slider_overlayer.png
<--- 213 20151007212022
---> MDTM 1899_tablou4.jpg
<--- 213 20151121115632
---> MDTM media_gallery.php
<--- 213 20151007212016
---> MDTM slider_revelion
<--- 213 20151007212022
---> MDTM 1900_tablu5.png
<--- 213 20151007212018
---> MDTM media_gallery_content.php
<--- 550 I can only retrieve regular files
---> MDTM style.css
<--- 213 20151007212022
---> MDTM 1909-1910_tablou6.jpg
<--- 213 20151007212018
---> MDTM menu_organic.php
<--- 213 20151029231456
---> MDTM visual_our_story.jpg
<--- 213 20151007212022
---> MDTM 1924_compass.png
<--- 213 20151115145450
---> MDTM mobile_photogallery.php
<--- 213 20151007212016
---- CWD path to be sent is `/addons/assets/restaurantpescarus.ro/FoodMenuPDFs'
---> CWD /addons/assets/restaurantpescarus.ro/FoodMenuPDFs
<--- 213 20151007212022
---> MDTM 1929_tablou7.jpg
<--- 213 20151007212018
---> MDTM mobile_photogallery_content.php
<--- 250 OK. Current directory is /addons/assets/restaurantpescarus.ro/FoodMenuPDFs
<--- 213 20151007212022
---> TYPE A
<--- 213 20151029004847
---> MDTM 1947-1948_tablou8.jpg
---> MDTM our_history.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212022
---> MDTM 1983-1986_tablou9.jpg
<--- 213 20151007212018
---> MDTM our_story.php
<--- 227 Entering Passive Mode (176,223,221,166,190,53)
---- Connecting data socket to (176.223.221.166) port 48693
<--- 213 20151007212022
---> MDTM 1999_tablou10.jpg
<--- 213 20151007212018
---> MDTM our_story_content.php
---- Data connection established
---> LIST
<--- 213 20151007212022
---> MDTM 2004_tablou11.jpg
<--- 213 20151007212018
---> MDTM our_story_motto.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212018
<--- 213 20151007212022
---> MDTM our_story_slider.php
---> MDTM 2013_tablou12.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM out4food.php
<--- 213 20151007212022
---> MDTM Thumbs.db
<--- 550 I can only retrieve regular files
<--- 213 20160211131908
---> MDTM ..
---> MDTM out4food_app.php
<--- 213 20160206223159
---> MDTM carti-postale.png
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM en
---> MDTM out4food_egenda.php
<--- 213 20151007212022
---> MDTM frame1-artdeco-border-1.png
<--- 550 I can only retrieve regular files
---> MDTM ro
<--- 213 20151007212018
---> MDTM out4food_newspaper.php
<--- 213 20151007212022
---> MDTM frame2-artdeco-border-1.png
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/restaurantpescarus.ro/FoodMenuPDFs/en'
---> CWD /addons/assets/restaurantpescarus.ro/FoodMenuPDFs/en
<--- 213 20151007212018
<--- 213 20151007212022
---> MDTM promotions.php
---> MDTM frame3-artdeco-border-3.png
<--- 250 OK. Current directory is /addons/assets/restaurantpescarus.ro/FoodMenuPDFs/en
<--- 213 20151007212018
<--- 213 20151007212022
---> TYPE A
---> MDTM promotions_README.txt
---> MDTM frame4-artdeco-border-4.png
<--- 200 TYPE is now ASCII
<--- 213 20160207222908
---> PASV
---> MDTM restaurantpescarus.ro
<--- 213 20151007212022
---> MDTM frame6_artdeco-border-1.png
<--- 227 Entering Passive Mode (176,223,221,166,254,255)
---- Connecting data socket to (176.223.221.166) port 65279
<--- 550 I can only retrieve regular files
---> MDTM revelion.php
<--- 213 20151007212022
---> MDTM perpendicular.png
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM revelion_content.php
<--- 213 20151007212022
---> MDTM repere-ale-bucurestiului.jpg
<--- 213 20151007212018
---> MDTM trattoriabuongiorno.ro
<--- 150 Accepted data connection
<--- 213 20151007212022
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> MDTM schite-cladire-ro.jpg
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM weddings.php
<--- 213 20151007212022
---- CWD path to be sent is `/addons/assets_common/Promotions'
---> CWD /addons/assets_common/Promotions
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM weddings_content.php
<--- 250 OK. Current directory is /addons/assets_common/Promotions
---> TYPE A
<--- 213 20151007212018
<--- 550 I can only retrieve regular files
---> MDTM worldcup2014.php
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151121120620
---- CWD path to be sent is `/addons/pages/_common'
---> CWD /addons/pages/_common
<--- 550 I can only retrieve regular files
---> MDTM 20. Food menu.pdf
<--- 227 Entering Passive Mode (176,223,221,166,190,48)
---- Connecting data socket to (176.223.221.166) port 48688
<--- 250 OK. Current directory is /addons/pages/_common
---> TYPE A
<--- 213 20150903213443
---- Data connection established
---> LIST
---> MDTM 30. Drinks menu.pdf
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
<--- 213 20160207183839
---- CWD path to be sent is `/addons/assets/restaurantpescarus.ro/FoodMenuPDFs/ro'
---> CWD /addons/assets/restaurantpescarus.ro/FoodMenuPDFs/ro
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,139,68)
---- Connecting data socket to (176.223.221.166) port 35652
<--- 250 OK. Current directory is /addons/assets/restaurantpescarus.ro/FoodMenuPDFs/ro
<--- 200 TYPE is now 8-bit binary
---> TYPE A
---> MDTM .
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 9 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,114,90)
---- Connecting data socket to (176.223.221.166) port 29274
<--- 550 I can only retrieve regular files
---> MDTM Baner-Statul-la-terasa.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20160206223159
---- CWD path to be sent is `/addons/assets_common/SocialIcons'
---> CWD /addons/assets_common/SocialIcons
<--- 550 I can only retrieve regular files
---> MDTM footer.bottom.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/assets_common/SocialIcons
---> TYPE A
<--- 213 20160105211150
<--- 550 I can only retrieve regular files
---> MDTM footer.bottom.ro.php
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM footer.php
<--- 550 I can only retrieve regular files
---> MDTM 20. Meniu m?ncare.pdf
<--- 227 Entering Passive Mode (176,223,221,166,49,35)
---- Connecting data socket to (176.223.221.166) port 12579
<--- 213 20151013235323
---> MDTM header.php
<--- 550 Can't check for file existence
---> MDTM 30. Meniu b?uturi.pdf
---- Data connection established
---> LIST
<--- 213 20160208000719
---> MDTM header.top.php
<--- 550 Can't check for file existence
chmod 755 ftp://username:[email protected]/addons/assets/hanumanuc.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%C3%A2ncare.pdf
chmod 755 ftp://username:[email protected]/addons/assets/hanumanuc.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%C4%83uturi.pdf
Transferring file `assets/restaurantpescarus.ro/FoodMenuPDFs/ro/20. Meniu mâncare.pdf'
get -O ftp://username:[email protected]/addons/assets/restaurantpescarus.ro/FoodMenuPDFs/ro file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets/restaurantpescarus.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%C3%A2ncare.pdf
Transferring file `assets/restaurantpescarus.ro/FoodMenuPDFs/ro/30. Meniu băuturi.pdf'
get -O ftp://username:[email protected]/addons/assets/restaurantpescarus.ro/FoodMenuPDFs/ro file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets/restaurantpescarus.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%C4%83uturi.pdf
rm ftp://username:[email protected]/addons/assets/restaurantpescarus.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%3Fncare.pdf
Removing old file `assets/restaurantpescarus.ro/FoodMenuPDFs/ro/20. Meniu m?ncare.pdf'
rm ftp://username:[email protected]/addons/assets/restaurantpescarus.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%3Futuri.pdf
Removing old file `assets/restaurantpescarus.ro/FoodMenuPDFs/ro/30. Meniu b?uturi.pdf'
---- CWD path to be sent is `/addons/assets/restaurantpescarus.ro/food_menu_categories'
---> CWD /addons/assets/restaurantpescarus.ro/food_menu_categories
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 13 matches total
---> TYPE I
<--- 213 20160108092517
<--- 250 OK. Current directory is /addons/assets/restaurantpescarus.ro/food_menu_categories
---> MDTM http_code_404.php
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM http_code_500.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---- CWD path to be sent is `/addons/pages/carucubere.ro'
---> CWD /addons/pages/carucubere.ro
<--- 227 Entering Passive Mode (176,223,221,166,209,43)
---- Connecting data socket to (176.223.221.166) port 53547
<--- 550 I can only retrieve regular files
---> MDTM Facebook.png
<--- 250 OK. Current directory is /addons/pages/carucubere.ro
---> TYPE A
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM Facebook.svg
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 15 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212018
---> MDTM GooglePlus.png
<--- 227 Entering Passive Mode (176,223,221,166,197,193)
---- Connecting data socket to (176.223.221.166) port 50625
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM GooglePlus.svg
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM Instagram.png
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 5 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 213 20151007212018
---> MDTM Instagram.svg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151029231047
---> MDTM bucatar.png
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151024201717
---> MDTM bucatar.svg
<--- 213 20160206223159
---> MDTM Twitter.png
<--- 550 I can only retrieve regular files
---> MDTM homepage_address.php
<--- 213 20151024201708
---> MDTM bucate.png
<--- 213 20151007212018
---> MDTM Twitter.svg
<--- 213 20151007212018
---> MDTM homepage_romania_welcome.php
<--- 213 20151024201128
---> MDTM bucate.svg
<--- 213 20151007212018
---> MDTM Youtube.png
<--- 213 20151007212018
---> MDTM homepage_sample_menu.php
<--- 213 20151024201113
---> MDTM gratar.png
<--- 213 20151007212018
---> MDTM Youtube.svg
<--- 213 20160208010156
---- CWD path to be sent is `/addons/pages/citycafe.citygrillgroup.ro'
---> CWD /addons/pages/citycafe.citygrillgroup.ro
<--- 213 20151024201311
---> MDTM gratar.svg
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/Stylesheets'
---> CWD /addons/assets_common/Stylesheets
<--- 250 OK. Current directory is /addons/pages/citycafe.citygrillgroup.ro
---> TYPE A
<--- 213 20151024201301
---> MDTM peste.png
<--- 250 OK. Current directory is /addons/assets_common/Stylesheets
<--- 200 TYPE is now ASCII
---> TYPE A
<--- 213 20151024200912
---> PASV
---> MDTM peste.svg
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,215,1)
---- Connecting data socket to (176.223.221.166) port 55041
<--- 213 20151024200819
---> MDTM salate.png
<--- 227 Entering Passive Mode (176,223,221,166,49,242)
---- Connecting data socket to (176.223.221.166) port 12786
---- Data connection established
---> LIST
<--- 213 20151024201521
---> MDTM salate.svg
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 8 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151024201512
---> TYPE I
---> MDTM supe.png
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 7 matches total
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151024200630
---> MDTM supe.svg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151024200851
---- CWD path to be sent is `/addons/assets/restaurantpescarus.ro/gallery'
---> CWD /addons/assets/restaurantpescarus.ro/gallery
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM Promotions
<--- 250 OK. Current directory is /addons/assets/restaurantpescarus.ro/gallery
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 550 I can only retrieve regular files
---> MDTM homepage_address.php
---> MDTM common.css
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM homepage_reservations.php
<--- 213 20160208010228
---> MDTM debug.css
<--- 227 Entering Passive Mode (176,223,221,166,164,116)
---- Connecting data socket to (176.223.221.166) port 42100
<--- 213 20151007212018
---> MDTM homepage_romania_welcome.php
<--- 213 20151007212018
---> MDTM horizontal_line_behind_text.css
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM homepage_sample_menu.php
<--- 213 20151007212018
---> MDTM map.css
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20160208010631
---> MDTM homepage_slider.php
---> TYPE I
<--- 213 20151007212018
---> MDTM style_history.css
<--- 213 20151007212018
---- CWD path to be sent is `/addons/pages/citycafe.citygrillgroup.ro/Promotions'
---> CWD /addons/pages/citycafe.citygrillgroup.ro/Promotions
<--- 213 20151007212018
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- CWD path to be sent is `/addons/assets_common/hanuberarilor_100deani'
---> CWD /addons/assets_common/hanuberarilor_100deani
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/pages/citycafe.citygrillgroup.ro/Promotions
---> TYPE A
<--- 250 OK. Current directory is /addons/assets_common/hanuberarilor_100deani
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 200 TYPE is now ASCII
---> MDTM Thumbs.db
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212017
---> MDTM pescarus
<--- 227 Entering Passive Mode (176,223,221,166,135,10)
---- Connecting data socket to (176.223.221.166) port 34570
<--- 227 Entering Passive Mode (176,223,221,166,223,82)
---- Connecting data socket to (176.223.221.166) port 57170
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/restaurantpescarus.ro/gallery/pescarus'
---> CWD /addons/assets/restaurantpescarus.ro/gallery/pescarus
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/assets/restaurantpescarus.ro/gallery/pescarus
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE A
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---- Got EOF on data connection
---- Closing data socket
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,142,166)
---- Connecting data socket to (176.223.221.166) port 36518
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM ro
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 550 I can only retrieve regular files
<--- 226-Options: -a -l 
<--- 226 36 matches total
---- CWD path to be sent is `/addons/pages/citycafe.citygrillgroup.ro/Promotions/ro'
---> CWD /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro
---> TYPE I
<--- 213 20160206223159
---> MDTM main-hero.jpg
<--- 250 OK. Current directory is /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro
---> TYPE A
<--- 213 20151007212022
<--- 200 TYPE is now 8-bit binary
---> MDTM main-title.png
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212022
---> MDTM rezervari-btn.png
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,188,176)
---- Connecting data socket to (176.223.221.166) port 48304
<--- 213 20151007212022
---- CWD path to be sent is `/addons/assets_common/pdf'
---> CWD /addons/assets_common/pdf
<--- 550 I can only retrieve regular files
---> MDTM Bisque - Crema cu creveti.jpg
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/assets_common/pdf
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 9 matches total
---> TYPE A
<--- 213 20151007212017
---> MDTM Bors Herastrau (peste).jpg
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212017
---> MDTM Creveti trasi la tigaie in sos de unt.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,21,228)
---- Connecting data socket to (176.223.221.166) port 5604
<--- 213 20151007212017
---> MDTM Pescarus.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 213 20151007212017
---> MDTM Pescarus_-1.jpg
<--- 550 I can only retrieve regular files
---> MDTM Oferta Croissant
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212016
<--- 226-Options: -a -l 
<--- 226 11 matches total
---> MDTM Pescarus_-11.jpg
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM Oferta Dublin
<--- 213 20151007212016
---> MDTM Pescarus_-12.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM Oferta Lunii
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
<--- 213 20151007212016
---> MDTM Oferta Pizza la pachet
---> MDTM Pescarus_-13.jpg
<--- 550 I can only retrieve regular files
---> MDTM .htaccess
<--- 213 20151007212017
---> MDTM Pescarus_-15.jpg
<--- 550 I can only retrieve regular files
---> MDTM Oferta Speciala
<--- 213 20151007212022
---> MDTM CityGrillOrganic.en.pdf
<--- 213 20151007212016
---> MDTM Pescarus_-16.jpg
<--- 550 I can only retrieve regular files
---> MDTM Oferta Torino
<--- 213 20151007212022
---> MDTM CityGrillOrganic.ro.pdf
<--- 213 20151007212017
---> MDTM Pescarus_-17.jpg
<--- 550 I can only retrieve regular files
---> MDTM promotions.txt
<--- 213 20151007212020
---> MDTM Cod la tigaie cu piure si verdeturi, asortat cu praz, dressing de usturoi.jpg
<--- 213 20151007212017
---> MDTM Pescarus_-18.jpg
<--- 213 20151005213127
---- CWD path to be sent is `/addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Croissant'
---> CWD /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Croissant
<--- 213 20151007212020
---> MDTM Program 1 ianuarie.pdf
<--- 213 20151007212016
---> MDTM Pescarus_-19.jpg
<--- 250 OK. Current directory is /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Croissant
---> TYPE A
<--- 213 20151201125247
<--- 213 20151007212017
---> MDTM Program sarbatori.pdf
---> MDTM Pescarus_-2.jpg
<--- 213 20151201125247
---> MDTM Thumbs.db
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212016
---> MDTM Pescarus_-26.jpg
<--- 213 20151007212022
---> MDTM newspaper
<--- 227 Entering Passive Mode (176,223,221,166,216,202)
---- Connecting data socket to (176.223.221.166) port 55498
<--- 213 20151007212016
---> MDTM Pescarus_-27.jpg
<--- 550 I can only retrieve regular files
---> MDTM out4food_regulament_card.pdf
---- Data connection established
---> LIST
<--- 213 20151007212016
---> MDTM Pescarus_-28.jpg
<--- 213 20160228175422
---- CWD path to be sent is `/addons/assets_common/pdf/newspaper'
---> CWD /addons/assets_common/pdf/newspaper
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 5 matches total
---> TYPE I
<--- 250 OK. Current directory is /addons/assets_common/pdf/newspaper
<--- 213 20151007212017
---> TYPE A
---> MDTM Pescarus_-29.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212016
---> MDTM Pescarus_-4.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,54,190)
---- Connecting data socket to (176.223.221.166) port 14014
<--- 213 20151007212016
---> MDTM Pescarus_-5.jpg
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
---- Data connection established
---> LIST
<--- 213 20151007212017
---> MDTM Pescarus_-6.jpg
<--- 213 20151007212018
---> MDTM menu.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 23 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212017
---> MDTM Pescarus_-7.jpg
---> TYPE I
<--- 213 20151007212018
---> MDTM oferta-croissant.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212016
---> MDTM Pescarus_-9.jpg
<--- 213 20160106223804
---- CWD path to be sent is `/addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Dublin'
---> CWD /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Dublin
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212016
---> MDTM Pescarus_.jpg
<--- 250 OK. Current directory is /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Dublin
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 213 20151007212016
---> MDTM Ziarul CityGrill nr. 1, 2009.pdf
---> MDTM Pulpe de rata la garnita servite cu varza calita.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212021
---> MDTM Ziarul CityGrill nr. 10, Iunie 2013.pdf
<--- 213 20151007212016
---> MDTM Restaurant   Pescarus.jpg
<--- 227 Entering Passive Mode (176,223,221,166,82,120)
---- Connecting data socket to (176.223.221.166) port 21112
<--- 213 20151007212020
---> MDTM Ziarul CityGrill nr. 11, Septembrie 2013.pdf
<--- 213 20151007212016
---> MDTM Restaurant  Pescarus.jpg
---- Data connection established
---> LIST
<--- 213 20151007212020
---> MDTM Ziarul CityGrill nr. 12, Decembrie 2013.pdf
<--- 213 20151007212016
---> MDTM Restaurant Pescarus.jpg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
<--- 213 20151007212020
---> MDTM Ziarul CityGrill nr. 13, Martie 2014.pdf
---> TYPE I
<--- 213 20151007212016
---> MDTM Salata Soseaua Nordului.jpg
<--- 213 20151007212022
---> MDTM Ziarul CityGrill nr. 14, Iunie 2014.pdf
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212016
---> MDTM Scoici in sos de vin.jpg
<--- 213 20151007212020
---> MDTM Ziarul CityGrill nr. 15, Septembrie 2014.pdf
<--- 550 I can only retrieve regular files
<--- 213 20151007212016
---> MDTM ..
---> MDTM Thumbs.db
<--- 213 20151007212021
---> MDTM Ziarul CityGrill nr. 16, Decembrie 2014.pdf
<--- 550 I can only retrieve regular files
---> MDTM menu.php
<--- 213 20151007212017
---> MDTM Tort Alhambra.jpg
<--- 213 20151007212021
---> MDTM Ziarul CityGrill nr. 17, Martie 2015.pdf
<--- 213 20151007212016
---> MDTM Tort Crant.jpg
<--- 213 20151007212018
---> MDTM oferta-dublin.jpg
<--- 213 20151007212020
---> MDTM Ziarul CityGrill nr. 18, Iunie 2015.pdf
<--- 213 20151007212016
---> MDTM Tort Pescarus (diplomat).jpg
<--- 213 20151007212018
---- CWD path to be sent is `/addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Lunii'
---> CWD /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Lunii
<--- 213 20151007212021
---> MDTM Ziarul CityGrill nr. 19, Septembrie 2015.pdf
<--- 213 20151007212016
---- CWD path to be sent is `/addons/assets/restaurantpescarus.ro/pdf'
---> CWD /addons/assets/restaurantpescarus.ro/pdf
<--- 250 OK. Current directory is /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Lunii
---> TYPE A
<--- 213 20151007212021
---> MDTM Ziarul CityGrill nr. 2, 2010.pdf
<--- 250 OK. Current directory is /addons/assets/restaurantpescarus.ro/pdf
---> TYPE A
<--- 213 20151007212022
---> MDTM Ziarul CityGrill nr. 20, Decembrie 2015.pdf
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151201125609
---> MDTM Ziarul CityGrill nr. 21, Martie 2016.pdf
<--- 227 Entering Passive Mode (176,223,221,166,89,62)
---- Connecting data socket to (176.223.221.166) port 22846
<--- 227 Entering Passive Mode (176,223,221,166,106,17)
---- Connecting data socket to (176.223.221.166) port 27153
<--- 213 20160302110849
---> MDTM Ziarul CityGrill nr. 3, 2010.pdf
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 213 20151007212021
---> MDTM Ziarul CityGrill nr. 4, Martie 2011.pdf
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 5 matches total
---> TYPE I
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212021
---> MDTM Ziarul CityGrill nr. 5, Octombrie 2011.pdf
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212020
---> MDTM Ziarul CityGrill nr. 6, Februarie 2012.pdf
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212021
---> MDTM Ziarul CityGrill nr. 7, Iunie 2012.pdf
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM Ofertele-lunii.jpg
<--- 213 20151007212022
---> MDTM Ziarul CityGrill nr. 8, Noiembrie 2012.pdf
<--- 550 I can only retrieve regular files
---> MDTM .htaccess
<--- 213 20160121171252
---> MDTM Thumbs.db
<--- 213 20151007212021
---> MDTM Ziarul CityGrill nr. 9, Martie 2013.pdf
<--- 213 20151007212016
---> MDTM ProgramArtisticPescarus.pdf
<--- 213 20150705150411
---> MDTM menu.php
<--- 213 20151007212021
---- CWD path to be sent is `/addons/assets_common/slider_bullets_white'
---> CWD /addons/assets_common/slider_bullets_white
<--- 213 20151007212016
---- CWD path to be sent is `/addons/assets/restaurantpescarus.ro/slider'
---> CWD /addons/assets/restaurantpescarus.ro/slider
<--- 213 20151005212938
---- CWD path to be sent is `/addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Pizza la pachet'
---> CWD /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Pizza la pachet
<--- 250 OK. Current directory is /addons/assets_common/slider_bullets_white
---> TYPE A
<--- 250 OK. Current directory is /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Pizza la pachet
<--- 250 OK. Current directory is /addons/assets/restaurantpescarus.ro/slider
---> TYPE A
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,183,127)
---- Connecting data socket to (176.223.221.166) port 46975
<--- 227 Entering Passive Mode (176,223,221,166,89,206)
---- Connecting data socket to (176.223.221.166) port 22990
<--- 227 Entering Passive Mode (176,223,221,166,119,142)
---- Connecting data socket to (176.223.221.166) port 30606
---- Data connection established
---> LIST
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 5 matches total
---> TYPE I
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 23 matches total
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM bullet.svg
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 550 I can only retrieve regular files
---> MDTM 01-logout.ro.jpg
<--- 213 20151007212018
---> MDTM bullet_selected.svg
<--- 213 20151007212018
---> MDTM menu.php
<--- 213 20151109205156
---> MDTM 02-bontea-bateria-de-vin.jpg
<--- 213 20151007212018
---> MDTM style.css
<--- 213 20151007212018
---> MDTM promotions-pizza.png
<--- 213 20151007212018
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets_common/slider_events_counsel'
---> CWD /addons/assets_common/slider_events_counsel
<--- 213 20160101144408
---> MDTM 03-baner-pranz-pescarus-20-lei.jpg
---- CWD path to be sent is `/addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Speciala'
---> CWD /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Speciala
<--- 250 OK. Current directory is /addons/assets_common/slider_events_counsel
---> TYPE A
<--- 213 20160207183450
---> MDTM 04-a-until_2016-01-01.HM.ro.jpg
<--- 250 OK. Current directory is /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Speciala
---> TYPE A
<--- 200 TYPE is now ASCII
<--- 213 20151023094934
---> PASV
---> MDTM 04-banner-grup.ro.jpg
<--- 200 TYPE is now ASCII
<--- 227 Entering Passive Mode (176,223,221,166,129,107)
---- Connecting data socket to (176.223.221.166) port 33131
---> PASV
<--- 213 20160207183450
---> MDTM 06.jpg
---- Data connection established
---> LIST
<--- 227 Entering Passive Mode (176,223,221,166,125,98)
---- Connecting data socket to (176.223.221.166) port 32098
<--- 213 20160207183450
---> MDTM Thumbs.db
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- Data connection established
---> LIST
<--- 213 20151109205157
---> MDTM cotlete-de-berbecut.en.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 5 matches total
<--- 213 20160118170645
---> MDTM drob-de-peste.en.jpg
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20160118170645
---> MDTM foie-gras-cu-dulceata-de-ceapa-si-paine-prajita-cu-fructe-confiate.en.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM Baner-consilier-Evenimente-B.jpg
<--- 213 20160118170645
---> MDTM inghetata-artizanala.en.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM Baner-consilier-Evenimente.jpg
<--- 213 20160118170645
<--- 550 I can only retrieve regular files
---> MDTM pescarus-slideshow-2.jpg
---> MDTM Thumbs.db
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 213 20151007212018
---> MDTM menu.php
<--- 213 20151007212016
---> MDTM pescarus-slideshow-3.jpg
<--- 213 20160206223159
---- CWD path to be sent is `/addons/assets_common/slider_gift_voucher'
---> CWD /addons/assets_common/slider_gift_voucher
<--- 213 20151007212018
---> MDTM oferta-speciala.jpg
<--- 213 20151007212016
---> MDTM pescarus-slideshow-4.jpg
<--- 250 OK. Current directory is /addons/assets_common/slider_gift_voucher
<--- 213 20151007212018
---> TYPE A
<--- 213 20151007212016
---> MDTM pescarus-slideshow-5.jpg
---- CWD path to be sent is `/addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Torino'
---> CWD /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Torino
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212016
---> MDTM pescarus-slideshow-6.jpg
<--- 250 OK. Current directory is /addons/pages/citycafe.citygrillgroup.ro/Promotions/ro/Oferta Torino
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,208,165)
---- Connecting data socket to (176.223.221.166) port 53413
<--- 213 20151007212016
---> MDTM platou-Pescarus.en.jpg
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 213 20160118170645
---> MDTM salata-de-andive-cu-nuca-si-rodie.en.jpg
<--- 227 Entering Passive Mode (176,223,221,166,241,151)
---- Connecting data socket to (176.223.221.166) port 61847
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
---- Data connection established
---> LIST
<--- 213 20160118170645
---> MDTM spigola-in-crusta-de-sare-2.en.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20160118170645
---> MDTM spigola-in-crusta-de-sare.en.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20160118170645
---> MDTM tocanita-de-mistret.en.jpg
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20160118170645
---- CWD path to be sent is `/addons/assets/restaurantpescarus.ro/slider_events'
---> CWD /addons/assets/restaurantpescarus.ro/slider_events
<--- 213 20160206223159
---> MDTM out4food_voucher_baner.jpg
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 250 OK. Current directory is /addons/assets/restaurantpescarus.ro/slider_events
---> TYPE A
<--- 213 20151007212019
---- CWD path to be sent is `/addons/assets_common/slider_menu_organic'
---> CWD /addons/assets_common/slider_menu_organic
<--- 213 20151007212018
---> MDTM menu.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/assets_common/slider_menu_organic
---> TYPE A
<--- 213 20151007212018
---> MDTM oferta-torino.jpg
<--- 227 Entering Passive Mode (176,223,221,166,179,97)
---- Connecting data socket to (176.223.221.166) port 45921
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---- CWD path to be sent is `/addons/pages/citygrill.ro'
---> CWD /addons/pages/citygrill.ro
---- Data connection established
---> LIST
<--- 227 Entering Passive Mode (176,223,221,166,171,49)
---- Connecting data socket to (176.223.221.166) port 43825
<--- 250 OK. Current directory is /addons/pages/citygrill.ro
---> TYPE A
---- Data connection established
---> LIST
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 5 matches total
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,213,19)
---- Connecting data socket to (176.223.221.166) port 54547
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 9 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
<--- 213 20151007212016
---> MDTM Thumbs.db
---> MDTM since_2015-09-06.pescarus-evenimente-slideshow-1.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20160206223159
---> MDTM baner-cg-organic.jpg
<--- 213 20151007212016
---> MDTM until_2015-09-05.Fado.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212022
---- CWD path to be sent is `/addons/assets_common/slider_out4food'
---> CWD /addons/assets_common/slider_out4food
<--- 213 20151007212016
---- CWD path to be sent is `/addons/assets/restaurantpescarus.ro/slider_food_menu'
---> CWD /addons/assets/restaurantpescarus.ro/slider_food_menu
<--- 550 I can only retrieve regular files
---> MDTM Promotions
<--- 250 OK. Current directory is /addons/assets_common/slider_out4food
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 250 OK. Current directory is /addons/assets/restaurantpescarus.ro/slider_food_menu
---> MDTM food_menu.slider.php
---> TYPE A
<--- 213 20151007212018
<--- 200 TYPE is now ASCII
---> MDTM homepage_address.php
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151121120211
---> MDTM homepage_romania_welcome.php
<--- 227 Entering Passive Mode (176,223,221,166,207,161)
---- Connecting data socket to (176.223.221.166) port 53153
<--- 227 Entering Passive Mode (176,223,221,166,174,172)
---- Connecting data socket to (176.223.221.166) port 44716
<--- 213 20151007212018
---> MDTM homepage_sample_menu.php
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 213 20160207234140
---> MDTM media_gallery_content.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 150 Accepted data connection
<--- 213 20151121120234
---> MDTM revelion_content.php
<--- 226-Options: -a -l 
<--- 226 17 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151112120609
---- CWD path to be sent is `/addons/pages/citygrill.ro/Promotions'
---> CWD /addons/pages/citygrill.ro/Promotions
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/pages/citygrill.ro/Promotions
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 550 I can only retrieve regular files
---> MDTM 01.jpg
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151124033101
---> MDTM 02.jpg
<--- 550 I can only retrieve regular files
---> MDTM 01-logout.ro.jpg
<--- 227 Entering Passive Mode (176,223,221,166,29,43)
---- Connecting data socket to (176.223.221.166) port 7467
<--- 213 20151124033101
---> MDTM 03.jpg
<--- 213 20160101144408
---> MDTM 02-baner-pranz-pescarus-20-lei.jpg
---- Data connection established
---> LIST
<--- 213 20151124033101
---> MDTM Thumbs.db
<--- 213 20160207183450
---> MDTM 03-bontea-bateria-de-vin.jpg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
<--- 213 20160206223159
---> TYPE I
---- CWD path to be sent is `/addons/assets_common/worldcup2014'
---> CWD /addons/assets_common/worldcup2014
<--- 213 20160101144408
---> MDTM 04-FoodMenuBanner.ro.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/assets_common/worldcup2014
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 213 20160207183450
---> MDTM ..
---> MDTM FoodMenuBanner.en.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
<--- 213 20150903213447
---> MDTM ro
---> MDTM Thumbs.db
<--- 227 Entering Passive Mode (176,223,221,166,200,56)
---- Connecting data socket to (176.223.221.166) port 51256
<--- 213 20151109205355
---> MDTM cotlete-de-berbecut.jpg
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/pages/citygrill.ro/Promotions/ro'
---> CWD /addons/pages/citygrill.ro/Promotions/ro
---- Data connection established
---> LIST
<--- 213 20160118170645
---> MDTM drob-de-peste.jpg
<--- 250 OK. Current directory is /addons/pages/citygrill.ro/Promotions/ro
---> TYPE A
<--- 150 Accepted data connection
<--- 213 20160118170645
---> MDTM foie-gras-cu-dulceata-de-ceapa-si-paine-prajita-cu-fructe-confiate.jpg
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 8 matches total
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20160118170645
---> MDTM inghetata-artizanala.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,74,140)
---- Connecting data socket to (176.223.221.166) port 19084
<--- 213 20160118170645
---> MDTM platou-Pescarus.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 213 20160118170645
---> MDTM salata-de-andive-cu-nuca-si-rodie.jpg
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 10 matches total
<--- 213 20160118170645
---> MDTM spigola-in-crusta-de-sare-2.jpg
---> TYPE I
<--- 213 20160206223159
---> MDTM camera-berii.png
<--- 213 20160118170645
---> MDTM spigola-in-crusta-de-sare.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM main-hero.jpg
<--- 213 20160118170645
---> MDTM tocanita-de-mistret.jpg
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM ..
---> MDTM main-title.png
<--- 213 20151007212018
---> MDTM metru-de-bere.png
<--- 213 20160118170645
<--- 550 I can only retrieve regular files
---> MDTM Meniuri Copii
---- CWD path to be sent is `/addons/assets/restaurantpescarus.ro/slider_revelion'
---> CWD /addons/assets/restaurantpescarus.ro/slider_revelion
<--- 213 20151007212018
---> MDTM pauza-de-bere.png
<--- 550 I can only retrieve regular files
---> MDTM Meniuri Mic Dejun
<--- 250 OK. Current directory is /addons/assets/restaurantpescarus.ro/slider_revelion
---> TYPE A
<--- 213 20151007212018
---- CWD path to be sent is `/addons/video'
---> CWD /addons/video
<--- 550 I can only retrieve regular files
---> MDTM Meniuri Studenti
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/video
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM Meniuri Varsta de Aur
<--- 227 Entering Passive Mode (176,223,221,166,6,13)
---- Connecting data socket to (176.223.221.166) port 1549
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM Meniuri de pranz
---- Data connection established
---> LIST
<--- 227 Entering Passive Mode (176,223,221,166,199,205)
---- Connecting data socket to (176.223.221.166) port 51149
<--- 550 I can only retrieve regular files
---> MDTM Salate urbane
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 550 I can only retrieve regular files
---> MDTM Sandwich-uri City Grill Floreasca
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 5 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM promotions.txt
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20160114110951
---- CWD path to be sent is `/addons/pages/citygrill.ro/Promotions/ro/Meniuri Copii'
---> CWD /addons/pages/citygrill.ro/Promotions/ro/Meniuri Copii
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/pages/citygrill.ro/Promotions/ro/Meniuri Copii
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM Buongiorno3.mp4
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 213 20151007212011
<--- 200 TYPE is now ASCII
---> MDTM Buongiorno3.png
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212010
---> MDTM Thumbs.db
<--- 227 Entering Passive Mode (176,223,221,166,36,94)
---- Connecting data socket to (176.223.221.166) port 9310
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212011
---- CWD path to be sent is `/addons/pages/hanuberarilor.ro'
---> CWD /addons/pages/hanuberarilor.ro
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM revelion.ro.jpg
<--- 250 OK. Current directory is /addons/pages/hanuberarilor.ro
---> TYPE A
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
<--- 213 20151022151454
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro'
---> CWD /addons/assets/trattoriabuongiorno.ro
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,219,34)
---- Connecting data socket to (176.223.221.166) port 56098
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now ASCII
---- Data connection established
---> LIST
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM menu.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 10 matches total
<--- 213 20151007212018
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- CWD path to be sent is `/addons/pages/citygrill.ro/Promotions/ro/Meniuri Mic Dejun'
---> CWD /addons/pages/citygrill.ro/Promotions/ro/Meniuri Mic Dejun
<--- 227 Entering Passive Mode (176,223,221,166,194,195)
---- Connecting data socket to (176.223.221.166) port 49859
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/pages/citygrill.ro/Promotions/ro/Meniuri Mic Dejun
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 27 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
<--- 200 TYPE is now ASCII
---> MDTM Promotions
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM events_content.php
<--- 227 Entering Passive Mode (176,223,221,166,217,173)
---- Connecting data socket to (176.223.221.166) port 55725
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM homepage_address.php
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM FoodMenuPDFs
<--- 213 20151007212018
---> MDTM homepage_romania_welcome.php
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM Promotions
<--- 213 20151007212018
---> MDTM homepage_sample_menu.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 213 20160207233843
---> MDTM media_gallery_content.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
<--- 213 20151115144524
---> MDTM revelion_content.php
---> MDTM favicon.ico
<--- 550 I can only retrieve regular files
---> MDTM menu.php
<--- 213 20151007212018
---> MDTM weddings_content.php
<--- 213 20151007212018
---> MDTM favicon256.png
<--- 213 20160106121432
---- CWD path to be sent is `/addons/pages/citygrill.ro/Promotions/ro/Meniuri Studenti'
---> CWD /addons/pages/citygrill.ro/Promotions/ro/Meniuri Studenti
<--- 213 20151129152540
<--- 213 20151007212018
---> MDTM gallery
---- CWD path to be sent is `/addons/pages/hanuberarilor.ro/Promotions'
---> CWD /addons/pages/hanuberarilor.ro/Promotions
<--- 250 OK. Current directory is /addons/pages/citygrill.ro/Promotions/ro/Meniuri Studenti
<--- 250 OK. Current directory is /addons/pages/hanuberarilor.ro/Promotions
---> TYPE A
<--- 550 I can only retrieve regular files
---> TYPE A
---> MDTM gallery_anchor_thumb
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM logo.cdr
<--- 227 Entering Passive Mode (176,223,221,166,205,213)
---- Connecting data socket to (176.223.221.166) port 52693
<--- 227 Entering Passive Mode (176,223,221,166,226,4)
---- Connecting data socket to (176.223.221.166) port 57860
<--- 213 20151007212018
---> MDTM logo.png
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM logo.svg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212018
---> MDTM pasta.png
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM pasta2x.png
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM pdf
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM menu.php
<--- 550 I can only retrieve regular files
<--- 550 I can only retrieve regular files
---> MDTM ro
---> MDTM pizza-slice.png
<--- 213 20160106115453
---- CWD path to be sent is `/addons/pages/citygrill.ro/Promotions/ro/Meniuri Varsta de Aur'
---> CWD /addons/pages/citygrill.ro/Promotions/ro/Meniuri Varsta de Aur
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM pizza-slice2x.png
---- CWD path to be sent is `/addons/pages/hanuberarilor.ro/Promotions/ro'
---> CWD /addons/pages/hanuberarilor.ro/Promotions/ro
<--- 213 20151007212018
---> MDTM pizza.png
<--- 250 OK. Current directory is /addons/pages/citygrill.ro/Promotions/ro/Meniuri Varsta de Aur
---> TYPE A
<--- 250 OK. Current directory is /addons/pages/hanuberarilor.ro/Promotions/ro
---> TYPE A
<--- 213 20151007212018
<--- 200 TYPE is now ASCII
---> MDTM pizza2x.png
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM slider
<--- 227 Entering Passive Mode (176,223,221,166,237,217)
---- Connecting data socket to (176.223.221.166) port 60889
<--- 227 Entering Passive Mode (176,223,221,166,107,79)
---- Connecting data socket to (176.223.221.166) port 27471
<--- 550 I can only retrieve regular files
---> MDTM slider_food_menu
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM slider_overlayer.png
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 9 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212018
---> MDTM slider_revelion
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
<--- 550 I can only retrieve regular files
---> MDTM ..
---> MDTM style.css
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM menu.php
<--- 213 20151007212018
---> MDTM tomatoes.png
<--- 550 I can only retrieve regular files
---> MDTM Camera berii
<--- 213 20160106115453
---- CWD path to be sent is `/addons/pages/citygrill.ro/Promotions/ro/Meniuri de pranz'
---> CWD /addons/pages/citygrill.ro/Promotions/ro/Meniuri de pranz
<--- 213 20151007212018
---> MDTM tomatoes2x.png
<--- 550 I can only retrieve regular files
---> MDTM Lotera Statului
<--- 250 OK. Current directory is /addons/pages/citygrill.ro/Promotions/ro/Meniuri de pranz
---> TYPE A
<--- 213 20151007212018
---> MDTM visual_our_story.jpg
<--- 550 I can only retrieve regular files
---> MDTM Meniuri Pensionari
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM Meniuri Studenti
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs'
---> CWD /addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs
<--- 227 Entering Passive Mode (176,223,221,166,8,226)
---- Connecting data socket to (176.223.221.166) port 2274
<--- 550 I can only retrieve regular files
---> MDTM Meniuri de Pranz
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs
---> TYPE A
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM Mic dejun
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM promotions.txt
<--- 227 Entering Passive Mode (176,223,221,166,95,215)
---- Connecting data socket to (176.223.221.166) port 24535
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151121005422
---- CWD path to be sent is `/addons/pages/hanuberarilor.ro/Promotions/ro/Camera berii'
---> CWD /addons/pages/hanuberarilor.ro/Promotions/ro/Camera berii
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/pages/hanuberarilor.ro/Promotions/ro/Camera berii
---> TYPE A
<--- 150 Accepted data connection
<--- 550 I can only retrieve regular files
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> MDTM menu.php
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20160302110849
---- CWD path to be sent is `/addons/pages/citygrill.ro/Promotions/ro/Salate urbane'
---> CWD /addons/pages/citygrill.ro/Promotions/ro/Salate urbane
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,14,8)
---- Connecting data socket to (176.223.221.166) port 3592
<--- 250 OK. Current directory is /addons/pages/citygrill.ro/Promotions/ro/Salate urbane
---> TYPE A
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
<--- 550 I can only retrieve regular files
---> MDTM en
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,161,36)
---- Connecting data socket to (176.223.221.166) port 41252
<--- 550 I can only retrieve regular files
---> MDTM ro
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/en'
---> CWD /addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/en
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/en
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM menu.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---- CWD path to be sent is `/addons/pages/hanuberarilor.ro/Promotions/ro/Lotera Statului'
---> CWD /addons/pages/hanuberarilor.ro/Promotions/ro/Lotera Statului
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,193,171)
---- Connecting data socket to (176.223.221.166) port 49579
<--- 250 OK. Current directory is /addons/pages/hanuberarilor.ro/Promotions/ro/Lotera Statului
---> TYPE A
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM menu.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 6 matches total
---> TYPE I
<--- 213 20160106115453
---- CWD path to be sent is `/addons/pages/citygrill.ro/Promotions/ro/Sandwich-uri City Grill Floreasca'
---> CWD /addons/pages/citygrill.ro/Promotions/ro/Sandwich-uri City Grill Floreasca
<--- 227 Entering Passive Mode (176,223,221,166,182,31)
---- Connecting data socket to (176.223.221.166) port 46623
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/pages/citygrill.ro/Promotions/ro/Sandwich-uri City Grill Floreasca
---> TYPE A
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,169,245)
---- Connecting data socket to (176.223.221.166) port 43509
<--- 550 I can only retrieve regular files
---> MDTM 20. Food menu.pdf
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 213 20151115144346
---> MDTM 30. Drinks.pdf
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20160112111710
---> MDTM 40. B?neasa - Meniu m?ncare.pdf
<--- 550 I can only retrieve regular files
---> MDTM Loteria-Statului.png
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 Can't check for file existence
---> MDTM 50. B?neasa - Meniu b?uturi.pdf
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 Can't check for file existence
chmod 755 ftp://username:[email protected]/addons/assets/restaurantpescarus.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%C3%A2ncare.pdf
chmod 755 ftp://username:[email protected]/addons/assets/restaurantpescarus.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%C4%83uturi.pdf
chmod 755 ftp://username:[email protected]/addons/assets_common/.htaccess
Transferring file `assets/trattoriabuongiorno.ro/FoodMenuPDFs/en/40. Băneasa - Meniu mâncare.pdf'
get -O ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/en file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets/trattoriabuongiorno.ro/FoodMenuPDFs/en/40.%20B%C4%83neasa%20-%20Meniu%20m%C3%A2ncare.pdf
Transferring file `assets/trattoriabuongiorno.ro/FoodMenuPDFs/en/50. Băneasa - Meniu băuturi.pdf'
get -O ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/en file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets/trattoriabuongiorno.ro/FoodMenuPDFs/en/50.%20B%C4%83neasa%20-%20Meniu%20b%C4%83uturi.pdf
rm ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/en/40.%20B%3Fneasa%20-%20Meniu%20m%3Fncare.pdf
Removing old file `assets/trattoriabuongiorno.ro/FoodMenuPDFs/en/40. B?neasa - Meniu m?ncare.pdf'
rm ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/en/50.%20B%3Fneasa%20-%20Meniu%20b%3Futuri.pdf
Removing old file `assets/trattoriabuongiorno.ro/FoodMenuPDFs/en/50. B?neasa - Meniu b?uturi.pdf'
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro'
---> CWD /addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro
<--- 213 20151007212018
---> MDTM menu.php
<--- 550 I can only retrieve regular files
---> MDTM menu.php
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro
---> TYPE A
<--- 213 20151007212018
<--- 213 20160114001754
---- CWD path to be sent is `/addons/pages/hanuberarilor.ro/Promotions/ro/Meniuri Pensionari'
---> CWD /addons/pages/hanuberarilor.ro/Promotions/ro/Meniuri Pensionari
---- CWD path to be sent is `/addons/pages/hanumanuc.ro'
---> CWD /addons/pages/hanumanuc.ro
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/pages/hanuberarilor.ro/Promotions/ro/Meniuri Pensionari
---> TYPE A
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,111,148)
---- Connecting data socket to (176.223.221.166) port 28564
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 227 Entering Passive Mode (176,223,221,166,169,10)
---- Connecting data socket to (176.223.221.166) port 43274
<--- 227 Entering Passive Mode (176,223,221,166,245,192)
---- Connecting data socket to (176.223.221.166) port 62912
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 200 TYPE is now 8-bit binary
---> TYPE I
---> MDTM .
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 8 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM 20. Meniu m?ncare.pdf
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 Can't check for file existence
---> MDTM 30. Meniu b?uturi.pdf
<--- 550 I can only retrieve regular files
---> MDTM menu.php
<--- 550 I can only retrieve regular files
---> MDTM Articles
<--- 213 20160110154505
<--- 550 Can't check for file existence
---> MDTM 40. B?neasa - Meniu m?ncare.pdf
---- CWD path to be sent is `/addons/pages/hanuberarilor.ro/Promotions/ro/Meniuri Studenti'
---> CWD /addons/pages/hanuberarilor.ro/Promotions/ro/Meniuri Studenti
<--- 550 I can only retrieve regular files
---> MDTM Promotions
<--- 250 OK. Current directory is /addons/pages/hanuberarilor.ro/Promotions/ro/Meniuri Studenti
<--- 550 Can't check for file existence
---> TYPE A
---> MDTM 50. B?neasa - Meniu b?uturi.pdf
<--- 550 I can only retrieve regular files
---> MDTM homepage_address.php
<--- 550 Can't check for file existence
chmod 755 ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/en/40.%20B%C4%83neasa%20-%20Meniu%20m%C3%A2ncare.pdf
chmod 755 ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/en/50.%20B%C4%83neasa%20-%20Meniu%20b%C4%83uturi.pdf
Transferring file `assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/20. Meniu mâncare.pdf'
get -O ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%C3%A2ncare.pdf
Transferring file `assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/30. Meniu băuturi.pdf'
get -O ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%C4%83uturi.pdf
Transferring file `assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/40. Băneasa - Meniu mâncare.pdf'
get -O ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/40.%20B%C4%83neasa%20-%20Meniu%20m%C3%A2ncare.pdf
Transferring file `assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/50. Băneasa - Meniu băuturi.pdf'
get -O ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro file:/mnt/autofs/ExportVHosts/citygrill.ro.kakao.ro/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/50.%20B%C4%83neasa%20-%20Meniu%20b%C4%83uturi.pdf
rm ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%3Fncare.pdf
Removing old file `assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/20. Meniu m?ncare.pdf'
rm ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%3Futuri.pdf
Removing old file `assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/30. Meniu b?uturi.pdf'
rm ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/40.%20B%3Fneasa%20-%20Meniu%20m%3Fncare.pdf
Removing old file `assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/40. B?neasa - Meniu m?ncare.pdf'
rm ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/50.%20B%3Fneasa%20-%20Meniu%20b%3Futuri.pdf
Removing old file `assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/50. B?neasa - Meniu b?uturi.pdf'
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/Promotions'
---> CWD /addons/assets/trattoriabuongiorno.ro/Promotions
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM homepage_romania_welcome.php
<--- 227 Entering Passive Mode (176,223,221,166,164,104)
---- Connecting data socket to (176.223.221.166) port 42088
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/Promotions
---> TYPE A
<--- 213 20160208010325
---> MDTM homepage_sample_menu.php
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20160207233602
---> MDTM revelion_content.php
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,209,199)
---- Connecting data socket to (176.223.221.166) port 53703
<--- 213 20151023062341
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles'
---> CWD /addons/pages/hanumanuc.ro/Articles
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now ASCII
<--- 550 I can only retrieve regular files
---> PASV
---> MDTM menu.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,236,41)
---- Connecting data socket to (176.223.221.166) port 60457
<--- 213 20151007212018
---- CWD path to be sent is `/addons/pages/hanuberarilor.ro/Promotions/ro/Meniuri de Pranz'
---> CWD /addons/pages/hanuberarilor.ro/Promotions/ro/Meniuri de Pranz
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/pages/hanuberarilor.ro/Promotions/ro/Meniuri de Pranz
---> TYPE A
<--- 150 Accepted data connection
<--- 550 I can only retrieve regular files
---> MDTM slider
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/Promotions/slider'
---> CWD /addons/assets/trattoriabuongiorno.ro/Promotions/slider
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,222,111)
---- Connecting data socket to (176.223.221.166) port 56943
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/Promotions/slider
<--- 550 I can only retrieve regular files
---> TYPE A
---> MDTM ..
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ro
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
<--- 227 Entering Passive Mode (176,223,221,166,97,56)
---- Connecting data socket to (176.223.221.166) port 24888
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM menu.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,239,125)
---- Connecting data socket to (176.223.221.166) port 61309
<--- 213 20151007212018
---- CWD path to be sent is `/addons/pages/hanuberarilor.ro/Promotions/ro/Mic dejun'
---> CWD /addons/pages/hanuberarilor.ro/Promotions/ro/Mic dejun
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/pages/hanuberarilor.ro/Promotions/ro/Mic dejun
---> TYPE A
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 8 matches total
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM buongiorno-promotii.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,254,93)
---- Connecting data socket to (176.223.221.166) port 65117
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/gallery'
---> CWD /addons/assets/trattoriabuongiorno.ro/gallery
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/gallery
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM hanu-lui-manuc-istoric
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> TYPE I
---> MDTM hanu-lui-manuc-renovat
<--- 227 Entering Passive Mode (176,223,221,166,76,187)
---- Connecting data socket to (176.223.221.166) port 19643
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM mancare-romaneasca-traditionala
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM muzica-populara-live
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 8 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
<--- 550 I can only retrieve regular files
---> MDTM organizare-evenimente-petreceri
---> MDTM menu.php
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM restaurant-centrul-vechi
<--- 213 20160131145509
---- CWD path to be sent is `/addons/pages/restaurantpescarus.ro'
---> CWD /addons/pages/restaurantpescarus.ro
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro/hanu-lui-manuc-istoric'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro/hanu-lui-manuc-istoric
<--- 250 OK. Current directory is /addons/pages/restaurantpescarus.ro
<--- 550 I can only retrieve regular files
---> TYPE A
---> MDTM ..
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro/hanu-lui-manuc-istoric
---> TYPE A
<--- 200 TYPE is now ASCII
<--- 550 I can only retrieve regular files
---> PASV
---> MDTM trattoria_buongiorno_baneasa
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,212,142)
---- Connecting data socket to (176.223.221.166) port 54414
<--- 550 I can only retrieve regular files
---> MDTM trattoria_buongiorno_lido
<--- 227 Entering Passive Mode (176,223,221,166,137,97)
---- Connecting data socket to (176.223.221.166) port 35169
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM trattoria_buongiorno_lipscani
---- Data connection established
---> LIST
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 8 matches total
<--- 550 I can only retrieve regular files
---> MDTM trattoria_buongiorno_primaverii
---> TYPE I
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 7 matches total
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM trattoria_buongiorno_victoriei
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM victoriei_pub
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM Articles
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_baneasa'
---> CWD /addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_baneasa
<--- 550 I can only retrieve regular files
---> MDTM content.php
<--- 550 I can only retrieve regular files
---> MDTM events_content.php
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_baneasa
---> TYPE A
<--- 213 20151212125128
<--- 213 20151018202332
---> MDTM homepage_address.php
---> MDTM description.txt
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM homepage_romania_welcome.php
<--- 213 20151018232938
---> MDTM slider
<--- 227 Entering Passive Mode (176,223,221,166,151,230)
---- Connecting data socket to (176.223.221.166) port 38886
<--- 213 20160208004325
---> MDTM homepage_sample_menu.php
<--- 550 I can only retrieve regular files
---> MDTM title.txt
---- Data connection established
---> LIST
<--- 213 20160207231835
---> MDTM revelion_content.php
<--- 213 20151013225656
---> MDTM title_short.txt
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 15 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151023063316
---> TYPE I
---- CWD path to be sent is `/addons/pages/restaurantpescarus.ro/Articles'
---> CWD /addons/pages/restaurantpescarus.ro/Articles
<--- 213 20151020215528
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro/hanu-lui-manuc-istoric/slider'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro/hanu-lui-manuc-istoric/slider
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/pages/restaurantpescarus.ro/Articles
---> TYPE A
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro/hanu-lui-manuc-istoric/slider
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 200 TYPE is now ASCII
---> MDTM ..
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM 1.jpg
<--- 227 Entering Passive Mode (176,223,221,166,214,221)
---- Connecting data socket to (176.223.221.166) port 55005
<--- 227 Entering Passive Mode (176,223,221,166,49,134)
---- Connecting data socket to (176.223.221.166) port 12678
<--- 213 20151007212018
---> MDTM 10.jpg
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM 11.jpg
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151007212018
---> TYPE I
---> MDTM 12.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM 13.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM 2.jpg
<--- 550 I can only retrieve regular files
---> MDTM ro
<--- 550 I can only retrieve regular files
---> MDTM istoric-1.jpg
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/pages/restaurantpescarus.ro/Articles/ro'
---> CWD /addons/pages/restaurantpescarus.ro/Articles/ro
<--- 213 20151007212018
---> MDTM 3.jpg
<--- 213 20151008214243
---> MDTM istoric-2.jpg
<--- 250 OK. Current directory is /addons/pages/restaurantpescarus.ro/Articles/ro
---> TYPE A
<--- 213 20151008214251
<--- 213 20151007212018
---> MDTM istoric-3.jpg
---> MDTM 4.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151008214258
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro/hanu-lui-manuc-renovat'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro/hanu-lui-manuc-renovat
<--- 213 20151007212018
---> MDTM 5.jpg
<--- 227 Entering Passive Mode (176,223,221,166,173,98)
---- Connecting data socket to (176.223.221.166) port 44386
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro/hanu-lui-manuc-renovat
---> TYPE A
<--- 213 20151007212018
---> MDTM 6.jpg
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
<--- 213 20151007212018
---> MDTM 7.jpg
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 7 matches total
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,236,90)
---- Connecting data socket to (176.223.221.166) port 60506
<--- 213 20151007212018
---> MDTM 8.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM 9.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 7 matches total
<--- 213 20151007212018
---> TYPE I
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_lido'
---> CWD /addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_lido
<--- 550 I can only retrieve regular files
---> MDTM atmosfera-romantica-momente-artistice
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_lido
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 550 I can only retrieve regular files
---> MDTM evenimente-petreceri
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM muzica-jazz
<--- 550 I can only retrieve regular files
---> MDTM content.php
<--- 227 Entering Passive Mode (176,223,221,166,125,184)
---- Connecting data socket to (176.223.221.166) port 32184
<--- 550 I can only retrieve regular files
---> MDTM preparate-din-peste-fructe-de-mare
<--- 213 20151018202332
---> MDTM description.txt
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM restaurant-parc-herastrau
<--- 213 20151018233007
---> MDTM slider
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/pages/restaurantpescarus.ro/Articles/ro/atmosfera-romantica-momente-artistice'
---> CWD /addons/pages/restaurantpescarus.ro/Articles/ro/atmosfera-romantica-momente-artistice
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 12 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM title.txt
<--- 250 OK. Current directory is /addons/pages/restaurantpescarus.ro/Articles/ro/atmosfera-romantica-momente-artistice
---> TYPE A
<--- 213 20151013230303
<--- 200 TYPE is now 8-bit binary
---> MDTM title_short.txt
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151020215543
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro/hanu-lui-manuc-renovat/slider'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro/hanu-lui-manuc-renovat/slider
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,63,129)
---- Connecting data socket to (176.223.221.166) port 16257
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro/hanu-lui-manuc-renovat/slider
---> TYPE A
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM 817C4934.jpg
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 7 matches total
<--- 200 TYPE is now ASCII
---- Got EOF on data connection
---- Closing data socket
---> PASV
---> TYPE I
<--- 213 20151007212018
---> MDTM 817C4969.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,165,79)
---- Connecting data socket to (176.223.221.166) port 42319
<--- 213 20151007212018
---> MDTM 817C4973.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM 817C4996.jpg
<--- 550 I can only retrieve regular files
---> MDTM content.php
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151007212018
---> MDTM 817C6233.jpg
<--- 213 20160202221057
---> MDTM description.txt
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM 817C6252.jpg
<--- 213 20151214210201
---> MDTM slider
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM 817C6285.jpg
<--- 550 I can only retrieve regular files
---> MDTM title.txt
<--- 550 I can only retrieve regular files
---> MDTM renovare-1.jpg
<--- 213 20151007212018
---> MDTM 817C6457enf.jpg
<--- 213 20151214210201
---> MDTM title_short.txt
<--- 213 20151008214327
---> MDTM renovare-2.jpg
<--- 213 20151007212018
---> MDTM 817C6538.jpg
<--- 213 20151214212411
---- CWD path to be sent is `/addons/pages/restaurantpescarus.ro/Articles/ro/atmosfera-romantica-momente-artistice/slider'
---> CWD /addons/pages/restaurantpescarus.ro/Articles/ro/atmosfera-romantica-momente-artistice/slider
<--- 213 20151008214336
---> MDTM renovare-3.jpg
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 250 OK. Current directory is /addons/pages/restaurantpescarus.ro/Articles/ro/atmosfera-romantica-momente-artistice/slider
---> TYPE A
<--- 213 20151008214349
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_lipscani'
---> CWD /addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_lipscani
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro/mancare-romaneasca-traditionala'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro/mancare-romaneasca-traditionala
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_lipscani
---> TYPE A
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro/mancare-romaneasca-traditionala
<--- 227 Entering Passive Mode (176,223,221,166,17,141)
---- Connecting data socket to (176.223.221.166) port 4493
---> TYPE A
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,184,217)
---- Connecting data socket to (176.223.221.166) port 47321
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 5 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,76,166)
---- Connecting data socket to (176.223.221.166) port 19622
---- Data connection established
---> LIST
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 16 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 7 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
<--- 200 TYPE is now 8-bit binary
---> MDTM atmosfera-1.jpg
---> MDTM .
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151214210201
<--- 550 I can only retrieve regular files
---> MDTM atmosfera-2.jpg
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151214210201
---> MDTM atmosfera-3.jpg
<--- 550 I can only retrieve regular files
---> MDTM DSC_0065.jpg
<--- 550 I can only retrieve regular files
---> MDTM content.php
<--- 213 20151214210201
---- CWD path to be sent is `/addons/pages/restaurantpescarus.ro/Articles/ro/evenimente-petreceri'
---> CWD /addons/pages/restaurantpescarus.ro/Articles/ro/evenimente-petreceri
<--- 213 20151007212018
---> MDTM DSC_0067.jpg
<--- 213 20151018202332
---> MDTM description.txt
<--- 250 OK. Current directory is /addons/pages/restaurantpescarus.ro/Articles/ro/evenimente-petreceri
<--- 213 20151007212018
---> TYPE A
---> MDTM DSC_0073.jpg
<--- 213 20151018233032
---> MDTM slider
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM DSC_0075.jpg
<--- 550 I can only retrieve regular files
---> MDTM title.txt
<--- 227 Entering Passive Mode (176,223,221,166,53,30)
---- Connecting data socket to (176.223.221.166) port 13598
<--- 213 20151007212018
---> MDTM DSC_0080.jpg
<--- 213 20151013230459
---> MDTM title_short.txt
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM DSC_0083.jpg
<--- 213 20151020215512
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro/mancare-romaneasca-traditionala/slider'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro/mancare-romaneasca-traditionala/slider
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 7 matches total
---> TYPE I
<--- 213 20151007212018
---> MDTM DSC_0089.jpg
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro/mancare-romaneasca-traditionala/slider
---> TYPE A
<--- 200 TYPE is now 8-bit binary
<--- 213 20151007212018
---> MDTM .
---> MDTM DSC_0092.jpg
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM DSC_0094.jpg
<--- 227 Entering Passive Mode (176,223,221,166,68,79)
---- Connecting data socket to (176.223.221.166) port 17487
<--- 550 I can only retrieve regular files
---> MDTM content.php
<--- 213 20151007212018
---> MDTM DSC_0101.jpg
---- Data connection established
---> LIST
<--- 213 20151214210202
---> MDTM description.txt
<--- 213 20151007212018
---> MDTM DSC_0104.jpg
<--- 150 Accepted data connection
<--- 213 20151214210202
---> MDTM slider
<--- 213 20151007212018
---> MDTM DSC_0106.jpg
<--- 550 I can only retrieve regular files
---> MDTM title.txt
<--- 213 20151007212018
---> MDTM DSC_0115.jpg
<--- 213 20151214210202
---> MDTM title_short.txt
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 213 20151214212411
---- CWD path to be sent is `/addons/pages/restaurantpescarus.ro/Articles/ro/evenimente-petreceri/slider'
---> CWD /addons/pages/restaurantpescarus.ro/Articles/ro/evenimente-petreceri/slider
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_primaverii'
---> CWD /addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_primaverii
<--- 250 OK. Current directory is /addons/pages/restaurantpescarus.ro/Articles/ro/evenimente-petreceri/slider
---> TYPE A
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_primaverii
---> TYPE A
<--- 226-Options: -a -l 
<--- 226 7 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,118,168)
---- Connecting data socket to (176.223.221.166) port 30376
<--- 227 Entering Passive Mode (176,223,221,166,144,74)
---- Connecting data socket to (176.223.221.166) port 36938
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 6 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 15 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151018191510
---> MDTM mancare-1.jpg
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151018203945
---> MDTM mancare-2.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151008214204
---> MDTM mancare-3.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM evenimente-1.jpg
<--- 213 20151008214218
---> MDTM mancare-4.jpg
<--- 550 I can only retrieve regular files
---> MDTM DSC_0009.JPG
<--- 213 20160212174244
---> MDTM evenimente-2.jpg
<--- 213 20151018203945
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro/muzica-populara-live'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro/muzica-populara-live
<--- 213 20151007212018
---> MDTM DSC_0011.JPG
<--- 213 20160210080708
---> MDTM evenimente-3.jpg
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro/muzica-populara-live
---> TYPE A
<--- 213 20160210080708
<--- 213 20151007212018
---> MDTM evenimente-4.jpg
---> MDTM DSC_0014.JPG
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20160210080708
---- CWD path to be sent is `/addons/pages/restaurantpescarus.ro/Articles/ro/muzica-jazz'
---> CWD /addons/pages/restaurantpescarus.ro/Articles/ro/muzica-jazz
<--- 213 20151007212018
---> MDTM DSC_0021.JPG
<--- 227 Entering Passive Mode (176,223,221,166,114,77)
---- Connecting data socket to (176.223.221.166) port 29261
<--- 250 OK. Current directory is /addons/pages/restaurantpescarus.ro/Articles/ro/muzica-jazz
---> TYPE A
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM DSC_0027.JPG
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 8 matches total
<--- 213 20151007212018
---> MDTM DSC_0028.JPG
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,109,155)
---- Connecting data socket to (176.223.221.166) port 28059
<--- 213 20151007212018
---> MDTM DSC_0029.JPG
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM DSC_0030.JPG
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 7 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM assets
---> MDTM DSC_0032.JPG
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM content.php
<--- 213 20151007212018
---> MDTM DSC_0035.JPG
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20160229005157
---> MDTM description.txt
<--- 213 20151007212018
---> MDTM DSC_0037.JPG
<--- 550 I can only retrieve regular files
---> MDTM content.php
<--- 213 20151018233057
---> MDTM slider
<--- 213 20151007212018
---> MDTM DSC_0042.JPG
<--- 213 20151214210202
---> MDTM description.txt
<--- 550 I can only retrieve regular files
---> MDTM title.txt
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 213 20151214210202
---> MDTM slider
<--- 213 20151018194632
---> MDTM title_short.txt
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_victoriei'
---> CWD /addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_victoriei
<--- 550 I can only retrieve regular files
---> MDTM title.txt
<--- 213 20151020215643
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro/muzica-populara-live/assets'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro/muzica-populara-live/assets
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/gallery/trattoria_buongiorno_victoriei
---> TYPE A
<--- 213 20151214210202
---> MDTM title_short.txt
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro/muzica-populara-live/assets
---> TYPE A
<--- 213 20151214213435
<--- 200 TYPE is now ASCII
---> PASV
---- CWD path to be sent is `/addons/pages/restaurantpescarus.ro/Articles/ro/muzica-jazz/slider'
---> CWD /addons/pages/restaurantpescarus.ro/Articles/ro/muzica-jazz/slider
<--- 200 TYPE is now ASCII
---> PASV
<--- 227 Entering Passive Mode (176,223,221,166,131,28)
---- Connecting data socket to (176.223.221.166) port 33564
<--- 250 OK. Current directory is /addons/pages/restaurantpescarus.ro/Articles/ro/muzica-jazz/slider
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,33,192)
---- Connecting data socket to (176.223.221.166) port 8640
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 7 matches total
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,131,166)
---- Connecting data socket to (176.223.221.166) port 33702
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
<--- 150 Accepted data connection
---> MDTM ..
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 550 I can only retrieve regular files
---> MDTM 4.jpeg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM Program artistic - Hanu' Manuc.pdf
<--- 213 20151007212018
---> MDTM 5.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20160228175333
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro/muzica-populara-live/slider'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro/muzica-populara-live/slider
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM jazz-1.jpg
---> MDTM 6.jpg
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro/muzica-populara-live/slider
<--- 213 20151214210202
---> TYPE A
<--- 213 20151007212018
---> MDTM jazz-2.jpg
---> MDTM 7.jpeg
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151214210202
---- CWD path to be sent is `/addons/pages/restaurantpescarus.ro/Articles/ro/preparate-din-peste-fructe-de-mare'
---> CWD /addons/pages/restaurantpescarus.ro/Articles/ro/preparate-din-peste-fructe-de-mare
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 227 Entering Passive Mode (176,223,221,166,236,36)
---- Connecting data socket to (176.223.221.166) port 60452
<--- 250 OK. Current directory is /addons/pages/restaurantpescarus.ro/Articles/ro/preparate-din-peste-fructe-de-mare
---> TYPE A
---- Data connection established
---> LIST
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/gallery/victoriei_pub'
---> CWD /addons/assets/trattoriabuongiorno.ro/gallery/victoriei_pub
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
<--- 200 TYPE is now ASCII
---- Got EOF on data connection
---- Closing data socket
---> PASV
---> TYPE I
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/gallery/victoriei_pub
---> TYPE A
<--- 227 Entering Passive Mode (176,223,221,166,155,70)
---- Connecting data socket to (176.223.221.166) port 39750
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,193,135)
---- Connecting data socket to (176.223.221.166) port 49543
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 7 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 550 I can only retrieve regular files
---> MDTM Thumbs.db
---> TYPE I
---- Data connection established
---> LIST
<--- 213 20151214205816
---> MDTM muzica-populara-1.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 12 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151018194632
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro/organizare-evenimente-petreceri'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro/organizare-evenimente-petreceri
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro/organizare-evenimente-petreceri
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 550 I can only retrieve regular files
---> MDTM content.php
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM 1.jpeg
<--- 213 20151214210202
---> MDTM description.txt
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM 10.jpeg
<--- 213 20151214210202
---> MDTM slider
<--- 227 Entering Passive Mode (176,223,221,166,87,198)
---- Connecting data socket to (176.223.221.166) port 22470
<--- 213 20151007212018
---> MDTM 2.jpeg
<--- 550 I can only retrieve regular files
---> MDTM title.txt
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM 3.jpeg
<--- 213 20151214210202
---> MDTM title_short.txt
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 7 matches total
---> TYPE I
<--- 213 20151007212018
---> MDTM 4.jpeg
<--- 213 20151214212411
---- CWD path to be sent is `/addons/pages/restaurantpescarus.ro/Articles/ro/preparate-din-peste-fructe-de-mare/slider'
---> CWD /addons/pages/restaurantpescarus.ro/Articles/ro/preparate-din-peste-fructe-de-mare/slider
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM 5.jpeg
<--- 250 OK. Current directory is /addons/pages/restaurantpescarus.ro/Articles/ro/preparate-din-peste-fructe-de-mare/slider
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM ..
---> MDTM 6.jpeg
<--- 550 I can only retrieve regular files
---> MDTM content.php
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM 7.jpeg
<--- 213 20151018202332
---> MDTM description.txt
<--- 227 Entering Passive Mode (176,223,221,166,112,205)
---- Connecting data socket to (176.223.221.166) port 28877
<--- 213 20151007212018
---> MDTM 8.jpeg
<--- 213 20151018233111
---> MDTM slider
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM 9.jpeg
<--- 550 I can only retrieve regular files
---> MDTM title.txt
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 6 matches total
<--- 213 20151007212018
---> TYPE I
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/gallery_anchor_thumb'
---> CWD /addons/assets/trattoriabuongiorno.ro/gallery_anchor_thumb
<--- 213 20151018194005
---> MDTM title_short.txt
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/gallery_anchor_thumb
<--- 200 TYPE is now 8-bit binary
<--- 213 20151020215631
---> TYPE A
---> MDTM .
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro/organizare-evenimente-petreceri/slider'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro/organizare-evenimente-petreceri/slider
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro/organizare-evenimente-petreceri/slider
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 227 Entering Passive Mode (176,223,221,166,101,70)
---- Connecting data socket to (176.223.221.166) port 25926
---> MDTM peste-1.jpg
<--- 200 TYPE is now ASCII
---- Data connection established
---> LIST
<--- 213 20151214210202
---> PASV
---> MDTM peste-2.jpg
<--- 227 Entering Passive Mode (176,223,221,166,143,120)
---- Connecting data socket to (176.223.221.166) port 36728
<--- 150 Accepted data connection
<--- 213 20151214210202
<--- 226-Options: -a -l 
<--- 226 9 matches total
---> MDTM peste-3.jpg
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
---- Data connection established
---> LIST
<--- 213 20151214210202
---> MDTM peste-4.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151214210202
---- CWD path to be sent is `/addons/pages/restaurantpescarus.ro/Articles/ro/restaurant-parc-herastrau'
---> CWD /addons/pages/restaurantpescarus.ro/Articles/ro/restaurant-parc-herastrau
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/pages/restaurantpescarus.ro/Articles/ro/restaurant-parc-herastrau
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 550 I can only retrieve regular files
---> MDTM ..
---> MDTM Thumbs.db
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
<--- 213 20151115144523
---> MDTM evenimente-1.jpg
---> MDTM thumb_photos_baneasa.png
<--- 227 Entering Passive Mode (176,223,221,166,30,67)
---- Connecting data socket to (176.223.221.166) port 7747
<--- 213 20151018194005
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro/restaurant-centrul-vechi'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro/restaurant-centrul-vechi
<--- 213 20151007212018
---> MDTM thumb_photos_lido.png
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro/restaurant-centrul-vechi
---> TYPE A
<--- 213 20151007212018
---> MDTM thumb_photos_lipscani.png
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 7 matches total
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM thumb_photos_primaverii.png
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM thumb_photos_victoriei.png
<--- 227 Entering Passive Mode (176,223,221,166,109,134)
---- Connecting data socket to (176.223.221.166) port 28038
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM thumb_photos_victoriei_pub.png
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM content.php
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/pdf'
---> CWD /addons/assets/trattoriabuongiorno.ro/pdf
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 7 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 213 20151214210202
---> MDTM description.txt
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/pdf
---> TYPE A
<--- 213 20151214210202
<--- 200 TYPE is now 8-bit binary
---> MDTM slider
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM title.txt
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,99,98)
---- Connecting data socket to (176.223.221.166) port 25442
<--- 213 20151214210202
---> MDTM title_short.txt
<--- 550 I can only retrieve regular files
---> MDTM content.php
---- Data connection established
---> LIST
<--- 213 20151214213435
<--- 213 20151018202332
---> MDTM description.txt
---- CWD path to be sent is `/addons/pages/restaurantpescarus.ro/Articles/ro/restaurant-parc-herastrau/slider'
---> CWD /addons/pages/restaurantpescarus.ro/Articles/ro/restaurant-parc-herastrau/slider
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 4 matches total
---> TYPE I
<--- 250 OK. Current directory is /addons/pages/restaurantpescarus.ro/Articles/ro/restaurant-parc-herastrau/slider
<--- 213 20151018233132
---> TYPE A
---> MDTM slider
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM title.txt
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,10,59)
---- Connecting data socket to (176.223.221.166) port 2619
<--- 213 20151018192350
---> MDTM title_short.txt
<--- 550 I can only retrieve regular files
---> MDTM .htaccess
---- Data connection established
---> LIST
<--- 213 20151020215558
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Articles/ro/restaurant-centrul-vechi/slider'
---> CWD /addons/pages/hanumanuc.ro/Articles/ro/restaurant-centrul-vechi/slider
<--- 213 20151007212018
---> MDTM Regulament concurs - O luna de rasfat.pdf
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 5 matches total
---> TYPE I
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Articles/ro/restaurant-centrul-vechi/slider
<--- 213 20151129162653
---> TYPE A
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/slider'
---> CWD /addons/assets/trattoriabuongiorno.ro/slider
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/slider
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 227 Entering Passive Mode (176,223,221,166,153,39)
---- Connecting data socket to (176.223.221.166) port 39207
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM parc-1.jpg
---- Data connection established
---> LIST
<--- 227 Entering Passive Mode (176,223,221,166,237,95)
---- Connecting data socket to (176.223.221.166) port 60767
<--- 213 20151214210202
---> MDTM parc-2.jpg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
---- Data connection established
---> LIST
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 213 20151214210202
---> MDTM parc-3.jpg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 15 matches total
<--- 213 20151214210202
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---> TYPE I
---- CWD path to be sent is `/addons/pages/trattoriabuongiorno.ro'
---> CWD /addons/pages/trattoriabuongiorno.ro
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/pages/trattoriabuongiorno.ro
---> TYPE A
<--- 550 I can only retrieve regular files
<--- 550 I can only retrieve regular files
---> MDTM centrul-istoric-1.jpg
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151018192350
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Promotions'
---> CWD /addons/pages/hanumanuc.ro/Promotions
<--- 550 I can only retrieve regular files
---> MDTM 01-banner-manuc-rezervari.ro.jpg
<--- 227 Entering Passive Mode (176,223,221,166,61,182)
---- Connecting data socket to (176.223.221.166) port 15798
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Promotions
---> TYPE A
<--- 213 20151007212018
---> MDTM 02-banner-manuc-rezervari.ro.jpg
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151007212018
---> MDTM 03-a-until_2016-01-01.TB.ro.jpg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 8 matches total
---> TYPE I
<--- 227 Entering Passive Mode (176,223,221,166,251,55)
---- Connecting data socket to (176.223.221.166) port 64311
<--- 213 20151007212018
---> MDTM 03-banner-grup.ro.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 213 20151007212018
---> MDTM 04-chef-antonio.ro.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 3 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20151119065949
---> TYPE I
---> MDTM 817C4969.jpg
<--- 550 I can only retrieve regular files
---> MDTM Promotions
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151007212018
---> MDTM IMG_2732.jpg
<--- 550 I can only retrieve regular files
---> MDTM homepage_address.php
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 213 20151212124517
---> MDTM homepage_romania_welcome.php
<--- 550 I can only retrieve regular files
---> MDTM ro
<--- 213 20151115144523
---> MDTM bg5.JPG
<--- 213 20151007212018
---> MDTM homepage_sample_menu.php
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Promotions/ro'
---> CWD /addons/pages/hanumanuc.ro/Promotions/ro
<--- 213 20151007212018
---> MDTM bg5_1.JPG
<--- 213 20160207233237
---> MDTM media_gallery_content.php
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Promotions/ro
<--- 213 20151121120339
---> TYPE A
<--- 213 20151007212018
---> MDTM revelion_content.php
---> MDTM bg5_3.JPG
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151123101519
---- CWD path to be sent is `/addons/pages/trattoriabuongiorno.ro/Promotions'
---> CWD /addons/pages/trattoriabuongiorno.ro/Promotions
<--- 213 20151007212018
---> MDTM buongiorno victoriei.jpg
<--- 250 OK. Current directory is /addons/pages/trattoriabuongiorno.ro/Promotions
<--- 227 Entering Passive Mode (176,223,221,166,158,194)
---- Connecting data socket to (176.223.221.166) port 40642
---> TYPE A
<--- 213 20151007212018
---> MDTM terasa buongiorno primaverii.jpg
---- Data connection established
---> LIST
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/slider_food_menu'
---> CWD /addons/assets/trattoriabuongiorno.ro/slider_food_menu
<--- 200 TYPE is now ASCII
---> PASV
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/slider_food_menu
<--- 227 Entering Passive Mode (176,223,221,166,124,51)
---- Connecting data socket to (176.223.221.166) port 31795
---> TYPE A
<--- 200 TYPE is now 8-bit binary
---> MDTM .
---- Data connection established
---> LIST
<--- 200 TYPE is now ASCII
---> PASV
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
<--- 227 Entering Passive Mode (176,223,221,166,63,57)
---- Connecting data socket to (176.223.221.166) port 16185
<--- 550 I can only retrieve regular files
---> TYPE I
---> MDTM Default
---- Data connection established
---> LIST
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM promotions.txt
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 12 matches total
---> TYPE I
<--- 550 I can only retrieve regular files
<--- 213 20151007212018
---> MDTM ..
---- CWD path to be sent is `/addons/pages/hanumanuc.ro/Promotions/ro/Default'
---> CWD /addons/pages/hanumanuc.ro/Promotions/ro/Default
<--- 550 I can only retrieve regular files
---> MDTM ro
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 250 OK. Current directory is /addons/pages/hanumanuc.ro/Promotions/ro/Default
---> TYPE A
<--- 550 I can only retrieve regular files
---- CWD path to be sent is `/addons/pages/trattoriabuongiorno.ro/Promotions/ro'
---> CWD /addons/pages/trattoriabuongiorno.ro/Promotions/ro
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 200 TYPE is now ASCII
---> PASV
<--- 250 OK. Current directory is /addons/pages/trattoriabuongiorno.ro/Promotions/ro
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM 01-chef-antonio.ro.jpg
<--- 227 Entering Passive Mode (176,223,221,166,99,137)
---- Connecting data socket to (176.223.221.166) port 25481
<--- 200 TYPE is now ASCII
---> PASV
<--- 213 20151119065949
---> MDTM 02-Clatite-cu-mascarpone.jpg
---- Data connection established
---> LIST
<--- 227 Entering Passive Mode (176,223,221,166,63,245)
---- Connecting data socket to (176.223.221.166) port 16373
<--- 213 20160116201410
---> MDTM FoodMenuBanner.en.jpg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
---- Data connection established
---> LIST
<--- 213 20150903213447
---> MDTM FoodMenuBanner.ro.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
<--- 213 20150903213447
---> TYPE I
---> MDTM Thumbs.db
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151115144523
---> MDTM banner-site-bg1.jpg
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 550 I can only retrieve regular files
---> MDTM menu.php
<--- 213 20160121171252
---> MDTM banner-site-bg2.jpg
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 213 20151007212018
---- CWD path to be sent is `/addons/assets/trattoriabuongiorno.ro/slider_revelion'
---> CWD /addons/assets/trattoriabuongiorno.ro/slider_revelion
<--- 213 20160121171252
---> MDTM banner-site-bg3.jpg
<--- 550 I can only retrieve regular files
---> MDTM Default
<--- 213 20160121171252
---> MDTM banner-site-bg4.jpg
<--- 250 OK. Current directory is /addons/assets/trattoriabuongiorno.ro/slider_revelion
---> TYPE A
<--- 550 I can only retrieve regular files
---> MDTM promotions.txt
<--- 213 20160121171252
---> MDTM banner-site-bg5.jpg
<--- 200 TYPE is now ASCII
<--- 213 20151007212018
---> PASV
---- CWD path to be sent is `/addons/pages/trattoriabuongiorno.ro/Promotions/ro/Default'
---> CWD /addons/pages/trattoriabuongiorno.ro/Promotions/ro/Default
<--- 213 20160121171252
<--- 227 Entering Passive Mode (176,223,221,166,56,166)
---- Connecting data socket to (176.223.221.166) port 14502
---- Data connection established
---> LIST
<--- 250 OK. Current directory is /addons/pages/trattoriabuongiorno.ro/Promotions/ro/Default
---> TYPE A
<--- 150 Accepted data connection
<--- 226-Options: -a -l 
<--- 226 4 matches total
---- Got EOF on data connection
---- Closing data socket
---> TYPE I
<--- 200 TYPE is now ASCII
---> PASV
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 227 Entering Passive Mode (176,223,221,166,225,200)
---- Connecting data socket to (176.223.221.166) port 57800
<--- 550 I can only retrieve regular files
---> MDTM ..
---- Data connection established
---> LIST
<--- 550 I can only retrieve regular files
---> MDTM 03 - until_2016-01-01.TB.ro.jpg
<--- 150 Accepted data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226-Options: -a -l 
<--- 226 3 matches total
---> TYPE I
<--- 213 20151007212018
---> MDTM Thumbs.db
<--- 200 TYPE is now 8-bit binary
---> MDTM .
<--- 213 20151115144523
<--- 550 I can only retrieve regular files
---> MDTM ..
<--- 550 I can only retrieve regular files
---> MDTM menu.php
<--- 213 20160116201410
---> QUIT
---- Closing control socket
---> QUIT
---- Closing control socket
---> QUIT
---- Closing control socket
chmod 755 ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/20.%20Meniu%20m%C3%A2ncare.pdf
chmod 755 ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/30.%20Meniu%20b%C4%83uturi.pdf
chmod 755 ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/40.%20B%C4%83neasa%20-%20Meniu%20m%C3%A2ncare.pdf
chmod 755 ftp://username:[email protected]/addons/assets/trattoriabuongiorno.ro/FoodMenuPDFs/ro/50.%20B%C4%83neasa%20-%20Meniu%20b%C4%83uturi.pdf
chmod 755 ftp://username:[email protected]/addons/assets/.htaccess
Test mode (--dry-run). Nothing copied to server.

oxygen avatar Mar 03 '16 00:03 oxygen

Please tell me what to truncate to clean these comments.

oxygen avatar Mar 03 '16 00:03 oxygen

It seems that the server despite claimed support for UTF-8 does not really support it. I don't see STOR commands here, but it's because of test mode.

lavv17 avatar Mar 03 '16 07:03 lavv17

I think the FTP server is ProFTPd, which would be default for cPanel (I'm connecting to a recent version of cPanel, clean install on a private server).

Well, WinSCP does it right somehow, through FTP.

Looks like it is doing it using ASCII, although clearly sending double bytes for non-ASCII (20. Meniu mâncare.pdf). It ends up fine on the other side.

Syncing with WinSCP:

session.Open(sessionOptions);

var transferOptions = WScript.CreateObject("WinSCP.TransferOptions");
transferOptions.FileMask = "| .git/; .vs/; .settings/; cache/; LOG/";
transferOptions.FilePermissions=WScript.CreateObject("WinSCP.FilePermissions")
transferOptions.FilePermissions.Octal = "0777";

var synchronizationResult = session.SynchronizeDirectories(
    SynchronizationMode_Remote, 
    /*strLocalPath*/ "X:\\ExportVHosts\\carucubere.ro.kakao.ro",
    /*strRemotePath*/ "/addons",
    /*bRemoveFiles*/ true, 
    /*bMirror*/ false, 
    SynchronizationCriteria_Either,
    transferOptions
);

// http://winscp.net/eng/docs/library_synchronizationresult#properties
synchronizationResult.Check();

Logged copying a simple file (look for Meniu mâncare.pdf), if u want, I could log the sync thing as well.

PWD
257 "/addons/assets/hanumanuc.ro/FoodMenuPDFs/ro" is your current location
Got reply 1 to the command 16
Retrieving directory listing...
TYPE A
200 TYPE is now ASCII
PASV
227 Entering Passive Mode (176,223,221,166,41,46)
MLSD
Connecting to 176.223.221.166:10542 ...
Data connection opened
150 Accepted data connection
226-Options: -a -l 
226 4 matches total
Data connection closed
type=cdir;sizd=4096;modify=20160213074453;UNIX.mode=0755;UNIX.uid=505;UNIX.gid=505;unique=902g23e2156; .
type=pdir;sizd=4096;modify=20160208010948;UNIX.mode=0755;UNIX.uid=505;UNIX.gid=505;unique=902g23e2134; ..
type=file;size=1038067;modify=20160125163807;UNIX.mode=0644;UNIX.uid=505;UNIX.gid=505;unique=902g23e2157; 20. Meniu mâncare.pdf
type=file;size=1115115;modify=20160204194506;UNIX.mode=0644;UNIX.uid=505;UNIX.gid=505;unique=902g23e2158; 30. Meniu băuturi.pdf
Directory listing successful
Got reply 1 to the command 2
..;D;0;1899-12-30T02:00:00.000Z;"" [0];"" [0];---------;0
20. Meniu mâncare.pdf;-;1038067;2016-01-25T16:38:07.000Z;"505" [0];"505" [0];rw-r--r--;0
30. Meniu băuturi.pdf;-;1115115;2016-02-04T19:45:06.000Z;"505" [0];"505" [0];rw-r--r--;0
Startup conversation with host finished.
Copying 1 files/directories to remote directory "/addons/assets/hanumanuc.ro/FoodMenuPDFs/ro/"
  PrTime: Yes; PrRO: No; Rght: rwxrwxrwx; PrR: No (No); FnCs: N; RIC: 0100; Resume: S (1048576); CalcS: Yes; Mask: *.*
  TM: B; ClAr: No; RemEOF: No; RemBOM: No; CPS: 0; NewerOnly: No; InclM: ; ResumeL: 0
  AscM: *.*html; *.htm; *.txt; *.php*; *.cgi; *.c; *.cpp; *.h; *.pas; *.bas; *.tex; *.pl; .htaccess; *.xtml; *.css; *.cfg; *.ini; *.sh; *.xml
File: 'X:\ExportVHosts\citycafe.citygrillgroup.ro.kakao.ro\assets\hanumanuc.ro\FoodMenuPDFs\ro\20. Meniu mâncare.pdf' [2016-01-25T16:38:07.677Z] [1038067]
Copying "X:\ExportVHosts\citycafe.citygrillgroup.ro.kakao.ro\assets\hanumanuc.ro\FoodMenuPDFs\ro\20. Meniu mâncare.pdf" to remote directory started.
Binary transfer mode selected.
Starting upload of X:\ExportVHosts\citycafe.citygrillgroup.ro.kakao.ro\assets\hanumanuc.ro\FoodMenuPDFs\ro\20. Meniu mâncare.pdf
TYPE I
200 TYPE is now 8-bit binary
PASV
227 Entering Passive Mode (176,223,221,166,140,192)
STOR 20. Meniu mâncare.pdf
Data connection opened
150 Accepted data connection
Data connection opened
Session upkeep
226-File successfully transferred
226 0.295 seconds (measured here), 3.36 Mbytes per second
MFMT 20160125163807 20. Meniu mâncare.pdf
213 UTIME OK
Upload successful
Got reply 1 to the command 4
Transfer done: 'X:\ExportVHosts\citycafe.citygrillgroup.ro.kakao.ro\assets\hanumanuc.ro\FoodMenuPDFs\ro\20. Meniu mâncare.pdf' [1038067]

Is there a way to force lftp into ASCII mode for filenames?

oxygen avatar Mar 04 '16 00:03 oxygen

Update: using --ascii has the exact same behaviour for the same files as above.

Would you like an FTP account on that server, and my sync command?

oxygen avatar Mar 04 '16 12:03 oxygen

Try "set ftp:use-mlsd yes"

пт, 4 марта 2016, 15:49 oxygen [email protected]:

Update: using --ascii has the exact same behaviour for the same files as above.

— Reply to this email directly or view it on GitHub https://github.com/lavv17/lftp/issues/69#issuecomment-192268883.

lavv17 avatar Mar 05 '16 07:03 lavv17

Same deal: Removing old fileassets/hanuberarilor.ro/FoodMenuPDFs/ro/20. Meniu m?ncare.pdf'` [...]

oxygen avatar Mar 05 '16 22:03 oxygen

Probably there is a problem with charset translation. what is your local charset? What iconv library?

вс, 6 марта 2016, 1:11 oxygen [email protected]:

Same deal: Removing old fileassets/hanuberarilor.ro/FoodMenuPDFs/ro/20. Meniu m?ncare.pdf'` [...]

— Reply to this email directly or view it on GitHub https://github.com/lavv17/lftp/issues/69#issuecomment-192750928.

lavv17 avatar Mar 06 '16 05:03 lavv17

Sorry for taking so long. I was on Ubuntu 6.5. Just switched to the latest CentOS 7.

Same problems as above.

iconv (GNU libc) 2.17
Linux vm 3.10.0-327.10.1.el7.x86_64 #1 SMP Tue Feb 16 17:03:50 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
LFTP | Version 4.4.8 | Copyright (c) 1996-2013 Alexander V. Lukyanov
Libraries used: Readline 6.2

oxygen avatar Mar 13 '16 18:03 oxygen

Does the problem also happen with a single "put"?

lavv17 avatar Mar 14 '16 10:03 lavv17

Seeing the same issue with mirroring, any files with accents in the name are just seen as "?", for example...

mirror: Access failed: 550 Can't open TF?-300x169.jpg: No such file or directory

lftp on CentOS 6, version 4.0.9.

Enverex avatar May 18 '16 10:05 Enverex

I just got a similar issue. I forced lftp to use utf-8 for both file and ftp and it fixed things for me.

AxelTerizaki avatar Aug 31 '18 12:08 AxelTerizaki

@AxelTerizaki Uh how do you do that again? Asking for a friend...

Balls0fSteel avatar Mar 31 '20 09:03 Balls0fSteel

set ftp:charset "UTF-8" ; set file:charset utf-8 in your lftp commands

AxelTerizaki avatar Mar 31 '20 09:03 AxelTerizaki

Thank you! Also just found an example rc file online and used these:

set file:charset utf-8
set ftp:use-utf8
set sftp:charset "utf-8"

Worked great! Dunno why it's not default but well it works. lftp is love!

Balls0fSteel avatar Mar 31 '20 09:03 Balls0fSteel

For me the only necessary thing to add was set file:charset utf-8.

lftp man page says:

file:charset (string) local character set. It is set from current locale initially.

Current locale is a UTF-8 based locale, it is unexpected that issuing this command is necessary.

So, in practice things work here. Yet my feeling is that this option in this case is a workaround for some bug yet to be identified.

Thanks everyone!

Plot twist: locale was wrong

With set file:charset utf-8 files were transferred but they appeared mangled locally:

For example a file named :

France 3 - Météo - 21-10-2020 11h30 05m (123).m2ts

would appear after being mirrored onto local filesystem, e.g. with ls, like this:

ls 

'France 3 - M'$'\303\251''t'$'\303\251''o - 21-10-2020 11h30 05m (123).m2ts'

Fix: ensure valid UTF-8 locale client-side

For some reason the most relevant locale was not available on the client:

$ export LC_ALL=fr_FR.UTF-8

-bash: warning: setlocale: LC_ALL: cannot change locale (fr_FR.UTF-8)

But it looks like one can use a generic UTF-8 based locale:

export LC_ALL=C.UTF-8

Complete solution

This works:

export LC_ALL=C.UTF-8
lftp -c 'open user@host
cd /somedir
mirror --continue --verbose=2 --Remove-source-files ./'

Analysis

Admittedly, running lftp on a default locale (non-UTF-8) when transferring UTF-8 encoded files might be considered begging for trouble.

Should local locale cause inconsistency in FTP protocol?

It is surprising that when doing a mirror operation, files are seen but cannot be fetched. After all, lftp does both LIST and RETR with the same server.

It looks like from the FTP server side lftp behavior appears inconsistent: server answer LIST with Météo, lftp asks for different files (mangles accents):

Transferring file `France 3 - M?t?o - 21-10-2020 11h30 05m (123).m2ts' mirror: Access failed: 550 Request action not taken (file does not exist or no access). (France 3 - M?t?o - 21-10-2020 11h30 05m (123).m2ts)

It does not seem logical that issuing set file:charset utf-8 (something that looks like it affects only local file handling) fixed the inconsistency observable from the server side. IMHO lftp should be able to always fetch files when doing a mirror. A wrong local locale could cause local file name mangling, not inconsistency visible on the FTP protocol that can cause errors 5xx on the server.

Conclusion

  • There was a locale problem on the client. Fixing it fixed everything in practice.
  • Yet it seems like the behavior of lftp is abnormally affected by a non-UTF-8 locale. lftp should, whatever the circumstances, perform a RETR with the same sequence of bytes provided by the server at LIST. In particular is seems that it should not be dependent on anything like set file:charset utf-8.

Hope this helps.

Lftp uses narrow character strings in local encoding internally, that is why characters which cannot be represented locally are lost and cause errors.

On Wed, 21 Oct 2020 at 13:13, Stéphane Gourichon [email protected] wrote:

Plot twist: locale was wrong

With set file:charset utf-8 files were transferred but they appeared mangled locally:

For example a file named :

France 3 - Météo - 21-10-2020 11h30 05m (123).m2ts

would appear after being mirrored onto local filesystem, e.g. with ls, like this:

ls

'France 3 - M'$'\303\251''t'$'\303\251''o - 21-10-2020 11h30 05m (123).m2ts'

Fix: ensure valid UTF-8 locale client-side

For some reason the most relevant locale was not available on the client:

$ export LC_ALL=fr_FR.UTF-8

-bash: warning: setlocale: LC_ALL: cannot change locale (fr_FR.UTF-8)

But it looks like one can use a generic UTF-8 based locale:

export LC_ALL=C.UTF-8

Complete solution

This works:

export LC_ALL=C.UTF-8

lftp -c 'open user@host cd /somedir mirror --continue --verbose=2 --Remove-source-files ./'

Analysis

Admittedly, running lftp on a default locale (non-UTF-8) when transferring UTF-8 encoded files might be considered begging for trouble. Should local locale cause inconsistency in FTP protocol?

It is surprising that when doing a mirror operation, files are seen but cannot be fetched. After all, lftp does both LIST and RETR with the same server.

It looks like from the FTP server side lftp behavior appears inconsistent: server answer LIST with Météo, lftp asks for different files (mangles accents):

Transferring file `France 3 - M?t?o - 21-10-2020 11h30 05m (123).m2ts' mirror: Access failed: 550 Request action not taken (file does not exist or no access). (France 3 - M?t?o - 21-10-2020 11h30 05m (123).m2ts)

It does not seem logical that issuing set file:charset utf-8 (something that looks like it affects only local file handling) fixed the inconsistency observable from the server side. IMHO lftp should be able to always fetch files when doing a mirror. A wrong local locale could cause local file name mangling, not inconsistency visible on the FTP protocol that can cause errors 5xx on the server. Conclusion

  • There was a locale problem on the client. Fixing it fixed everything in practice.
  • Yet it seems like the behavior of lftp is abnormally affected by a non-UTF-8 locale. lftp should, whatever the circumstances, perform a RETR with the same sequence of bytes provided by the server at LIST. In particular is seems that it should not be dependent on anything like set file:charset utf-8.

Hope this helps.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/lavv17/lftp/issues/69#issuecomment-713463437, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHLWXF5CAI3FRQ445R3JGTSL2X4RANCNFSM4APW7VCQ .

-- Alexander.

lavv17 avatar Oct 21 '20 13:10 lavv17

Lftp uses narrow character strings in local encoding internally, that is why characters which cannot be represented locally are lost and cause errors.

Thanks @lavv17 for explaining.

Looking at the RFC: https://tools.ietf.org/html/rfc2640#section-3 (emphasis mine)

  • Pathnames are sequences of bytes. The encoding of names that are valid UTF-8 sequences is assumed to be UTF-8.

It looks like the conversion of the sequence of bytes (LIST results) into "narrow character strings in local encoding" prior to creation of FileInfo objects is the cause of failure when "local encoding" is not UTF-8 based. In that case, the FileInfo gets ?s instead of accents and all is lost.

3.3 Clients compliance is mostly about display, and starts by separating concerns of handling and displaying.

  • Clients which do not require display of pathnames are under no obligation to do so. Non-display clients do not need to conform to requirements associated with display.
  • Clients, which are presented UTF-8 pathnames by the server, SHOULD parse UTF-8 correctly and attempt to display the pathname within the limitation of the resources available.

Idea: when the server claims UTF-8 compatibility per RFC2640, it would seem logical that lftp keeps the result of LIST as-is, not convert to local encoding. And only when display is needed, convert file name to local encoding (e.g. with a method FileInfo::FileNameAsLocalEncodedString() ).

That way, could we have lftp succeed in FTP transfers whatever the local locale, and display file names with correct encoding in user interaction and logs, achieving RFC2640 compliance and fixing this bug for everyone.

What do you think?